summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
authorS. D. Cloudt <s.d.cloudt@student.tue.nl>2019-10-28 11:31:49 +0100
committerCharles Pigott <charlespigott@googlemail.com>2019-11-10 17:59:20 +0000
commit13cc8a0ceec90def39cbcb84135a0bf039793a6f (patch)
tree83c12b73f03aa9d27b50c5e663df07c95c3defff /src/game
parenta15ace0f5b7efcc55717fa4f7ddfb0f50f5d0f6f (diff)
downloadopenttd-13cc8a0ceec90def39cbcb84135a0bf039793a6f.tar.xz
Cleanup: Removed SVN headers
Diffstat (limited to 'src/game')
-rw-r--r--src/game/game.hpp2
-rw-r--r--src/game/game_config.cpp2
-rw-r--r--src/game/game_config.hpp2
-rw-r--r--src/game/game_core.cpp2
-rw-r--r--src/game/game_info.cpp2
-rw-r--r--src/game/game_info.hpp2
-rw-r--r--src/game/game_instance.cpp2
-rw-r--r--src/game/game_instance.hpp2
-rw-r--r--src/game/game_scanner.cpp2
-rw-r--r--src/game/game_scanner.hpp2
-rw-r--r--src/game/game_text.cpp2
-rw-r--r--src/game/game_text.hpp2
12 files changed, 0 insertions, 24 deletions
diff --git a/src/game/game.hpp b/src/game/game.hpp
index 95d9aa0a1..8381a6c14 100644
--- a/src/game/game.hpp
+++ b/src/game/game.hpp
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
diff --git a/src/game/game_config.cpp b/src/game/game_config.cpp
index f96985ef7..89283129e 100644
--- a/src/game/game_config.cpp
+++ b/src/game/game_config.cpp
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
diff --git a/src/game/game_config.hpp b/src/game/game_config.hpp
index dfae62c3a..a01128e67 100644
--- a/src/game/game_config.hpp
+++ b/src/game/game_config.hpp
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
diff --git a/src/game/game_core.cpp b/src/game/game_core.cpp
index 394b77fb8..fbe233c9f 100644
--- a/src/game/game_core.cpp
+++ b/src/game/game_core.cpp
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
diff --git a/src/game/game_info.cpp b/src/game/game_info.cpp
index d815e6fd2..91a463bed 100644
--- a/src/game/game_info.cpp
+++ b/src/game/game_info.cpp
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
diff --git a/src/game/game_info.hpp b/src/game/game_info.hpp
index 8a2215d52..cfa900767 100644
--- a/src/game/game_info.hpp
+++ b/src/game/game_info.hpp
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
diff --git a/src/game/game_instance.cpp b/src/game/game_instance.cpp
index 8d4f5f2b2..57b2213ea 100644
--- a/src/game/game_instance.cpp
+++ b/src/game/game_instance.cpp
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
diff --git a/src/game/game_instance.hpp b/src/game/game_instance.hpp
index dd0e7950a..7b3b12b37 100644
--- a/src/game/game_instance.hpp
+++ b/src/game/game_instance.hpp
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
diff --git a/src/game/game_scanner.cpp b/src/game/game_scanner.cpp
index 862c867cf..68efa350c 100644
--- a/src/game/game_scanner.cpp
+++ b/src/game/game_scanner.cpp
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
diff --git a/src/game/game_scanner.hpp b/src/game/game_scanner.hpp
index 2530ec792..6c96bccfd 100644
--- a/src/game/game_scanner.hpp
+++ b/src/game/game_scanner.hpp
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
diff --git a/src/game/game_text.cpp b/src/game/game_text.cpp
index b69b8f46b..64281c60c 100644
--- a/src/game/game_text.cpp
+++ b/src/game/game_text.cpp
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
diff --git a/src/game/game_text.hpp b/src/game/game_text.hpp
index c662e28f4..20cccff54 100644
--- a/src/game/game_text.hpp
+++ b/src/game/game_text.hpp
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.