summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLloyd Hilaiel <lloyd@hilaiel.com>2010-01-08 10:32:41 -0700
committerLloyd Hilaiel <lloyd@hilaiel.com>2010-01-08 10:32:41 -0700
commit87660482d0a28824afbe20868feb85b5ac550b30 (patch)
tree4822c88f705a7e25c05e215fbb829590e140b322
parent25135eb6e311de4b01656afed2ee6115a1d36ad1 (diff)
downloadyajl-87660482d0a28824afbe20868feb85b5ac550b30.tar.gz
update all them dates.
-rw-r--r--CMakeLists.txt2
-rw-r--r--COPYING2
-rwxr-xr-xconfigure2
-rw-r--r--reformatter/CMakeLists.txt2
-rw-r--r--reformatter/json_reformat.c2
-rw-r--r--src/CMakeLists.txt2
-rw-r--r--src/api/yajl_common.h2
-rw-r--r--src/api/yajl_gen.h2
-rw-r--r--src/api/yajl_parse.h2
-rw-r--r--src/yajl2
-rw-r--r--src/yajl.c2
-rw-r--r--src/yajl_alloc.c2
-rw-r--r--src/yajl_alloc.h2
-rw-r--r--src/yajl_buf.c2
-rw-r--r--src/yajl_buf.h2
-rw-r--r--src/yajl_bytestack.h2
-rw-r--r--src/yajl_encode.c2
-rw-r--r--src/yajl_encode.h2
-rw-r--r--src/yajl_gen.c2
-rw-r--r--src/yajl_lex.c2
-rw-r--r--src/yajl_lex.h2
-rw-r--r--src/yajl_parser.c2
-rw-r--r--src/yajl_parser.h2
-rw-r--r--test/CMakeLists.txt2
-rw-r--r--test/yajl_test.c2
-rw-r--r--verify/CMakeLists.txt2
-rw-r--r--verify/json_verify.c2
27 files changed, 27 insertions, 27 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 64e1459..8dead9e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2007-2009, Lloyd Hilaiel.
+# Copyright 2010, Lloyd Hilaiel.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
diff --git a/COPYING b/COPYING
index fac48ba..11575ae 100644
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-Copyright 2007-2009, Lloyd Hilaiel.
+Copyright 2010, Lloyd Hilaiel.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
diff --git a/configure b/configure
index bcb3da9..f54775e 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#!/usr/bin/env ruby
-# Copyright 2007-2009, Lloyd Hilaiel.
+# Copyright 2010, Lloyd Hilaiel.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
diff --git a/reformatter/CMakeLists.txt b/reformatter/CMakeLists.txt
index 5e6a281..dc3bc3e 100644
--- a/reformatter/CMakeLists.txt
+++ b/reformatter/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2007-2009, Lloyd Hilaiel.
+# Copyright 2010, Lloyd Hilaiel.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
diff --git a/reformatter/json_reformat.c b/reformatter/json_reformat.c
index d152b8d..fbfc02c 100644
--- a/reformatter/json_reformat.c
+++ b/reformatter/json_reformat.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2009, Lloyd Hilaiel.
+ * Copyright 2010, Lloyd Hilaiel.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index d05e16e..6dae429 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2007-2009, Lloyd Hilaiel.
+# Copyright 2010, Lloyd Hilaiel.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
diff --git a/src/api/yajl_common.h b/src/api/yajl_common.h
index 9ad5eb4..a227deb 100644
--- a/src/api/yajl_common.h
+++ b/src/api/yajl_common.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2009, Lloyd Hilaiel.
+ * Copyright 2010, Lloyd Hilaiel.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
diff --git a/src/api/yajl_gen.h b/src/api/yajl_gen.h
index 2a8bac7..a3fbd4c 100644
--- a/src/api/yajl_gen.h
+++ b/src/api/yajl_gen.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2009, Lloyd Hilaiel.
+ * Copyright 2010, Lloyd Hilaiel.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
diff --git a/src/api/yajl_parse.h b/src/api/yajl_parse.h
index ede1e5b..1cbd930 100644
--- a/src/api/yajl_parse.h
+++ b/src/api/yajl_parse.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2009, Lloyd Hilaiel.
+ * Copyright 2010, Lloyd Hilaiel.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
diff --git a/src/yajl b/src/yajl
index 09d9ecc..f3a1f21 100644
--- a/src/yajl
+++ b/src/yajl
@@ -1,7 +1,7 @@
/*!
\mainpage Yet Another JSON Library (YAJL)
\author Lloyd Hilaiel
- \date 2007-2009
+ \date 2010
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 48a87b5..0345814 100644
--- a/src/yajl.c
+++ b/src/yajl.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2009, Lloyd Hilaiel.
+ * Copyright 2010, Lloyd Hilaiel.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
diff --git a/src/yajl_alloc.c b/src/yajl_alloc.c
index 0b4bf37..ccfb7c3 100644
--- a/src/yajl_alloc.c
+++ b/src/yajl_alloc.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2009, Lloyd Hilaiel.
+ * Copyright 2010, Lloyd Hilaiel.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
diff --git a/src/yajl_alloc.h b/src/yajl_alloc.h
index bf19308..94e7de5 100644
--- a/src/yajl_alloc.h
+++ b/src/yajl_alloc.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2009, Lloyd Hilaiel.
+ * Copyright 2010, Lloyd Hilaiel.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
diff --git a/src/yajl_buf.c b/src/yajl_buf.c
index 97f1ced..04e608a 100644
--- a/src/yajl_buf.c
+++ b/src/yajl_buf.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2009, Lloyd Hilaiel.
+ * Copyright 2010, Lloyd Hilaiel.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
diff --git a/src/yajl_buf.h b/src/yajl_buf.h
index ebdf411..e330f33 100644
--- a/src/yajl_buf.h
+++ b/src/yajl_buf.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2009, Lloyd Hilaiel.
+ * Copyright 2010, Lloyd Hilaiel.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
diff --git a/src/yajl_bytestack.h b/src/yajl_bytestack.h
index f5694f9..872ede1 100644
--- a/src/yajl_bytestack.h
+++ b/src/yajl_bytestack.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2009, Lloyd Hilaiel.
+ * Copyright 2010, Lloyd Hilaiel.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
diff --git a/src/yajl_encode.c b/src/yajl_encode.c
index da216ab..ad5b1c5 100644
--- a/src/yajl_encode.c
+++ b/src/yajl_encode.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2009, Lloyd Hilaiel.
+ * Copyright 2010, Lloyd Hilaiel.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
diff --git a/src/yajl_encode.h b/src/yajl_encode.h
index af6878f..f242779 100644
--- a/src/yajl_encode.h
+++ b/src/yajl_encode.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2009, Lloyd Hilaiel.
+ * Copyright 2010, Lloyd Hilaiel.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
diff --git a/src/yajl_gen.c b/src/yajl_gen.c
index e464b37..6ad9c0b 100644
--- a/src/yajl_gen.c
+++ b/src/yajl_gen.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2009, Lloyd Hilaiel.
+ * Copyright 2010, Lloyd Hilaiel.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
diff --git a/src/yajl_lex.c b/src/yajl_lex.c
index f689ff6..11e5f7b 100644
--- a/src/yajl_lex.c
+++ b/src/yajl_lex.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2009, Lloyd Hilaiel.
+ * Copyright 2010, Lloyd Hilaiel.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
diff --git a/src/yajl_lex.h b/src/yajl_lex.h
index 966365c..6791a29 100644
--- a/src/yajl_lex.h
+++ b/src/yajl_lex.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2009, Lloyd Hilaiel.
+ * Copyright 2010, Lloyd Hilaiel.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
diff --git a/src/yajl_parser.c b/src/yajl_parser.c
index 1f20fae..7fae6c6 100644
--- a/src/yajl_parser.c
+++ b/src/yajl_parser.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2009, Lloyd Hilaiel.
+ * Copyright 2010, Lloyd Hilaiel.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
diff --git a/src/yajl_parser.h b/src/yajl_parser.h
index bece78b..f72f3de 100644
--- a/src/yajl_parser.h
+++ b/src/yajl_parser.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2009, Lloyd Hilaiel.
+ * Copyright 2010, Lloyd Hilaiel.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 85d673d..e179b2b 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2007-2009, Lloyd Hilaiel.
+# Copyright 2010, Lloyd Hilaiel.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
diff --git a/test/yajl_test.c b/test/yajl_test.c
index 7e5d206..0f07a94 100644
--- a/test/yajl_test.c
+++ b/test/yajl_test.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2009, Lloyd Hilaiel.
+ * Copyright 2010, Lloyd Hilaiel.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
diff --git a/verify/CMakeLists.txt b/verify/CMakeLists.txt
index 68aaff9..34f9f2e 100644
--- a/verify/CMakeLists.txt
+++ b/verify/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2007-2009, Lloyd Hilaiel.
+# Copyright 2010, Lloyd Hilaiel.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
diff --git a/verify/json_verify.c b/verify/json_verify.c
index eced16e..9281a4c 100644
--- a/verify/json_verify.c
+++ b/verify/json_verify.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2009, Lloyd Hilaiel.
+ * Copyright 2010, Lloyd Hilaiel.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are