diff options
Diffstat (limited to 'src/versionsrv')
| -rw-r--r-- | src/versionsrv/versionsrv.cpp | 3 | ||||
| -rw-r--r-- | src/versionsrv/versionsrv.h | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/versionsrv/versionsrv.cpp b/src/versionsrv/versionsrv.cpp index 83e1a9d1..1ca3835f 100644 --- a/src/versionsrv/versionsrv.cpp +++ b/src/versionsrv/versionsrv.cpp @@ -1,4 +1,5 @@ -// copyright (c) 2007 magnus auvinen, see licence.txt for more info +/* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */ +/* If you are missing that file, acquire a complete release at teeworlds.com. */ #include <base/system.h> #include <engine/shared/network.h> diff --git a/src/versionsrv/versionsrv.h b/src/versionsrv/versionsrv.h index e771bd3c..f3b9bc57 100644 --- a/src/versionsrv/versionsrv.h +++ b/src/versionsrv/versionsrv.h @@ -1,3 +1,5 @@ +/* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */ +/* If you are missing that file, acquire a complete release at teeworlds.com. */ #ifndef VERSIONSRV_VERSIONSRV_H #define VERSIONSRV_VERSIONSRV_H static const int VERSIONSRV_PORT = 8302; |