From fc9211c7774a0d2d755addfb82b7a02047a6568a Mon Sep 17 00:00:00 2001 From: Sworddragon Date: Sat, 20 Nov 2010 11:37:14 +0100 Subject: Updated copyrights --- 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 ++ 7 files changed, 14 insertions(+), 1 deletion(-) (limited to 'src/game/editor') 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 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 #include #include 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 #include 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 #include 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 #include #include -- cgit 1.4.1