1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-15 22:57:12 +02:00

Update the copyright year.

This commit is contained in:
Sandu Liviu Catalin
2017-02-22 18:26:12 +02:00
parent fd5116034b
commit 2c60b62671
9 changed files with 9 additions and 9 deletions

View File

@ -18,7 +18,7 @@ namespace SqMod {
*/
#define SQJSON_NAME "Squirrel JSON Module"
#define SQJSON_AUTHOR "Sandu Liviu Catalin (S.L.C)"
#define SQJSON_COPYRIGHT "Copyright (C) 2016 Sandu Liviu Catalin"
#define SQJSON_COPYRIGHT "Copyright (C) 2017 Sandu Liviu Catalin"
#define SQJSON_HOST_NAME "SqModJSONHost"
#define SQJSON_VERSION 001
#define SQJSON_VERSION_STR "0.0.1"