summaryrefslogtreecommitdiff
path: root/reformatter
diff options
context:
space:
mode:
authorLloyd Hilaiel <lloyd@hilaiel.com>2014-02-15 10:20:16 +0100
committerLloyd Hilaiel <lloyd@hilaiel.com>2014-02-15 10:20:16 +0100
commit517abfae818443511f9d2777b8c4acd0ed9ac2b0 (patch)
tree780e24fad23bfa1061ae2534f9b83b229a66f8d7 /reformatter
parent71ce86b48b60040835531493465be02923b21acb (diff)
downloadyajl-517abfae818443511f9d2777b8c4acd0ed9ac2b0.tar.gz
update copyright and email
Diffstat (limited to 'reformatter')
-rw-r--r--reformatter/CMakeLists.txt2
-rw-r--r--reformatter/json_reformat.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/reformatter/CMakeLists.txt b/reformatter/CMakeLists.txt
index da4032b..57d2134 100644
--- a/reformatter/CMakeLists.txt
+++ b/reformatter/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (c) 2007-2011, Lloyd Hilaiel <lloyd@hilaiel.com>
+# Copyright (c) 2007-2014, Lloyd Hilaiel <me@lloyd.io>
#
# 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 d7d714d..ca7af87 100644
--- a/reformatter/json_reformat.c
+++ b/reformatter/json_reformat.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2007-2011, Lloyd Hilaiel <lloyd@hilaiel.com>
+ * Copyright (c) 2007-2014, Lloyd Hilaiel <me@lloyd.io>
*
* 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;