1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-11-20 16:17:17 +01: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

@@ -16,7 +16,7 @@ namespace SqMod {
*/
#define SQIRC_NAME "Squirrel IRC Module"
#define SQIRC_AUTHOR "Sandu Liviu Catalin (S.L.C)"
#define SQIRC_COPYRIGHT "Copyright (C) 2016 Sandu Liviu Catalin"
#define SQIRC_COPYRIGHT "Copyright (C) 2017 Sandu Liviu Catalin"
#define SQIRC_HOST_NAME "SqModIRCHost"
#define SQIRC_VERSION 001
#define SQIRC_VERSION_STR "0.0.1"