diff options
| author | Sworddragon <sworddragon2@aol.com> | 2010-11-20 11:37:14 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2010-11-20 21:26:06 +0100 |
| commit | fc9211c7774a0d2d755addfb82b7a02047a6568a (patch) | |
| tree | ea308df1ebcf493283e915818d7013853816052c /src/game/editor | |
| parent | d7b623f5321c13e82b8c5f5b4573be9cf1eaa568 (diff) | |
| download | zcatch-fc9211c7774a0d2d755addfb82b7a02047a6568a.tar.gz zcatch-fc9211c7774a0d2d755addfb82b7a02047a6568a.zip | |
Updated copyrights
Diffstat (limited to 'src/game/editor')
| -rw-r--r-- | src/game/editor/ed_editor.cpp | 3 | ||||
| -rw-r--r-- | src/game/editor/ed_editor.h | 2 | ||||
| -rw-r--r-- | src/game/editor/ed_io.cpp | 2 | ||||
| -rw-r--r-- | src/game/editor/ed_layer_game.cpp | 2 | ||||
| -rw-r--r-- | src/game/editor/ed_layer_quads.cpp | 2 | ||||
| -rw-r--r-- | src/game/editor/ed_layer_tiles.cpp | 2 | ||||
| -rw-r--r-- | src/game/editor/ed_popups.cpp | 2 |
7 files changed, 14 insertions, 1 deletions
diff --git a/src/game/editor/ed_editor.cpp b/src/game/editor/ed_editor.cpp index 8beb6339..fc929eb5 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 <base/system.h> diff --git a/src/game/editor/ed_editor.h b/src/game/editor/ed_editor.h index 6ff9e6c8..38532392 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 30fe4c0b..cb914ad9 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 <engine/client.h> #include <engine/console.h> #include <engine/graphics.h> diff --git a/src/game/editor/ed_layer_game.cpp b/src/game/editor/ed_layer_game.cpp index 82a9cb1d..cf48845e 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 83fd4392..98f50b9e 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 <base/math.h> #include <engine/console.h> diff --git a/src/game/editor/ed_layer_tiles.cpp b/src/game/editor/ed_layer_tiles.cpp index ae3e28e5..5707587e 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 <base/math.h> #include <engine/graphics.h> diff --git a/src/game/editor/ed_popups.cpp b/src/game/editor/ed_popups.cpp index 3d153222..2054e67f 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 <engine/console.h> #include <engine/graphics.h> #include <engine/input.h> |