Updated the copyright headers about a week ahead

This commit is contained in:
Kayne Ruse
2014-12-27 13:29:16 +11:00
parent f2d517df9d
commit 7e5a7f8183
127 changed files with 133 additions and 130 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
/* Copyright: (c) Kayne Ruse 2013, 2014
/* Copyright: (c) Kayne Ruse 2013-2015
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
@@ -33,7 +33,7 @@
typedef SerialPacketBase SerialPacket;
//DOCS: NETWORK_VERSION is used to discern compatible servers and clients
constexpr int NETWORK_VERSION = -1;
constexpr int NETWORK_VERSION = 20141227;
union MaxPacket {
CharacterPacket a;