From fc9211c7774a0d2d755addfb82b7a02047a6568a Mon Sep 17 00:00:00 2001 From: Sworddragon Date: Sat, 20 Nov 2010 11:37:14 +0100 Subject: Updated copyrights --- src/tools/crapnet.cpp | 3 ++- src/tools/dilate.c | 3 ++- src/tools/fake_server.cpp | 3 ++- src/tools/map_resave.cpp | 3 ++- src/tools/packetgen.c | 3 ++- src/tools/tileset_borderfix.c | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) (limited to 'src/tools') 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 #include 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 //rand #include #include 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 #include #include 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 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" -- cgit 1.4.1