diff options
| author | Sworddragon <sworddragon2@aol.com> | 2010-11-20 11:37:14 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2010-11-20 21:26:06 +0100 |
| commit | fc9211c7774a0d2d755addfb82b7a02047a6568a (patch) | |
| tree | ea308df1ebcf493283e915818d7013853816052c /src/tools | |
| parent | d7b623f5321c13e82b8c5f5b4573be9cf1eaa568 (diff) | |
| download | zcatch-fc9211c7774a0d2d755addfb82b7a02047a6568a.tar.gz zcatch-fc9211c7774a0d2d755addfb82b7a02047a6568a.zip | |
Updated copyrights
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/crapnet.cpp | 3 | ||||
| -rw-r--r-- | src/tools/dilate.c | 3 | ||||
| -rw-r--r-- | src/tools/fake_server.cpp | 3 | ||||
| -rw-r--r-- | src/tools/map_resave.cpp | 3 | ||||
| -rw-r--r-- | src/tools/packetgen.c | 3 | ||||
| -rw-r--r-- | src/tools/tileset_borderfix.c | 3 |
6 files changed, 12 insertions, 6 deletions
diff --git a/src/tools/crapnet.cpp b/src/tools/crapnet.cpp index e05cc237..5d0939ac 100644 --- a/src/tools/crapnet.cpp +++ b/src/tools/crapnet.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 <cstdlib> diff --git a/src/tools/dilate.c b/src/tools/dilate.c index a8b28fc4..27c32ed2 100644 --- a/src/tools/dilate.c +++ b/src/tools/dilate.c @@ -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 "./engine/external/pnglite/pnglite.c" diff --git a/src/tools/fake_server.cpp b/src/tools/fake_server.cpp index 9442c7ba..93a0a75e 100644 --- a/src/tools/fake_server.cpp +++ b/src/tools/fake_server.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 <stdlib.h> //rand #include <base/system.h> #include <engine/shared/config.h> diff --git a/src/tools/map_resave.cpp b/src/tools/map_resave.cpp index fd2fecfa..f7d6e18d 100644 --- a/src/tools/map_resave.cpp +++ b/src/tools/map_resave.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/datafile.h> #include <engine/storage.h> diff --git a/src/tools/packetgen.c b/src/tools/packetgen.c index 0911c749..d8b70dbc 100644 --- a/src/tools/packetgen.c +++ b/src/tools/packetgen.c @@ -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> enum { NUM_SOCKETS = 64 }; diff --git a/src/tools/tileset_borderfix.c b/src/tools/tileset_borderfix.c index 90e512eb..a4e6f73e 100644 --- a/src/tools/tileset_borderfix.c +++ b/src/tools/tileset_borderfix.c @@ -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 "./engine/external/pnglite/pnglite.c" |