Copyright headers

This commit is contained in:
Ekaitz Zarraga 2020-05-21 13:52:21 +02:00
parent 62ef654817
commit de5a4b6b28

View file

@ -1,5 +1,6 @@
/* json.c -- fast json parser */
/* json.c -- fast json parser and unparser */
/* Copyright (c) 2019 Alex Shinn. All rights reserved. */
/* Copyright (c) 2020 Ekaitz Zarraga. All rights reserved. */
/* BSD-style license: http://synthcode.com/license.txt */
#include <chibi/eval.h>