diff options
author | Mark Pulford <mark@kyne.com.au> | 2012-01-13 19:47:15 +1030 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2012-03-04 18:54:34 +1030 |
commit | d6fc98ff60120b891fc3d94e18a61962b67e4c4c (patch) | |
tree | 765a2cccc15946c4ac63b21d7540534ff5d759b9 /lua_cjson.c | |
parent | 93256124a6116e070f7857d9fe04bf6139dfbaee (diff) | |
download | lua-cjson-d6fc98ff60120b891fc3d94e18a61962b67e4c4c.tar.gz lua-cjson-d6fc98ff60120b891fc3d94e18a61962b67e4c4c.tar.bz2 lua-cjson-d6fc98ff60120b891fc3d94e18a61962b67e4c4c.zip |
Update copyright date range to include 2012
Diffstat (limited to 'lua_cjson.c')
-rw-r--r-- | lua_cjson.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua_cjson.c b/lua_cjson.c index 772790e..5f7d6fb 100644 --- a/lua_cjson.c +++ b/lua_cjson.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* CJSON - JSON support for Lua | 1 | /* Lua CJSON - JSON support for Lua |
2 | * | 2 | * |
3 | * Copyright (c) 2010-2011 Mark Pulford <mark@kyne.com.au> | 3 | * Copyright (c) 2010-2012 Mark Pulford <mark@kyne.com.au> |
4 | * | 4 | * |
5 | * Permission is hereby granted, free of charge, to any person obtaining | 5 | * Permission is hereby granted, free of charge, to any person obtaining |
6 | * a copy of this software and associated documentation files (the | 6 | * a copy of this software and associated documentation files (the |