mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
Copyright headers
This commit is contained in:
parent
62ef654817
commit
de5a4b6b28
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
/* json.c -- fast json parser */
|
||||
/* Copyright (c) 2019 Alex Shinn. All rights reserved. */
|
||||
/* BSD-style license: http://synthcode.com/license.txt */
|
||||
/* 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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue