diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2010-03-11 20:14:23 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2010-03-11 20:14:23 +0000 |
commit | 8440c7d1fd97810ba02c5acf3b7295a30b3dd117 (patch) | |
tree | 9075b04887d0d40f89263f3cb4b3726d88efc4bb /json.h | |
parent | 7978a7ab38feb74f428e70c20c39c344969a3536 (diff) | |
download | gpsd-8440c7d1fd97810ba02c5acf3b7295a30b3dd117.tar.gz |
Copyright stamps everywhere. No code changes.
Diffstat (limited to 'json.h')
-rw-r--r-- | json.h | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,10 @@ -/* $Id$ */ -/* Structures for JSON parsing using only fixed-extent memory */ +/* Structures for JSON parsing using only fixed-extent memory + * + * $Id$ + * + * This file is Copyright (c) 2010 by the GPSD project + * BSD terms apply: see the file COPYING in the distribution root for details. + */ #include <stdbool.h> #include <ctype.h> |