From 517abfae818443511f9d2777b8c4acd0ed9ac2b0 Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel Date: Sat, 15 Feb 2014 10:20:16 +0100 Subject: [PATCH] update copyright and email --- CMakeLists.txt | 2 +- COPYING | 4 ++-- configure | 2 +- example/CMakeLists.txt | 2 +- example/parse_config.c | 2 +- perf/CMakeLists.txt | 2 +- perf/documents.c | 2 +- perf/documents.h | 2 +- perf/perftest.c | 2 +- reformatter/CMakeLists.txt | 2 +- reformatter/json_reformat.c | 4 ++-- src/CMakeLists.txt | 2 +- src/api/yajl_common.h | 6 +++--- src/api/yajl_gen.h | 2 +- src/api/yajl_parse.h | 2 +- src/yajl | 2 +- src/yajl.c | 2 +- src/yajl_alloc.c | 2 +- src/yajl_alloc.h | 2 +- src/yajl_buf.c | 2 +- src/yajl_buf.h | 2 +- src/yajl_bytestack.h | 2 +- src/yajl_encode.c | 2 +- src/yajl_encode.h | 2 +- src/yajl_gen.c | 2 +- src/yajl_lex.c | 2 +- src/yajl_lex.h | 2 +- src/yajl_parser.c | 2 +- src/yajl_parser.h | 2 +- test/CMakeLists.txt | 2 +- test/api/CMakeLists.txt | 2 +- test/parsing/CMakeLists.txt | 2 +- test/parsing/yajl_test.c | 2 +- verify/CMakeLists.txt | 2 +- verify/json_verify.c | 2 +- 35 files changed, 39 insertions(+), 39 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 535b0fb7..c9a0c2a7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2007-2011, Lloyd Hilaiel +# Copyright (c) 2007-2014, Lloyd Hilaiel # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/COPYING b/COPYING index 4f2f8960..30be3490 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (c) 2007-2011, Lloyd Hilaiel +Copyright (c) 2007-2014, Lloyd Hilaiel Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -10,4 +10,4 @@ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. \ No newline at end of file +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/configure b/configure index 66c14970..c068ffe4 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -# Copyright (c) 2007-2011, Lloyd Hilaiel +# Copyright (c) 2007-2014, Lloyd Hilaiel # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index 29cee355..0a7f6220 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2007-2011, Lloyd Hilaiel +# Copyright (c) 2007-2014, Lloyd Hilaiel # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/example/parse_config.c b/example/parse_config.c index 0e701926..fca9c0d6 100644 --- a/example/parse_config.c +++ b/example/parse_config.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, Lloyd Hilaiel + * Copyright (c) 2007-2014, Lloyd Hilaiel * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/perf/CMakeLists.txt b/perf/CMakeLists.txt index bfabce41..b438d7a1 100644 --- a/perf/CMakeLists.txt +++ b/perf/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2007-2011, Lloyd Hilaiel +# Copyright (c) 2007-2014, Lloyd Hilaiel # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/perf/documents.c b/perf/documents.c index 3f33f870..831245ca 100644 --- a/perf/documents.c +++ b/perf/documents.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2011, Lloyd Hilaiel + * Copyright (c) 2007-2014, Lloyd Hilaiel * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/perf/documents.h b/perf/documents.h index 1e08f850..dff1aec7 100644 --- a/perf/documents.h +++ b/perf/documents.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2011, Lloyd Hilaiel + * Copyright (c) 2007-2014, Lloyd Hilaiel * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/perf/perftest.c b/perf/perftest.c index 2d309848..21aaff95 100644 --- a/perf/perftest.c +++ b/perf/perftest.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2011, Lloyd Hilaiel + * Copyright (c) 2007-2014, Lloyd Hilaiel * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/reformatter/CMakeLists.txt b/reformatter/CMakeLists.txt index da4032bf..57d21345 100644 --- a/reformatter/CMakeLists.txt +++ b/reformatter/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2007-2011, Lloyd Hilaiel +# Copyright (c) 2007-2014, Lloyd Hilaiel # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/reformatter/json_reformat.c b/reformatter/json_reformat.c index d7d714df..ca7af874 100644 --- a/reformatter/json_reformat.c +++ b/reformatter/json_reformat.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2011, Lloyd Hilaiel + * Copyright (c) 2007-2014, Lloyd Hilaiel * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -105,7 +105,7 @@ usage(const char * progname) } -int +int main(int argc, char ** argv) { yajl_handle hand; diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e36b736e..6ebf6488 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2007-2011, Lloyd Hilaiel +# Copyright (c) 2007-2014, Lloyd Hilaiel # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/src/api/yajl_common.h b/src/api/yajl_common.h index b208fd7e..9596ef98 100644 --- a/src/api/yajl_common.h +++ b/src/api/yajl_common.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2011, Lloyd Hilaiel + * Copyright (c) 2007-2014, Lloyd Hilaiel * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -21,7 +21,7 @@ #ifdef __cplusplus extern "C" { -#endif +#endif #define YAJL_MAX_DEPTH 128 @@ -40,7 +40,7 @@ extern "C" { # else # define YAJL_API # endif -#endif +#endif /** pointer to a malloc function, supporting client overriding memory * allocation routines */ diff --git a/src/api/yajl_gen.h b/src/api/yajl_gen.h index 6d4a8adf..4962e062 100644 --- a/src/api/yajl_gen.h +++ b/src/api/yajl_gen.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2011, Lloyd Hilaiel + * Copyright (c) 2007-2014, Lloyd Hilaiel * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/api/yajl_parse.h b/src/api/yajl_parse.h index 55c83110..1c25a60d 100644 --- a/src/api/yajl_parse.h +++ b/src/api/yajl_parse.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2011, Lloyd Hilaiel + * Copyright (c) 2007-2014, Lloyd Hilaiel * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/yajl b/src/yajl index b04c1703..45099e96 100644 --- a/src/yajl +++ b/src/yajl @@ -6,7 +6,7 @@ /*! \mainpage Yet Another JSON Library (YAJL) \author Lloyd Hilaiel - \date 2007-2011 + \date 2007-2014 Yet Another JSON Library (YAJL) is a small event-driven (SAX-style) JSON parser written in ANSI C, and a small validating JSON diff --git a/src/yajl.c b/src/yajl.c index 293e5451..d477893f 100644 --- a/src/yajl.c +++ b/src/yajl.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2011, Lloyd Hilaiel + * Copyright (c) 2007-2014, Lloyd Hilaiel * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/yajl_alloc.c b/src/yajl_alloc.c index 20202ec2..96ad1d33 100644 --- a/src/yajl_alloc.c +++ b/src/yajl_alloc.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2011, Lloyd Hilaiel + * Copyright (c) 2007-2014, Lloyd Hilaiel * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/yajl_alloc.h b/src/yajl_alloc.h index 85dbad05..203c2f97 100644 --- a/src/yajl_alloc.h +++ b/src/yajl_alloc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2011, Lloyd Hilaiel + * Copyright (c) 2007-2014, Lloyd Hilaiel * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/yajl_buf.c b/src/yajl_buf.c index 0d249d36..1aeafde0 100644 --- a/src/yajl_buf.c +++ b/src/yajl_buf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2011, Lloyd Hilaiel + * Copyright (c) 2007-2014, Lloyd Hilaiel * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/yajl_buf.h b/src/yajl_buf.h index 682457fd..a3582463 100644 --- a/src/yajl_buf.h +++ b/src/yajl_buf.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2011, Lloyd Hilaiel + * Copyright (c) 2007-2014, Lloyd Hilaiel * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/yajl_bytestack.h b/src/yajl_bytestack.h index 8c34b714..9ea7d151 100644 --- a/src/yajl_bytestack.h +++ b/src/yajl_bytestack.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2011, Lloyd Hilaiel + * Copyright (c) 2007-2014, Lloyd Hilaiel * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/yajl_encode.c b/src/yajl_encode.c index 9dc9a3e8..fd082581 100644 --- a/src/yajl_encode.c +++ b/src/yajl_encode.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2011, Lloyd Hilaiel + * Copyright (c) 2007-2014, Lloyd Hilaiel * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/yajl_encode.h b/src/yajl_encode.h index ac7acc6d..853a1a70 100644 --- a/src/yajl_encode.h +++ b/src/yajl_encode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2011, Lloyd Hilaiel + * Copyright (c) 2007-2014, Lloyd Hilaiel * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/yajl_gen.c b/src/yajl_gen.c index 86b5b46c..eccfa425 100644 --- a/src/yajl_gen.c +++ b/src/yajl_gen.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2011, Lloyd Hilaiel + * Copyright (c) 2007-2014, Lloyd Hilaiel * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/yajl_lex.c b/src/yajl_lex.c index b098e6a9..e05453bf 100644 --- a/src/yajl_lex.c +++ b/src/yajl_lex.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2011, Lloyd Hilaiel + * Copyright (c) 2007-2014, Lloyd Hilaiel * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/yajl_lex.h b/src/yajl_lex.h index 20edf47b..9f647ed0 100644 --- a/src/yajl_lex.h +++ b/src/yajl_lex.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2011, Lloyd Hilaiel + * Copyright (c) 2007-2014, Lloyd Hilaiel * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/yajl_parser.c b/src/yajl_parser.c index 9788022b..1a528a64 100644 --- a/src/yajl_parser.c +++ b/src/yajl_parser.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2011, Lloyd Hilaiel + * Copyright (c) 2007-2014, Lloyd Hilaiel * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/yajl_parser.h b/src/yajl_parser.h index c12fc1bb..c79299a0 100644 --- a/src/yajl_parser.h +++ b/src/yajl_parser.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2011, Lloyd Hilaiel + * Copyright (c) 2007-2014, Lloyd Hilaiel * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index ea834303..c07ee0af 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2007-2014, Lloyd Hilaiel +# Copyright (c) 2007-2014, Lloyd Hilaiel # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/test/api/CMakeLists.txt b/test/api/CMakeLists.txt index e3d07d73..cd65a542 100644 --- a/test/api/CMakeLists.txt +++ b/test/api/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2007-2014, Lloyd Hilaiel +# Copyright (c) 2007-2014, Lloyd Hilaiel # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/test/parsing/CMakeLists.txt b/test/parsing/CMakeLists.txt index 6ea3e933..c22a3887 100644 --- a/test/parsing/CMakeLists.txt +++ b/test/parsing/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2007-2011, Lloyd Hilaiel +# Copyright (c) 2007-2014, Lloyd Hilaiel # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/test/parsing/yajl_test.c b/test/parsing/yajl_test.c index 5c373d05..e876c903 100644 --- a/test/parsing/yajl_test.c +++ b/test/parsing/yajl_test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2011, Lloyd Hilaiel + * Copyright (c) 2007-2014, Lloyd Hilaiel * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/verify/CMakeLists.txt b/verify/CMakeLists.txt index 4c296d03..9d78cee5 100644 --- a/verify/CMakeLists.txt +++ b/verify/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2007-2011, Lloyd Hilaiel +# Copyright (c) 2007-2014, Lloyd Hilaiel # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/verify/json_verify.c b/verify/json_verify.c index e01f4fda..c1604368 100644 --- a/verify/json_verify.c +++ b/verify/json_verify.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2011, Lloyd Hilaiel + * Copyright (c) 2007-2014, Lloyd Hilaiel * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above