From fc9211c7774a0d2d755addfb82b7a02047a6568a Mon Sep 17 00:00:00 2001 From: Sworddragon Date: Sat, 20 Nov 2010 11:37:14 +0100 Subject: [PATCH] Updated copyrights --- src/base/detect.h | 3 ++- src/base/math.h | 3 ++- src/base/system.c | 3 ++- src/base/system.h | 3 ++- src/base/tl/algorithm.h | 2 ++ src/base/tl/allocator.h | 2 ++ src/base/tl/array.h | 2 ++ src/base/tl/base.h | 2 ++ src/base/tl/range.h | 2 ++ src/base/tl/sorted_array.h | 2 ++ src/base/tl/string.h | 2 ++ src/base/vmath.h | 3 ++- src/engine/client.h | 2 ++ src/engine/client/client.cpp | 3 ++- src/engine/client/client.h | 2 ++ src/engine/client/graphics.cpp | 3 ++- src/engine/client/graphics.h | 2 ++ src/engine/client/input.cpp | 3 ++- src/engine/client/input.h | 2 ++ src/engine/client/keynames.h | 2 ++ src/engine/client/sound.cpp | 3 ++- src/engine/client/sound.h | 2 ++ src/engine/client/srvbrowse.cpp | 3 ++- src/engine/client/srvbrowse.h | 2 ++ src/engine/client/text.cpp | 2 ++ src/engine/config.h | 2 ++ src/engine/console.h | 2 ++ src/engine/demo.h | 2 ++ src/engine/editor.h | 2 ++ src/engine/graphics.h | 2 ++ src/engine/input.h | 2 ++ src/engine/kernel.h | 2 ++ src/engine/keys.h | 2 ++ src/engine/map.h | 2 ++ src/engine/masterserver.h | 2 ++ src/engine/message.h | 2 ++ src/engine/server.h | 2 ++ src/engine/server/register.cpp | 2 ++ src/engine/server/register.h | 2 ++ src/engine/server/server.cpp | 3 ++- src/engine/server/server.h | 2 ++ src/engine/serverbrowser.h | 2 ++ src/engine/shared/compression.cpp | 3 ++- src/engine/shared/compression.h | 2 ++ src/engine/shared/config.cpp | 2 ++ src/engine/shared/config.h | 2 ++ src/engine/shared/config_variables.h | 2 ++ src/engine/shared/console.cpp | 2 ++ src/engine/shared/console.h | 2 ++ src/engine/shared/datafile.cpp | 3 ++- src/engine/shared/datafile.h | 2 ++ src/engine/shared/demo.cpp | 2 ++ src/engine/shared/demo.h | 2 ++ src/engine/shared/engine.cpp | 3 ++- src/engine/shared/engine.h | 2 ++ src/engine/shared/huffman.cpp | 2 ++ src/engine/shared/huffman.h | 2 ++ src/engine/shared/jobs.cpp | 3 ++- src/engine/shared/jobs.h | 2 ++ src/engine/shared/kernel.cpp | 2 ++ src/engine/shared/linereader.cpp | 2 ++ src/engine/shared/linereader.h | 2 ++ src/engine/shared/map.cpp | 3 ++- src/engine/shared/masterserver.cpp | 3 ++- src/engine/shared/memheap.cpp | 3 ++- src/engine/shared/memheap.h | 2 ++ src/engine/shared/message.h | 2 ++ src/engine/shared/network.cpp | 3 ++- src/engine/shared/network.h | 2 ++ src/engine/shared/network_client.cpp | 2 ++ src/engine/shared/network_conn.cpp | 2 ++ src/engine/shared/network_server.cpp | 2 ++ src/engine/shared/packer.cpp | 3 ++- src/engine/shared/packer.h | 2 ++ src/engine/shared/protocol.h | 2 ++ src/engine/shared/ringbuffer.cpp | 2 ++ src/engine/shared/ringbuffer.h | 2 ++ src/engine/shared/snapshot.cpp | 3 ++- src/engine/shared/snapshot.h | 2 ++ src/engine/shared/storage.cpp | 3 ++- src/engine/sound.h | 2 ++ src/engine/storage.h | 2 ++ src/engine/textrender.h | 2 ++ src/game/client/animstate.cpp | 2 ++ src/game/client/animstate.h | 2 ++ src/game/client/component.h | 2 ++ src/game/client/components/binds.cpp | 2 ++ src/game/client/components/binds.h | 2 ++ src/game/client/components/broadcast.cpp | 2 ++ src/game/client/components/broadcast.h | 2 ++ src/game/client/components/camera.cpp | 2 ++ src/game/client/components/camera.h | 2 ++ src/game/client/components/chat.cpp | 2 ++ src/game/client/components/chat.h | 2 ++ src/game/client/components/console.cpp | 2 ++ src/game/client/components/console.h | 2 ++ src/game/client/components/controls.cpp | 2 ++ src/game/client/components/controls.h | 2 ++ src/game/client/components/damageind.cpp | 2 ++ src/game/client/components/damageind.h | 2 ++ src/game/client/components/debughud.cpp | 2 ++ src/game/client/components/debughud.h | 2 ++ src/game/client/components/effects.cpp | 2 ++ src/game/client/components/effects.h | 2 ++ src/game/client/components/emoticon.cpp | 2 ++ src/game/client/components/emoticon.h | 2 ++ src/game/client/components/flow.cpp | 2 ++ src/game/client/components/flow.h | 2 ++ src/game/client/components/hud.cpp | 2 ++ src/game/client/components/hud.h | 2 ++ src/game/client/components/items.cpp | 2 ++ src/game/client/components/items.h | 2 ++ src/game/client/components/killmessages.cpp | 2 ++ src/game/client/components/killmessages.h | 2 ++ src/game/client/components/mapimages.cpp | 2 ++ src/game/client/components/mapimages.h | 2 ++ src/game/client/components/maplayers.cpp | 2 ++ src/game/client/components/maplayers.h | 2 ++ src/game/client/components/menus.cpp | 3 ++- src/game/client/components/menus.h | 2 ++ src/game/client/components/menus_browser.cpp | 2 ++ src/game/client/components/menus_demo.cpp | 2 ++ src/game/client/components/menus_ingame.cpp | 2 ++ src/game/client/components/menus_settings.cpp | 2 ++ src/game/client/components/motd.cpp | 2 ++ src/game/client/components/motd.h | 2 ++ src/game/client/components/nameplates.cpp | 2 ++ src/game/client/components/nameplates.h | 2 ++ src/game/client/components/particles.cpp | 2 ++ src/game/client/components/particles.h | 2 ++ src/game/client/components/players.cpp | 2 ++ src/game/client/components/players.h | 2 ++ src/game/client/components/scoreboard.cpp | 2 ++ src/game/client/components/scoreboard.h | 2 ++ src/game/client/components/skins.cpp | 3 ++- src/game/client/components/skins.h | 2 ++ src/game/client/components/sounds.cpp | 2 ++ src/game/client/components/sounds.h | 2 ++ src/game/client/components/voting.cpp | 2 ++ src/game/client/components/voting.h | 2 ++ src/game/client/gameclient.cpp | 2 ++ src/game/client/gameclient.h | 2 ++ src/game/client/lineinput.cpp | 2 ++ src/game/client/lineinput.h | 2 ++ src/game/client/render.cpp | 3 ++- src/game/client/render.h | 2 ++ src/game/client/render_map.cpp | 3 ++- src/game/client/ui.cpp | 3 ++- src/game/client/ui.h | 2 ++ src/game/collision.cpp | 3 ++- src/game/collision.h | 2 ++ src/game/editor/ed_editor.cpp | 3 ++- src/game/editor/ed_editor.h | 2 ++ src/game/editor/ed_io.cpp | 2 ++ src/game/editor/ed_layer_game.cpp | 2 ++ src/game/editor/ed_layer_quads.cpp | 2 ++ src/game/editor/ed_layer_tiles.cpp | 2 ++ src/game/editor/ed_popups.cpp | 2 ++ src/game/gamecore.cpp | 3 ++- src/game/gamecore.h | 2 ++ src/game/layers.cpp | 2 ++ src/game/layers.h | 2 ++ src/game/localization.cpp | 2 ++ src/game/localization.h | 2 ++ src/game/mapitems.h | 2 ++ src/game/server/entities/character.cpp | 2 ++ src/game/server/entities/character.h | 2 ++ src/game/server/entities/flag.cpp | 2 ++ src/game/server/entities/flag.h | 2 ++ src/game/server/entities/laser.cpp | 3 ++- src/game/server/entities/laser.h | 2 ++ src/game/server/entities/pickup.cpp | 2 ++ src/game/server/entities/pickup.h | 2 ++ src/game/server/entities/projectile.cpp | 2 ++ src/game/server/entities/projectile.h | 2 ++ src/game/server/entity.cpp | 2 ++ src/game/server/entity.h | 2 ++ src/game/server/eventhandler.cpp | 2 ++ src/game/server/eventhandler.h | 2 ++ src/game/server/gamecontext.cpp | 2 ++ src/game/server/gamecontext.h | 2 ++ src/game/server/gamecontroller.cpp | 3 ++- src/game/server/gamecontroller.h | 2 ++ src/game/server/gamemodes/ctf.cpp | 3 ++- src/game/server/gamemodes/ctf.h | 2 ++ src/game/server/gamemodes/dm.cpp | 3 ++- src/game/server/gamemodes/dm.h | 2 ++ src/game/server/gamemodes/mod.cpp | 3 ++- src/game/server/gamemodes/mod.h | 2 ++ src/game/server/gamemodes/tdm.cpp | 3 ++- src/game/server/gamemodes/tdm.h | 2 ++ src/game/server/gameworld.cpp | 2 ++ src/game/server/gameworld.h | 2 ++ src/game/server/player.cpp | 2 ++ src/game/server/player.h | 2 ++ src/game/tuning.h | 2 ++ src/game/variables.h | 2 ++ src/game/version.h | 2 ++ src/mastersrv/mastersrv.cpp | 3 ++- src/mastersrv/mastersrv.h | 2 ++ 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 ++- src/versionsrv/versionsrv.cpp | 3 ++- src/versionsrv/versionsrv.h | 2 ++ 208 files changed, 416 insertions(+), 44 deletions(-) diff --git a/src/base/detect.h b/src/base/detect.h index 04cca2d9c..ca2efb9cd 100644 --- a/src/base/detect.h +++ b/src/base/detect.h @@ -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. */ #ifndef BASELIB_FILE_CONFIG_H #define BASELIB_FILE_CONFIG_H diff --git a/src/base/math.h b/src/base/math.h index f3ba2ea87..1234f6817 100644 --- a/src/base/math.h +++ b/src/base/math.h @@ -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. */ #ifndef BASE_MATH_H #define BASE_MATH_H diff --git a/src/base/system.c b/src/base/system.c index b7f76a881..9cc278360 100644 --- a/src/base/system.c +++ b/src/base/system.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 #include #include diff --git a/src/base/system.h b/src/base/system.h index e5ce14843..fb2495883 100644 --- a/src/base/system.h +++ b/src/base/system.h @@ -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. */ /* Title: OS Abstraction diff --git a/src/base/tl/algorithm.h b/src/base/tl/algorithm.h index 32c2da739..4a165db09 100644 --- a/src/base/tl/algorithm.h +++ b/src/base/tl/algorithm.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 TL_FILE_ALGORITHM_HPP #define TL_FILE_ALGORITHM_HPP diff --git a/src/base/tl/allocator.h b/src/base/tl/allocator.h index 3baa1c19d..f6d8fc34d 100644 --- a/src/base/tl/allocator.h +++ b/src/base/tl/allocator.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 TL_FILE_ALLOCATOR_HPP #define TL_FILE_ALLOCATOR_HPP diff --git a/src/base/tl/array.h b/src/base/tl/array.h index 14c83295e..ebc276fc4 100644 --- a/src/base/tl/array.h +++ b/src/base/tl/array.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 TL_FILE_ARRAY_HPP #define TL_FILE_ARRAY_HPP diff --git a/src/base/tl/base.h b/src/base/tl/base.h index c202de79f..59951c68c 100644 --- a/src/base/tl/base.h +++ b/src/base/tl/base.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 TL_FILE_BASE_HPP #define TL_FILE_BASE_HPP diff --git a/src/base/tl/range.h b/src/base/tl/range.h index 1c63e73c0..3c1c89f37 100644 --- a/src/base/tl/range.h +++ b/src/base/tl/range.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 TL_FILE_RANGE_HPP #define TL_FILE_RANGE_HPP diff --git a/src/base/tl/sorted_array.h b/src/base/tl/sorted_array.h index 95f06157e..7ca7ff8d3 100644 --- a/src/base/tl/sorted_array.h +++ b/src/base/tl/sorted_array.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 TL_FILE_SORTED_ARRAY_HPP #define TL_FILE_SORTED_ARRAY_HPP diff --git a/src/base/tl/string.h b/src/base/tl/string.h index 155ca2a46..96c2dc66b 100644 --- a/src/base/tl/string.h +++ b/src/base/tl/string.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 TL_FILE_STRING_HPP #define TL_FILE_STRING_HPP diff --git a/src/base/vmath.h b/src/base/vmath.h index 2be3e6ebf..e4443da2f 100644 --- a/src/base/vmath.h +++ b/src/base/vmath.h @@ -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. */ #ifndef BASE_VMATH_H #define BASE_VMATH_H diff --git a/src/engine/client.h b/src/engine/client.h index 11ba73851..454f5d8a9 100644 --- a/src/engine/client.h +++ b/src/engine/client.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 ENGINE_CLIENT_H #define ENGINE_CLIENT_H #include "kernel.h" diff --git a/src/engine/client/client.cpp b/src/engine/client/client.cpp index bc4cc7e02..9ee79607a 100644 --- a/src/engine/client/client.cpp +++ b/src/engine/client/client.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 // qsort #include diff --git a/src/engine/client/client.h b/src/engine/client/client.h index d9199b94c..07b1d08c1 100644 --- a/src/engine/client/client.h +++ b/src/engine/client/client.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 ENGINE_CLIENT_CLIENT_H #define ENGINE_CLIENT_CLIENT_H diff --git a/src/engine/client/graphics.cpp b/src/engine/client/graphics.cpp index 38f31de93..48988800e 100644 --- a/src/engine/client/graphics.cpp +++ b/src/engine/client/graphics.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 diff --git a/src/engine/client/graphics.h b/src/engine/client/graphics.h index ef6360e8a..17e3a83fa 100644 --- a/src/engine/client/graphics.h +++ b/src/engine/client/graphics.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 ENGINE_CLIENT_GRAPHICS_H #define ENGINE_CLIENT_GRAPHICS_H diff --git a/src/engine/client/input.cpp b/src/engine/client/input.cpp index 0edfaf1ee..3bb044484 100644 --- a/src/engine/client/input.cpp +++ b/src/engine/client/input.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 "SDL.h" #include diff --git a/src/engine/client/input.h b/src/engine/client/input.h index 2f5b00bf4..77fa54475 100644 --- a/src/engine/client/input.h +++ b/src/engine/client/input.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 ENGINE_CLIENT_INPUT_H #define ENGINE_CLIENT_INPUT_H diff --git a/src/engine/client/keynames.h b/src/engine/client/keynames.h index 2f159a5a9..7f790abe8 100644 --- a/src/engine/client/keynames.h +++ b/src/engine/client/keynames.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. */ /* AUTO GENERATED! DO NOT EDIT MANUALLY! */ #ifndef KEYS_INCLUDE diff --git a/src/engine/client/sound.cpp b/src/engine/client/sound.cpp index 69fd74625..7396b4445 100644 --- a/src/engine/client/sound.cpp +++ b/src/engine/client/sound.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/engine/client/sound.h b/src/engine/client/sound.h index 9c94c6ad9..ac34c2acd 100644 --- a/src/engine/client/sound.h +++ b/src/engine/client/sound.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 ENGINE_CLIENT_SOUND_H #define ENGINE_CLIENT_SOUND_H diff --git a/src/engine/client/srvbrowse.cpp b/src/engine/client/srvbrowse.cpp index cb91477dd..a85638a8a 100644 --- a/src/engine/client/srvbrowse.cpp +++ b/src/engine/client/srvbrowse.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 // sort #include diff --git a/src/engine/client/srvbrowse.h b/src/engine/client/srvbrowse.h index 20e8bd46a..0e06fc223 100644 --- a/src/engine/client/srvbrowse.h +++ b/src/engine/client/srvbrowse.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 ENGINE_CLIENT_SRVBROWSE_H #define ENGINE_CLIENT_SRVBROWSE_H diff --git a/src/engine/client/text.cpp b/src/engine/client/text.cpp index e4707a69e..b228443df 100644 --- a/src/engine/client/text.cpp +++ b/src/engine/client/text.cpp @@ -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. */ #include #include #include diff --git a/src/engine/config.h b/src/engine/config.h index b756d16eb..7e00cf652 100644 --- a/src/engine/config.h +++ b/src/engine/config.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 ENGINE_CONFIG_H #define ENGINE_CONFIG_H diff --git a/src/engine/console.h b/src/engine/console.h index 8a01a3122..77de927e5 100644 --- a/src/engine/console.h +++ b/src/engine/console.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 ENGINE_CONSOLE_H #define ENGINE_CONSOLE_H diff --git a/src/engine/demo.h b/src/engine/demo.h index e901de364..dacd96dd4 100644 --- a/src/engine/demo.h +++ b/src/engine/demo.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 ENGINE_DEMO_H #define ENGINE_DEMO_H diff --git a/src/engine/editor.h b/src/engine/editor.h index 32a5cc932..154dc47f7 100644 --- a/src/engine/editor.h +++ b/src/engine/editor.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 ENGINE_EDITOR_H #define ENGINE_EDITOR_H #include "kernel.h" diff --git a/src/engine/graphics.h b/src/engine/graphics.h index cbd7bbff5..305319f96 100644 --- a/src/engine/graphics.h +++ b/src/engine/graphics.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 ENGINE_GRAPHICS_H #define ENGINE_GRAPHICS_H diff --git a/src/engine/input.h b/src/engine/input.h index 3caf02e7d..7e59669d0 100644 --- a/src/engine/input.h +++ b/src/engine/input.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 ENGINE_INPUT_H #define ENGINE_INPUT_H diff --git a/src/engine/kernel.h b/src/engine/kernel.h index 6a72690f3..288f49ab1 100644 --- a/src/engine/kernel.h +++ b/src/engine/kernel.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 ENGINE_KERNEL_H #define ENGINE_KERNEL_H diff --git a/src/engine/keys.h b/src/engine/keys.h index cb4ca3716..00e2c051f 100644 --- a/src/engine/keys.h +++ b/src/engine/keys.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 ENGINE_KEYS_H #define ENGINE_KEYS_H /* AUTO GENERATED! DO NOT EDIT MANUALLY! */ diff --git a/src/engine/map.h b/src/engine/map.h index 2c285f263..eaa8432b7 100644 --- a/src/engine/map.h +++ b/src/engine/map.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 ENGINE_MAP_H #define ENGINE_MAP_H diff --git a/src/engine/masterserver.h b/src/engine/masterserver.h index 9d16e85f0..d13ea6b4c 100644 --- a/src/engine/masterserver.h +++ b/src/engine/masterserver.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 ENGINE_MASTERSERVER_H #define ENGINE_MASTERSERVER_H diff --git a/src/engine/message.h b/src/engine/message.h index 3ffc488f9..4f9cb4c1d 100644 --- a/src/engine/message.h +++ b/src/engine/message.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 ENGINE_MESSAGE_H #define ENGINE_MESSAGE_H diff --git a/src/engine/server.h b/src/engine/server.h index 7e6206583..fdfcb7a7f 100644 --- a/src/engine/server.h +++ b/src/engine/server.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 ENGINE_SERVER_H #define ENGINE_SERVER_H #include "kernel.h" diff --git a/src/engine/server/register.cpp b/src/engine/server/register.cpp index 925fef305..dfa3060f3 100644 --- a/src/engine/server/register.cpp +++ b/src/engine/server/register.cpp @@ -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. */ #include #include #include diff --git a/src/engine/server/register.h b/src/engine/server/register.h index bc98b7d90..860801772 100644 --- a/src/engine/server/register.h +++ b/src/engine/server/register.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 ENGINE_SERVER_REGISTER_H #define ENGINE_SERVER_REGISTER_H diff --git a/src/engine/server/server.cpp b/src/engine/server/server.cpp index edd0f3420..16efe84d0 100644 --- a/src/engine/server/server.cpp +++ b/src/engine/server/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 diff --git a/src/engine/server/server.h b/src/engine/server/server.h index 3a720034a..db12006ac 100644 --- a/src/engine/server/server.h +++ b/src/engine/server/server.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 ENGINE_SERVER_SERVER_H #define ENGINE_SERVER_SERVER_H diff --git a/src/engine/serverbrowser.h b/src/engine/serverbrowser.h index d140df25c..98a24f7ae 100644 --- a/src/engine/serverbrowser.h +++ b/src/engine/serverbrowser.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 ENGINE_SERVERBROWSER_H #define ENGINE_SERVERBROWSER_H diff --git a/src/engine/shared/compression.cpp b/src/engine/shared/compression.cpp index 63e44699f..f14e1cc49 100644 --- a/src/engine/shared/compression.cpp +++ b/src/engine/shared/compression.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 "compression.h" diff --git a/src/engine/shared/compression.h b/src/engine/shared/compression.h index 9bd9e61a2..f11ab1be3 100644 --- a/src/engine/shared/compression.h +++ b/src/engine/shared/compression.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 ENGINE_SHARED_COMPRESSION_H #define ENGINE_SHARED_COMPRESSION_H // variable int packing diff --git a/src/engine/shared/config.cpp b/src/engine/shared/config.cpp index 85c6b5ec8..f531fa5a1 100644 --- a/src/engine/shared/config.cpp +++ b/src/engine/shared/config.cpp @@ -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. */ #include #include #include diff --git a/src/engine/shared/config.h b/src/engine/shared/config.h index ccece08c4..46698bd1a 100644 --- a/src/engine/shared/config.h +++ b/src/engine/shared/config.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 ENGINE_SHARED_E_CONFIG_H #define ENGINE_SHARED_E_CONFIG_H diff --git a/src/engine/shared/config_variables.h b/src/engine/shared/config_variables.h index 91d6add26..fdb5a1e2d 100644 --- a/src/engine/shared/config_variables.h +++ b/src/engine/shared/config_variables.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 ENGINE_SHARED_E_CONFIG_VARIABLES_H #define ENGINE_SHARED_E_CONFIG_VARIABLES_H #undef ENGINE_SHARED_E_CONFIG_VARIABLES_H // this file will be included several times diff --git a/src/engine/shared/console.cpp b/src/engine/shared/console.cpp index 324a1e041..2a290cb37 100644 --- a/src/engine/shared/console.cpp +++ b/src/engine/shared/console.cpp @@ -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. */ #include #include #include diff --git a/src/engine/shared/console.h b/src/engine/shared/console.h index e0435c349..5cacfd90b 100644 --- a/src/engine/shared/console.h +++ b/src/engine/shared/console.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 ENGINE_SHARED_CONSOLE_H #define ENGINE_SHARED_CONSOLE_H diff --git a/src/engine/shared/datafile.cpp b/src/engine/shared/datafile.cpp index 958b44642..ea8902a64 100644 --- a/src/engine/shared/datafile.cpp +++ b/src/engine/shared/datafile.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/engine/shared/datafile.h b/src/engine/shared/datafile.h index 0392e493f..f7ee28476 100644 --- a/src/engine/shared/datafile.h +++ b/src/engine/shared/datafile.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 ENGINE_SHARED_DATAFILE_H #define ENGINE_SHARED_DATAFILE_H diff --git a/src/engine/shared/demo.cpp b/src/engine/shared/demo.cpp index fd71443fa..91ac4ba3b 100644 --- a/src/engine/shared/demo.cpp +++ b/src/engine/shared/demo.cpp @@ -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. */ #include #include #include diff --git a/src/engine/shared/demo.h b/src/engine/shared/demo.h index 37e868313..79b0021a6 100644 --- a/src/engine/shared/demo.h +++ b/src/engine/shared/demo.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 ENGINE_SHARED_DEMO_H #define ENGINE_SHARED_DEMO_H diff --git a/src/engine/shared/engine.cpp b/src/engine/shared/engine.cpp index 14fb3391b..ea06c57c2 100644 --- a/src/engine/shared/engine.cpp +++ b/src/engine/shared/engine.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 diff --git a/src/engine/shared/engine.h b/src/engine/shared/engine.h index 22d03d42e..63b0cc097 100644 --- a/src/engine/shared/engine.h +++ b/src/engine/shared/engine.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 ENGINE_SHARED_E_ENGINE_H #define ENGINE_SHARED_E_ENGINE_H diff --git a/src/engine/shared/huffman.cpp b/src/engine/shared/huffman.cpp index 446b6003b..feb35b960 100644 --- a/src/engine/shared/huffman.cpp +++ b/src/engine/shared/huffman.cpp @@ -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. */ #include #include "huffman.h" diff --git a/src/engine/shared/huffman.h b/src/engine/shared/huffman.h index abf6e0e46..0edc36c64 100644 --- a/src/engine/shared/huffman.h +++ b/src/engine/shared/huffman.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 ENGINE_SHARED_HUFFMAN_H #define ENGINE_SHARED_HUFFMAN_H diff --git a/src/engine/shared/jobs.cpp b/src/engine/shared/jobs.cpp index 83d7290b0..4bc09325e 100644 --- a/src/engine/shared/jobs.cpp +++ b/src/engine/shared/jobs.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 "jobs.h" diff --git a/src/engine/shared/jobs.h b/src/engine/shared/jobs.h index d04815b07..618351868 100644 --- a/src/engine/shared/jobs.h +++ b/src/engine/shared/jobs.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 ENGINE_SHARED_JOBS_H #define ENGINE_SHARED_JOBS_H typedef int (*JOBFUNC)(void *pData); diff --git a/src/engine/shared/kernel.cpp b/src/engine/shared/kernel.cpp index 059a0e489..f59af8c75 100644 --- a/src/engine/shared/kernel.cpp +++ b/src/engine/shared/kernel.cpp @@ -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. */ #include #include diff --git a/src/engine/shared/linereader.cpp b/src/engine/shared/linereader.cpp index 78b574be4..3efddb592 100644 --- a/src/engine/shared/linereader.cpp +++ b/src/engine/shared/linereader.cpp @@ -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. */ #include "linereader.h" void CLineReader::Init(IOHANDLE io) diff --git a/src/engine/shared/linereader.h b/src/engine/shared/linereader.h index f28d42f65..2745b4016 100644 --- a/src/engine/shared/linereader.h +++ b/src/engine/shared/linereader.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 ENGINE_SHARED_LINEREADER_H #define ENGINE_SHARED_LINEREADER_H #include diff --git a/src/engine/shared/map.cpp b/src/engine/shared/map.cpp index 827930aa2..c0931d54b 100644 --- a/src/engine/shared/map.cpp +++ b/src/engine/shared/map.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/engine/shared/masterserver.cpp b/src/engine/shared/masterserver.cpp index 9ecf3f71b..308c3ed4a 100644 --- a/src/engine/shared/masterserver.cpp +++ b/src/engine/shared/masterserver.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 // sscanf #include diff --git a/src/engine/shared/memheap.cpp b/src/engine/shared/memheap.cpp index 6661962b9..850577dd6 100644 --- a/src/engine/shared/memheap.cpp +++ b/src/engine/shared/memheap.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 "memheap.h" diff --git a/src/engine/shared/memheap.h b/src/engine/shared/memheap.h index 706395f2e..7228212a1 100644 --- a/src/engine/shared/memheap.h +++ b/src/engine/shared/memheap.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 ENGINE_SHARED_MEMHEAP_H #define ENGINE_SHARED_MEMHEAP_H class CHeap diff --git a/src/engine/shared/message.h b/src/engine/shared/message.h index 4e67a8e1d..8d9d860e1 100644 --- a/src/engine/shared/message.h +++ b/src/engine/shared/message.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 ENGINE_SHARED_MESSAGE_H #define ENGINE_SHARED_MESSAGE_H class CMessage diff --git a/src/engine/shared/network.cpp b/src/engine/shared/network.cpp index 0305ffffa..8e70d9cf5 100644 --- a/src/engine/shared/network.cpp +++ b/src/engine/shared/network.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 diff --git a/src/engine/shared/network.h b/src/engine/shared/network.h index ef83a1916..972d0da8e 100644 --- a/src/engine/shared/network.h +++ b/src/engine/shared/network.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 ENGINE_SHARED_NETWORK_H #define ENGINE_SHARED_NETWORK_H diff --git a/src/engine/shared/network_client.cpp b/src/engine/shared/network_client.cpp index 57ed08a88..d3adfd20f 100644 --- a/src/engine/shared/network_client.cpp +++ b/src/engine/shared/network_client.cpp @@ -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. */ #include #include "network.h" diff --git a/src/engine/shared/network_conn.cpp b/src/engine/shared/network_conn.cpp index aaab73694..dd61de86b 100644 --- a/src/engine/shared/network_conn.cpp +++ b/src/engine/shared/network_conn.cpp @@ -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. */ #include #include "config.h" #include "network.h" diff --git a/src/engine/shared/network_server.cpp b/src/engine/shared/network_server.cpp index 692787750..fabc865b1 100644 --- a/src/engine/shared/network_server.cpp +++ b/src/engine/shared/network_server.cpp @@ -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. */ #include #include "network.h" diff --git a/src/engine/shared/packer.cpp b/src/engine/shared/packer.cpp index 53a747549..5519898df 100644 --- a/src/engine/shared/packer.cpp +++ b/src/engine/shared/packer.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 "packer.h" diff --git a/src/engine/shared/packer.h b/src/engine/shared/packer.h index 02619919c..9091370a2 100644 --- a/src/engine/shared/packer.h +++ b/src/engine/shared/packer.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 ENGINE_SHARED_PACKER_H #define ENGINE_SHARED_PACKER_H diff --git a/src/engine/shared/protocol.h b/src/engine/shared/protocol.h index d09cff5a9..b714b328d 100644 --- a/src/engine/shared/protocol.h +++ b/src/engine/shared/protocol.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 ENGINE_SHARED_PROTOCOL_H #define ENGINE_SHARED_PROTOCOL_H diff --git a/src/engine/shared/ringbuffer.cpp b/src/engine/shared/ringbuffer.cpp index b84db5a30..172508d76 100644 --- a/src/engine/shared/ringbuffer.cpp +++ b/src/engine/shared/ringbuffer.cpp @@ -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. */ #include #include "ringbuffer.h" diff --git a/src/engine/shared/ringbuffer.h b/src/engine/shared/ringbuffer.h index aa02b8d9b..9f0c5a1d7 100644 --- a/src/engine/shared/ringbuffer.h +++ b/src/engine/shared/ringbuffer.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 ENGINE_SHARED_RINGBUFFER_H #define ENGINE_SHARED_RINGBUFFER_H diff --git a/src/engine/shared/snapshot.cpp b/src/engine/shared/snapshot.cpp index d566d3a34..ac16a6f8e 100644 --- a/src/engine/shared/snapshot.cpp +++ b/src/engine/shared/snapshot.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 "snapshot.h" #include "engine.h" #include "compression.h" diff --git a/src/engine/shared/snapshot.h b/src/engine/shared/snapshot.h index ec27d0042..abd25a72f 100644 --- a/src/engine/shared/snapshot.h +++ b/src/engine/shared/snapshot.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 ENGINE_SHARED_SNAPSHOT_H #define ENGINE_SHARED_SNAPSHOT_H diff --git a/src/engine/shared/storage.cpp b/src/engine/shared/storage.cpp index fd1047e57..ec43847fb 100644 --- a/src/engine/shared/storage.cpp +++ b/src/engine/shared/storage.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 //remove() #include #include diff --git a/src/engine/sound.h b/src/engine/sound.h index bbbc4288e..d14458e36 100644 --- a/src/engine/sound.h +++ b/src/engine/sound.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 ENGINE_SOUND_H #define ENGINE_SOUND_H diff --git a/src/engine/storage.h b/src/engine/storage.h index d01a7dd04..5970f1039 100644 --- a/src/engine/storage.h +++ b/src/engine/storage.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 ENGINE_STORAGE_H #define ENGINE_STORAGE_H diff --git a/src/engine/textrender.h b/src/engine/textrender.h index 4fa1ac5bc..0674ce903 100644 --- a/src/engine/textrender.h +++ b/src/engine/textrender.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 ENGINE_TEXTRENDER_H #define ENGINE_TEXTRENDER_H #include "kernel.h" diff --git a/src/game/client/animstate.cpp b/src/game/client/animstate.cpp index cb706774d..096ff63ca 100644 --- a/src/game/client/animstate.cpp +++ b/src/game/client/animstate.cpp @@ -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. */ #include #include diff --git a/src/game/client/animstate.h b/src/game/client/animstate.h index e7fce9a1f..cb3b0e187 100644 --- a/src/game/client/animstate.h +++ b/src/game/client/animstate.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 GAME_CLIENT_ANIMSTATE_H #define GAME_CLIENT_ANIMSTATE_H diff --git a/src/game/client/component.h b/src/game/client/component.h index 64e0588d4..244f5dafe 100644 --- a/src/game/client/component.h +++ b/src/game/client/component.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 GAME_CLIENT_COMPONENT_H #define GAME_CLIENT_COMPONENT_H diff --git a/src/game/client/components/binds.cpp b/src/game/client/components/binds.cpp index 4b0db425e..f2cdd85f3 100644 --- a/src/game/client/components/binds.cpp +++ b/src/game/client/components/binds.cpp @@ -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. */ #include #include #include "binds.h" diff --git a/src/game/client/components/binds.h b/src/game/client/components/binds.h index e83939796..1f73016e0 100644 --- a/src/game/client/components/binds.h +++ b/src/game/client/components/binds.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 GAME_CLIENT_COMPONENTS_BINDS_H #define GAME_CLIENT_COMPONENTS_BINDS_H #include diff --git a/src/game/client/components/broadcast.cpp b/src/game/client/components/broadcast.cpp index c3eb3b560..7908c2db6 100644 --- a/src/game/client/components/broadcast.cpp +++ b/src/game/client/components/broadcast.cpp @@ -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. */ #include #include #include diff --git a/src/game/client/components/broadcast.h b/src/game/client/components/broadcast.h index ed281a2fb..c580ce28a 100644 --- a/src/game/client/components/broadcast.h +++ b/src/game/client/components/broadcast.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 GAME_CLIENT_COMPONENTS_BROADCAST_H #define GAME_CLIENT_COMPONENTS_BROADCAST_H #include diff --git a/src/game/client/components/camera.cpp b/src/game/client/components/camera.cpp index e68061142..f1ca6a1b1 100644 --- a/src/game/client/components/camera.cpp +++ b/src/game/client/components/camera.cpp @@ -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. */ #include #include diff --git a/src/game/client/components/camera.h b/src/game/client/components/camera.h index 9b865885f..ba4332851 100644 --- a/src/game/client/components/camera.h +++ b/src/game/client/components/camera.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 GAME_CLIENT_COMPONENTS_CAMERA_H #define GAME_CLIENT_COMPONENTS_CAMERA_H #include diff --git a/src/game/client/components/chat.cpp b/src/game/client/components/chat.cpp index 4ce570c49..0d3efa1c6 100644 --- a/src/game/client/components/chat.cpp +++ b/src/game/client/components/chat.cpp @@ -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. */ #include #include diff --git a/src/game/client/components/chat.h b/src/game/client/components/chat.h index 1e5ba6572..8289bb9e3 100644 --- a/src/game/client/components/chat.h +++ b/src/game/client/components/chat.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 GAME_CLIENT_COMPONENTS_CHAT_H #define GAME_CLIENT_COMPONENTS_CHAT_H #include diff --git a/src/game/client/components/console.cpp b/src/game/client/components/console.cpp index 420b78843..4d4219708 100644 --- a/src/game/client/components/console.cpp +++ b/src/game/client/components/console.cpp @@ -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. */ #include #include diff --git a/src/game/client/components/console.h b/src/game/client/components/console.h index 40ee082fa..2739724b1 100644 --- a/src/game/client/components/console.h +++ b/src/game/client/components/console.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 GAME_CLIENT_COMPONENTS_CONSOLE_H #define GAME_CLIENT_COMPONENTS_CONSOLE_H #include diff --git a/src/game/client/components/controls.cpp b/src/game/client/components/controls.cpp index 1863e97cf..44758d3f7 100644 --- a/src/game/client/components/controls.cpp +++ b/src/game/client/components/controls.cpp @@ -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. */ #include #include diff --git a/src/game/client/components/controls.h b/src/game/client/components/controls.h index 666d2915c..38b3c8ba0 100644 --- a/src/game/client/components/controls.h +++ b/src/game/client/components/controls.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 GAME_CLIENT_COMPONENTS_CONTROLS_H #define GAME_CLIENT_COMPONENTS_CONTROLS_H #include diff --git a/src/game/client/components/damageind.cpp b/src/game/client/components/damageind.cpp index 8dfbf0225..cba476664 100644 --- a/src/game/client/components/damageind.cpp +++ b/src/game/client/components/damageind.cpp @@ -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. */ #include #include #include diff --git a/src/game/client/components/damageind.h b/src/game/client/components/damageind.h index b6e0bb478..0515f646d 100644 --- a/src/game/client/components/damageind.h +++ b/src/game/client/components/damageind.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 GAME_CLIENT_COMPONENTS_DAMAGEIND_H #define GAME_CLIENT_COMPONENTS_DAMAGEIND_H #include diff --git a/src/game/client/components/debughud.cpp b/src/game/client/components/debughud.cpp index dace2c6e8..b904f60a0 100644 --- a/src/game/client/components/debughud.cpp +++ b/src/game/client/components/debughud.cpp @@ -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. */ #include #include #include diff --git a/src/game/client/components/debughud.h b/src/game/client/components/debughud.h index ae1c17ef2..ad378dc81 100644 --- a/src/game/client/components/debughud.h +++ b/src/game/client/components/debughud.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 GAME_CLIENT_COMPONENTS_DEBUGHUD_H #define GAME_CLIENT_COMPONENTS_DEBUGHUD_H #include diff --git a/src/game/client/components/effects.cpp b/src/game/client/components/effects.cpp index b95d66e0d..79117d30a 100644 --- a/src/game/client/components/effects.cpp +++ b/src/game/client/components/effects.cpp @@ -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. */ #include #include diff --git a/src/game/client/components/effects.h b/src/game/client/components/effects.h index e83455008..494c5137b 100644 --- a/src/game/client/components/effects.h +++ b/src/game/client/components/effects.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 GAME_CLIENT_COMPONENTS_EFFECTS_H #define GAME_CLIENT_COMPONENTS_EFFECTS_H #include diff --git a/src/game/client/components/emoticon.cpp b/src/game/client/components/emoticon.cpp index 0f59001d4..4500f418c 100644 --- a/src/game/client/components/emoticon.cpp +++ b/src/game/client/components/emoticon.cpp @@ -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. */ #include #include #include diff --git a/src/game/client/components/emoticon.h b/src/game/client/components/emoticon.h index 580c87369..add6c9b97 100644 --- a/src/game/client/components/emoticon.h +++ b/src/game/client/components/emoticon.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 GAME_CLIENT_COMPONENTS_EMOTICON_H #define GAME_CLIENT_COMPONENTS_EMOTICON_H #include diff --git a/src/game/client/components/flow.cpp b/src/game/client/components/flow.cpp index d2ba704c3..824687c06 100644 --- a/src/game/client/components/flow.cpp +++ b/src/game/client/components/flow.cpp @@ -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. */ #include #include #include diff --git a/src/game/client/components/flow.h b/src/game/client/components/flow.h index e81347975..3785ab56d 100644 --- a/src/game/client/components/flow.h +++ b/src/game/client/components/flow.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 GAME_CLIENT_COMPONENTS_FLOW_H #define GAME_CLIENT_COMPONENTS_FLOW_H #include diff --git a/src/game/client/components/hud.cpp b/src/game/client/components/hud.cpp index 662a71245..239bcd173 100644 --- a/src/game/client/components/hud.cpp +++ b/src/game/client/components/hud.cpp @@ -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. */ #include #include #include diff --git a/src/game/client/components/hud.h b/src/game/client/components/hud.h index 50f6b3b1f..f1f3dc0a5 100644 --- a/src/game/client/components/hud.h +++ b/src/game/client/components/hud.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 GAME_CLIENT_COMPONENTS_HUD_H #define GAME_CLIENT_COMPONENTS_HUD_H #include diff --git a/src/game/client/components/items.cpp b/src/game/client/components/items.cpp index a039717eb..9d2d27c01 100644 --- a/src/game/client/components/items.cpp +++ b/src/game/client/components/items.cpp @@ -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. */ #include #include #include diff --git a/src/game/client/components/items.h b/src/game/client/components/items.h index e45255466..444d02097 100644 --- a/src/game/client/components/items.h +++ b/src/game/client/components/items.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 GAME_CLIENT_COMPONENTS_ITEMS_H #define GAME_CLIENT_COMPONENTS_ITEMS_H #include diff --git a/src/game/client/components/killmessages.cpp b/src/game/client/components/killmessages.cpp index a3dc3b9ce..5ca404056 100644 --- a/src/game/client/components/killmessages.cpp +++ b/src/game/client/components/killmessages.cpp @@ -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. */ #include #include #include diff --git a/src/game/client/components/killmessages.h b/src/game/client/components/killmessages.h index b4954e22a..8bf93758d 100644 --- a/src/game/client/components/killmessages.h +++ b/src/game/client/components/killmessages.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 GAME_CLIENT_COMPONENTS_KILLMESSAGES_H #define GAME_CLIENT_COMPONENTS_KILLMESSAGES_H #include diff --git a/src/game/client/components/mapimages.cpp b/src/game/client/components/mapimages.cpp index 8870c5c6a..2a9cecd47 100644 --- a/src/game/client/components/mapimages.cpp +++ b/src/game/client/components/mapimages.cpp @@ -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. */ #include #include #include diff --git a/src/game/client/components/mapimages.h b/src/game/client/components/mapimages.h index 2ef5fc329..2aaa51fcf 100644 --- a/src/game/client/components/mapimages.h +++ b/src/game/client/components/mapimages.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 GAME_CLIENT_COMPONENTS_MAPIMAGES_H #define GAME_CLIENT_COMPONENTS_MAPIMAGES_H #include diff --git a/src/game/client/components/maplayers.cpp b/src/game/client/components/maplayers.cpp index 5d2e85bd0..b882726df 100644 --- a/src/game/client/components/maplayers.cpp +++ b/src/game/client/components/maplayers.cpp @@ -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. */ #include #include #include diff --git a/src/game/client/components/maplayers.h b/src/game/client/components/maplayers.h index 9f70d9cba..ac78bebf1 100644 --- a/src/game/client/components/maplayers.h +++ b/src/game/client/components/maplayers.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 GAME_CLIENT_COMPONENTS_MAPLAYERS_H #define GAME_CLIENT_COMPONENTS_MAPLAYERS_H #include diff --git a/src/game/client/components/menus.cpp b/src/game/client/components/menus.cpp index 67010c91c..46fdeee75 100644 --- a/src/game/client/components/menus.cpp +++ b/src/game/client/components/menus.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/game/client/components/menus.h b/src/game/client/components/menus.h index 9b7647b1f..0c6686cdc 100644 --- a/src/game/client/components/menus.h +++ b/src/game/client/components/menus.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 GAME_CLIENT_COMPONENTS_MENUS_H #define GAME_CLIENT_COMPONENTS_MENUS_H diff --git a/src/game/client/components/menus_browser.cpp b/src/game/client/components/menus_browser.cpp index 32f16daf0..8b8adeba5 100644 --- a/src/game/client/components/menus_browser.cpp +++ b/src/game/client/components/menus_browser.cpp @@ -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. */ #include #include #include diff --git a/src/game/client/components/menus_demo.cpp b/src/game/client/components/menus_demo.cpp index 25ab02401..4918fcfe9 100644 --- a/src/game/client/components/menus_demo.cpp +++ b/src/game/client/components/menus_demo.cpp @@ -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. */ #include diff --git a/src/game/client/components/menus_ingame.cpp b/src/game/client/components/menus_ingame.cpp index fcec7e5bb..eacabebaf 100644 --- a/src/game/client/components/menus_ingame.cpp +++ b/src/game/client/components/menus_ingame.cpp @@ -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. */ #include #include diff --git a/src/game/client/components/menus_settings.cpp b/src/game/client/components/menus_settings.cpp index fc5f01f15..3c134cce3 100644 --- a/src/game/client/components/menus_settings.cpp +++ b/src/game/client/components/menus_settings.cpp @@ -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. */ #include diff --git a/src/game/client/components/motd.cpp b/src/game/client/components/motd.cpp index 5905d52ed..963479335 100644 --- a/src/game/client/components/motd.cpp +++ b/src/game/client/components/motd.cpp @@ -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. */ #include #include #include diff --git a/src/game/client/components/motd.h b/src/game/client/components/motd.h index 41e15b8c7..e2240fa26 100644 --- a/src/game/client/components/motd.h +++ b/src/game/client/components/motd.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 GAME_CLIENT_COMPONENTS_MOTD_H #define GAME_CLIENT_COMPONENTS_MOTD_H #include diff --git a/src/game/client/components/nameplates.cpp b/src/game/client/components/nameplates.cpp index da114bbb7..1efd87027 100644 --- a/src/game/client/components/nameplates.cpp +++ b/src/game/client/components/nameplates.cpp @@ -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. */ #include #include #include diff --git a/src/game/client/components/nameplates.h b/src/game/client/components/nameplates.h index 2c4ae6a7c..a3516a0ce 100644 --- a/src/game/client/components/nameplates.h +++ b/src/game/client/components/nameplates.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 GAME_CLIENT_COMPONENTS_NAMEPLATES_H #define GAME_CLIENT_COMPONENTS_NAMEPLATES_H #include diff --git a/src/game/client/components/particles.cpp b/src/game/client/components/particles.cpp index 479ac7ba1..7aa8771c3 100644 --- a/src/game/client/components/particles.cpp +++ b/src/game/client/components/particles.cpp @@ -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. */ #include #include #include diff --git a/src/game/client/components/particles.h b/src/game/client/components/particles.h index af9a9203d..641ec2617 100644 --- a/src/game/client/components/particles.h +++ b/src/game/client/components/particles.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 GAME_CLIENT_COMPONENTS_PARTICLES_H #define GAME_CLIENT_COMPONENTS_PARTICLES_H #include diff --git a/src/game/client/components/players.cpp b/src/game/client/components/players.cpp index 90a6b5943..d1fe2aed0 100644 --- a/src/game/client/components/players.cpp +++ b/src/game/client/components/players.cpp @@ -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. */ #include #include #include diff --git a/src/game/client/components/players.h b/src/game/client/components/players.h index 8d24ea918..34cebd902 100644 --- a/src/game/client/components/players.h +++ b/src/game/client/components/players.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 GAME_CLIENT_COMPONENTS_PLAYERS_H #define GAME_CLIENT_COMPONENTS_PLAYERS_H #include diff --git a/src/game/client/components/scoreboard.cpp b/src/game/client/components/scoreboard.cpp index 0f91a0df3..5b17388e1 100644 --- a/src/game/client/components/scoreboard.cpp +++ b/src/game/client/components/scoreboard.cpp @@ -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. */ #include #include #include diff --git a/src/game/client/components/scoreboard.h b/src/game/client/components/scoreboard.h index 871b34fd2..64d6ad0e8 100644 --- a/src/game/client/components/scoreboard.h +++ b/src/game/client/components/scoreboard.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 GAME_CLIENT_COMPONENTS_SCOREBOARD_H #define GAME_CLIENT_COMPONENTS_SCOREBOARD_H #include diff --git a/src/game/client/components/skins.cpp b/src/game/client/components/skins.cpp index 52c792208..638baeae8 100644 --- a/src/game/client/components/skins.cpp +++ b/src/game/client/components/skins.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/game/client/components/skins.h b/src/game/client/components/skins.h index 9568e793d..519f2e732 100644 --- a/src/game/client/components/skins.h +++ b/src/game/client/components/skins.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 GAME_CLIENT_COMPONENTS_SKINS_H #define GAME_CLIENT_COMPONENTS_SKINS_H #include diff --git a/src/game/client/components/sounds.cpp b/src/game/client/components/sounds.cpp index c20a699d4..d631a330a 100644 --- a/src/game/client/components/sounds.cpp +++ b/src/game/client/components/sounds.cpp @@ -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. */ #include #include #include diff --git a/src/game/client/components/sounds.h b/src/game/client/components/sounds.h index ce74b85ed..62fee72a4 100644 --- a/src/game/client/components/sounds.h +++ b/src/game/client/components/sounds.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 GAME_CLIENT_COMPONENTS_SOUNDS_H #define GAME_CLIENT_COMPONENTS_SOUNDS_H #include diff --git a/src/game/client/components/voting.cpp b/src/game/client/components/voting.cpp index 59f6d9345..4ddd6318f 100644 --- a/src/game/client/components/voting.cpp +++ b/src/game/client/components/voting.cpp @@ -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. */ #include #include diff --git a/src/game/client/components/voting.h b/src/game/client/components/voting.h index ff982640e..606311076 100644 --- a/src/game/client/components/voting.h +++ b/src/game/client/components/voting.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 GAME_CLIENT_COMPONENTS_VOTING_H #define GAME_CLIENT_COMPONENTS_VOTING_H #include diff --git a/src/game/client/gameclient.cpp b/src/game/client/gameclient.cpp index 26de650e6..5dea08761 100644 --- a/src/game/client/gameclient.cpp +++ b/src/game/client/gameclient.cpp @@ -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. */ #include #include #include diff --git a/src/game/client/gameclient.h b/src/game/client/gameclient.h index be46c6783..d60fef2a6 100644 --- a/src/game/client/gameclient.h +++ b/src/game/client/gameclient.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 GAME_CLIENT_GAMECLIENT_H #define GAME_CLIENT_GAMECLIENT_H diff --git a/src/game/client/lineinput.cpp b/src/game/client/lineinput.cpp index f1159cafa..b5d35ef8d 100644 --- a/src/game/client/lineinput.cpp +++ b/src/game/client/lineinput.cpp @@ -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. */ #include #include "lineinput.h" diff --git a/src/game/client/lineinput.h b/src/game/client/lineinput.h index 71612b990..83614a2e9 100644 --- a/src/game/client/lineinput.h +++ b/src/game/client/lineinput.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 GAME_CLIENT_LINEINPUT_H #define GAME_CLIENT_LINEINPUT_H diff --git a/src/game/client/render.cpp b/src/game/client/render.cpp index 2b773112a..68d62ac5a 100644 --- a/src/game/client/render.cpp +++ b/src/game/client/render.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/game/client/render.h b/src/game/client/render.h index 6d7c46a3c..fe8d2dd67 100644 --- a/src/game/client/render.h +++ b/src/game/client/render.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 GAME_CLIENT_RENDER_H #define GAME_CLIENT_RENDER_H diff --git a/src/game/client/render_map.cpp b/src/game/client/render_map.cpp index 1af41f996..bffc4c2d7 100644 --- a/src/game/client/render_map.cpp +++ b/src/game/client/render_map.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/game/client/ui.cpp b/src/game/client/ui.cpp index 0759d0c15..3b323e562 100644 --- a/src/game/client/ui.cpp +++ b/src/game/client/ui.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/game/client/ui.h b/src/game/client/ui.h index e88b0e394..477799f75 100644 --- a/src/game/client/ui.h +++ b/src/game/client/ui.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 GAME_CLIENT_UI_H #define GAME_CLIENT_UI_H diff --git a/src/game/collision.cpp b/src/game/collision.cpp index f114fd069..4ffd7b9d5 100644 --- a/src/game/collision.cpp +++ b/src/game/collision.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/game/collision.h b/src/game/collision.h index 66603890b..def7cd473 100644 --- a/src/game/collision.h +++ b/src/game/collision.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 GAME_COLLISION_H #define GAME_COLLISION_H diff --git a/src/game/editor/ed_editor.cpp b/src/game/editor/ed_editor.cpp index 8beb6339f..fc929eb52 100644 --- a/src/game/editor/ed_editor.cpp +++ b/src/game/editor/ed_editor.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 diff --git a/src/game/editor/ed_editor.h b/src/game/editor/ed_editor.h index 6ff9e6c8e..385323925 100644 --- a/src/game/editor/ed_editor.h +++ b/src/game/editor/ed_editor.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 GAME_EDITOR_ED_EDITOR_H #define GAME_EDITOR_ED_EDITOR_H diff --git a/src/game/editor/ed_io.cpp b/src/game/editor/ed_io.cpp index 30fe4c0bd..cb914ad91 100644 --- a/src/game/editor/ed_io.cpp +++ b/src/game/editor/ed_io.cpp @@ -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. */ #include #include #include diff --git a/src/game/editor/ed_layer_game.cpp b/src/game/editor/ed_layer_game.cpp index 82a9cb1d8..cf48845ee 100644 --- a/src/game/editor/ed_layer_game.cpp +++ b/src/game/editor/ed_layer_game.cpp @@ -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. */ #include "ed_editor.h" diff --git a/src/game/editor/ed_layer_quads.cpp b/src/game/editor/ed_layer_quads.cpp index 83fd43929..98f50b9e0 100644 --- a/src/game/editor/ed_layer_quads.cpp +++ b/src/game/editor/ed_layer_quads.cpp @@ -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. */ #include #include diff --git a/src/game/editor/ed_layer_tiles.cpp b/src/game/editor/ed_layer_tiles.cpp index ae3e28e53..5707587ea 100644 --- a/src/game/editor/ed_layer_tiles.cpp +++ b/src/game/editor/ed_layer_tiles.cpp @@ -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. */ #include #include diff --git a/src/game/editor/ed_popups.cpp b/src/game/editor/ed_popups.cpp index 3d1532225..2054e67f5 100644 --- a/src/game/editor/ed_popups.cpp +++ b/src/game/editor/ed_popups.cpp @@ -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. */ #include #include #include diff --git a/src/game/gamecore.cpp b/src/game/gamecore.cpp index f5aa18cfc..c3c295372 100644 --- a/src/game/gamecore.cpp +++ b/src/game/gamecore.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 "gamecore.h" const char *CTuningParams::m_apNames[] = diff --git a/src/game/gamecore.h b/src/game/gamecore.h index 816e1771c..43456c90c 100644 --- a/src/game/gamecore.h +++ b/src/game/gamecore.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 GAME_GAMECORE_H #define GAME_GAMECORE_H diff --git a/src/game/layers.cpp b/src/game/layers.cpp index e99befd2d..c6ab05532 100644 --- a/src/game/layers.cpp +++ b/src/game/layers.cpp @@ -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. */ #include "layers.h" CLayers::CLayers() diff --git a/src/game/layers.h b/src/game/layers.h index 198fe6952..3f8eacaa1 100644 --- a/src/game/layers.h +++ b/src/game/layers.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 GAME_LAYERS_H #define GAME_LAYERS_H diff --git a/src/game/localization.cpp b/src/game/localization.cpp index 536a4fce9..26db48caf 100644 --- a/src/game/localization.cpp +++ b/src/game/localization.cpp @@ -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. */ #include "localization.h" #include diff --git a/src/game/localization.h b/src/game/localization.h index c84075e29..277d637e6 100644 --- a/src/game/localization.h +++ b/src/game/localization.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 GAME_LOCALIZATION_H #define GAME_LOCALIZATION_H #include diff --git a/src/game/mapitems.h b/src/game/mapitems.h index 3c3095611..31f7299fd 100644 --- a/src/game/mapitems.h +++ b/src/game/mapitems.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 GAME_MAPITEMS_H #define GAME_MAPITEMS_H diff --git a/src/game/server/entities/character.cpp b/src/game/server/entities/character.cpp index ef60cd4cb..581b0357d 100644 --- a/src/game/server/entities/character.cpp +++ b/src/game/server/entities/character.cpp @@ -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. */ #include #include #include diff --git a/src/game/server/entities/character.h b/src/game/server/entities/character.h index bea0c002e..6346570fb 100644 --- a/src/game/server/entities/character.h +++ b/src/game/server/entities/character.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 GAME_SERVER_ENTITIES_CHARACTER_H #define GAME_SERVER_ENTITIES_CHARACTER_H diff --git a/src/game/server/entities/flag.cpp b/src/game/server/entities/flag.cpp index 4d2e16122..e155f848c 100644 --- a/src/game/server/entities/flag.cpp +++ b/src/game/server/entities/flag.cpp @@ -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. */ #include #include "flag.h" diff --git a/src/game/server/entities/flag.h b/src/game/server/entities/flag.h index 1406d9827..89f5e2c55 100644 --- a/src/game/server/entities/flag.h +++ b/src/game/server/entities/flag.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 GAME_SERVER_ENTITIES_FLAG_H #define GAME_SERVER_ENTITIES_FLAG_H diff --git a/src/game/server/entities/laser.cpp b/src/game/server/entities/laser.cpp index 6bc260741..1c598e6b8 100644 --- a/src/game/server/entities/laser.cpp +++ b/src/game/server/entities/laser.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 "laser.h" diff --git a/src/game/server/entities/laser.h b/src/game/server/entities/laser.h index 040cfb4cb..91ba5df67 100644 --- a/src/game/server/entities/laser.h +++ b/src/game/server/entities/laser.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 GAME_SERVER_ENTITIES_LASER_H #define GAME_SERVER_ENTITIES_LASER_H diff --git a/src/game/server/entities/pickup.cpp b/src/game/server/entities/pickup.cpp index 020b4c601..87be87e7a 100644 --- a/src/game/server/entities/pickup.cpp +++ b/src/game/server/entities/pickup.cpp @@ -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. */ #include #include #include "pickup.h" diff --git a/src/game/server/entities/pickup.h b/src/game/server/entities/pickup.h index c076464c5..47a8ed6f0 100644 --- a/src/game/server/entities/pickup.h +++ b/src/game/server/entities/pickup.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 GAME_SERVER_ENTITIES_PICKUP_H #define GAME_SERVER_ENTITIES_PICKUP_H diff --git a/src/game/server/entities/projectile.cpp b/src/game/server/entities/projectile.cpp index 18652ba1b..f45fe99df 100644 --- a/src/game/server/entities/projectile.cpp +++ b/src/game/server/entities/projectile.cpp @@ -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. */ #include #include #include "projectile.h" diff --git a/src/game/server/entities/projectile.h b/src/game/server/entities/projectile.h index 87f4f6c39..5e5340667 100644 --- a/src/game/server/entities/projectile.h +++ b/src/game/server/entities/projectile.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 GAME_SERVER_ENTITIES_PROJECTILE_H #define GAME_SERVER_ENTITIES_PROJECTILE_H diff --git a/src/game/server/entity.cpp b/src/game/server/entity.cpp index d17c3fab1..1f37d167d 100644 --- a/src/game/server/entity.cpp +++ b/src/game/server/entity.cpp @@ -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. */ #include "entity.h" #include "gamecontext.h" diff --git a/src/game/server/entity.h b/src/game/server/entity.h index b7fd3d94f..b088864d3 100644 --- a/src/game/server/entity.h +++ b/src/game/server/entity.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 GAME_SERVER_ENTITY_H #define GAME_SERVER_ENTITY_H diff --git a/src/game/server/eventhandler.cpp b/src/game/server/eventhandler.cpp index 48b6689ea..25eddba2b 100644 --- a/src/game/server/eventhandler.cpp +++ b/src/game/server/eventhandler.cpp @@ -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. */ #include "eventhandler.h" #include "gamecontext.h" diff --git a/src/game/server/eventhandler.h b/src/game/server/eventhandler.h index 3833efe05..ea9fcb152 100644 --- a/src/game/server/eventhandler.h +++ b/src/game/server/eventhandler.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 GAME_SERVER_EVENTHANDLER_H #define GAME_SERVER_EVENTHANDLER_H diff --git a/src/game/server/gamecontext.cpp b/src/game/server/gamecontext.cpp index c09beb208..0cf9bc585 100644 --- a/src/game/server/gamecontext.cpp +++ b/src/game/server/gamecontext.cpp @@ -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. */ #include #include #include diff --git a/src/game/server/gamecontext.h b/src/game/server/gamecontext.h index d55203e70..f2326af80 100644 --- a/src/game/server/gamecontext.h +++ b/src/game/server/gamecontext.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 GAME_SERVER_GAMECONTEXT_H #define GAME_SERVER_GAMECONTEXT_H diff --git a/src/game/server/gamecontroller.cpp b/src/game/server/gamecontroller.cpp index 1883c2f73..f9b797e76 100644 --- a/src/game/server/gamecontroller.cpp +++ b/src/game/server/gamecontroller.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/game/server/gamecontroller.h b/src/game/server/gamecontroller.h index 0624dcab0..2ff6acd3b 100644 --- a/src/game/server/gamecontroller.h +++ b/src/game/server/gamecontroller.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 GAME_SERVER_GAMECONTROLLER_H #define GAME_SERVER_GAMECONTROLLER_H diff --git a/src/game/server/gamemodes/ctf.cpp b/src/game/server/gamemodes/ctf.cpp index 2c348df2f..ad9f8e898 100644 --- a/src/game/server/gamemodes/ctf.cpp +++ b/src/game/server/gamemodes/ctf.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/game/server/gamemodes/ctf.h b/src/game/server/gamemodes/ctf.h index f50509be5..ffe0baba7 100644 --- a/src/game/server/gamemodes/ctf.h +++ b/src/game/server/gamemodes/ctf.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 GAME_SERVER_GAMEMODES_CTF_H #define GAME_SERVER_GAMEMODES_CTF_H #include diff --git a/src/game/server/gamemodes/dm.cpp b/src/game/server/gamemodes/dm.cpp index 173ef5fdc..d2b69b43b 100644 --- a/src/game/server/gamemodes/dm.cpp +++ b/src/game/server/gamemodes/dm.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 "dm.h" diff --git a/src/game/server/gamemodes/dm.h b/src/game/server/gamemodes/dm.h index f2854680e..e88fad0de 100644 --- a/src/game/server/gamemodes/dm.h +++ b/src/game/server/gamemodes/dm.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 GAME_SERVER_GAMEMODES_DM_H #define GAME_SERVER_GAMEMODES_DM_H #include diff --git a/src/game/server/gamemodes/mod.cpp b/src/game/server/gamemodes/mod.cpp index 9213fefcb..ecf06e484 100644 --- a/src/game/server/gamemodes/mod.cpp +++ b/src/game/server/gamemodes/mod.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 "mod.h" CGameControllerMOD::CGameControllerMOD(class CGameContext *pGameServer) diff --git a/src/game/server/gamemodes/mod.h b/src/game/server/gamemodes/mod.h index 2c4b4b0d1..847d35f3d 100644 --- a/src/game/server/gamemodes/mod.h +++ b/src/game/server/gamemodes/mod.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 GAME_SERVER_GAMEMODES_MOD_H #define GAME_SERVER_GAMEMODES_MOD_H #include diff --git a/src/game/server/gamemodes/tdm.cpp b/src/game/server/gamemodes/tdm.cpp index b54e3ac09..581fca2fb 100644 --- a/src/game/server/gamemodes/tdm.cpp +++ b/src/game/server/gamemodes/tdm.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 "tdm.h" diff --git a/src/game/server/gamemodes/tdm.h b/src/game/server/gamemodes/tdm.h index 2d1494566..806e799a4 100644 --- a/src/game/server/gamemodes/tdm.h +++ b/src/game/server/gamemodes/tdm.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 GAME_SERVER_GAMEMODES_TDM_H #define GAME_SERVER_GAMEMODES_TDM_H #include diff --git a/src/game/server/gameworld.cpp b/src/game/server/gameworld.cpp index 42c194873..6a66d526f 100644 --- a/src/game/server/gameworld.cpp +++ b/src/game/server/gameworld.cpp @@ -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. */ #include "gameworld.h" #include "entity.h" diff --git a/src/game/server/gameworld.h b/src/game/server/gameworld.h index 2d1cc4bec..86ac6a0c9 100644 --- a/src/game/server/gameworld.h +++ b/src/game/server/gameworld.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 GAME_SERVER_GAMEWORLD_H #define GAME_SERVER_GAMEWORLD_H diff --git a/src/game/server/player.cpp b/src/game/server/player.cpp index 6408707da..e76c5e565 100644 --- a/src/game/server/player.cpp +++ b/src/game/server/player.cpp @@ -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. */ #include #include "player.h" diff --git a/src/game/server/player.h b/src/game/server/player.h index 7aab0b6e6..c4c413fc1 100644 --- a/src/game/server/player.h +++ b/src/game/server/player.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 GAME_SERVER_PLAYER_H #define GAME_SERVER_PLAYER_H diff --git a/src/game/tuning.h b/src/game/tuning.h index b336fcb38..5bdb576e0 100644 --- a/src/game/tuning.h +++ b/src/game/tuning.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 GAME_TUNING_H #define GAME_TUNING_H #undef GAME_TUNING_H // this file will be included several times diff --git a/src/game/variables.h b/src/game/variables.h index 28efad48e..f2e00a148 100644 --- a/src/game/variables.h +++ b/src/game/variables.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 GAME_VARIABLES_H #define GAME_VARIABLES_H #undef GAME_VARIABLES_H // this file will be included several times diff --git a/src/game/version.h b/src/game/version.h index 534a5dd28..5508f9425 100644 --- a/src/game/version.h +++ b/src/game/version.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 GAME_VERSION_H #define GAME_VERSION_H #include "generated/nethash.c" diff --git a/src/mastersrv/mastersrv.cpp b/src/mastersrv/mastersrv.cpp index 8e8380865..743988981 100644 --- a/src/mastersrv/mastersrv.cpp +++ b/src/mastersrv/mastersrv.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/mastersrv/mastersrv.h b/src/mastersrv/mastersrv.h index 50fea6460..8cd5adc85 100644 --- a/src/mastersrv/mastersrv.h +++ b/src/mastersrv/mastersrv.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 MASTERSRV_MASTERSRV_H #define MASTERSRV_MASTERSRV_H static const int MASTERSERVER_PORT = 8300; diff --git a/src/tools/crapnet.cpp b/src/tools/crapnet.cpp index e05cc2374..5d0939ac2 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 a8b28fc40..27c32ed29 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 9442c7baa..93a0a75ea 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 fd2fecfa8..f7d6e18d8 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 0911c749b..d8b70dbcb 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 90e512eb2..a4e6f73e2 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" diff --git a/src/versionsrv/versionsrv.cpp b/src/versionsrv/versionsrv.cpp index 83e1a9d18..1ca3835f5 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 #include diff --git a/src/versionsrv/versionsrv.h b/src/versionsrv/versionsrv.h index e771bd3c1..f3b9bc57e 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;