summaryrefslogtreecommitdiff
path: root/src/saveload
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/saveload
parenta15ace0f5b7efcc55717fa4f7ddfb0f50f5d0f6f (diff)
downloadopenttd-13cc8a0ceec90def39cbcb84135a0bf039793a6f.tar.xz
Cleanup: Removed SVN headers
Diffstat (limited to 'src/saveload')
-rw-r--r--src/saveload/afterload.cpp2
-rw-r--r--src/saveload/ai_sl.cpp2
-rw-r--r--src/saveload/airport_sl.cpp2
-rw-r--r--src/saveload/animated_tile_sl.cpp2
-rw-r--r--src/saveload/autoreplace_sl.cpp2
-rw-r--r--src/saveload/cargomonitor_sl.cpp2
-rw-r--r--src/saveload/cargopacket_sl.cpp2
-rw-r--r--src/saveload/cheat_sl.cpp2
-rw-r--r--src/saveload/company_sl.cpp2
-rw-r--r--src/saveload/depot_sl.cpp2
-rw-r--r--src/saveload/economy_sl.cpp2
-rw-r--r--src/saveload/engine_sl.cpp2
-rw-r--r--src/saveload/game_sl.cpp2
-rw-r--r--src/saveload/gamelog_sl.cpp2
-rw-r--r--src/saveload/goal_sl.cpp2
-rw-r--r--src/saveload/group_sl.cpp2
-rw-r--r--src/saveload/industry_sl.cpp2
-rw-r--r--src/saveload/labelmaps_sl.cpp2
-rw-r--r--src/saveload/linkgraph_sl.cpp2
-rw-r--r--src/saveload/map_sl.cpp2
-rw-r--r--src/saveload/misc_sl.cpp2
-rw-r--r--src/saveload/newgrf_sl.cpp2
-rw-r--r--src/saveload/newgrf_sl.h2
-rw-r--r--src/saveload/object_sl.cpp2
-rw-r--r--src/saveload/oldloader.cpp2
-rw-r--r--src/saveload/oldloader.h2
-rw-r--r--src/saveload/oldloader_sl.cpp2
-rw-r--r--src/saveload/order_sl.cpp2
-rw-r--r--src/saveload/saveload.cpp2
-rw-r--r--src/saveload/saveload.h2
-rw-r--r--src/saveload/saveload_filter.h2
-rw-r--r--src/saveload/saveload_internal.h2
-rw-r--r--src/saveload/signs_sl.cpp2
-rw-r--r--src/saveload/station_sl.cpp2
-rw-r--r--src/saveload/storage_sl.cpp2
-rw-r--r--src/saveload/story_sl.cpp2
-rw-r--r--src/saveload/strings_sl.cpp2
-rw-r--r--src/saveload/subsidy_sl.cpp2
-rw-r--r--src/saveload/town_sl.cpp2
-rw-r--r--src/saveload/vehicle_sl.cpp2
-rw-r--r--src/saveload/waypoint_sl.cpp2
41 files changed, 0 insertions, 82 deletions
diff --git a/src/saveload/afterload.cpp b/src/saveload/afterload.cpp
index 553aab75c..943885473 100644
--- a/src/saveload/afterload.cpp
+++ b/src/saveload/afterload.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/saveload/ai_sl.cpp b/src/saveload/ai_sl.cpp
index 336c773d5..9b58aea11 100644
--- a/src/saveload/ai_sl.cpp
+++ b/src/saveload/ai_sl.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/saveload/airport_sl.cpp b/src/saveload/airport_sl.cpp
index ef207bacb..a7470d268 100644
--- a/src/saveload/airport_sl.cpp
+++ b/src/saveload/airport_sl.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/saveload/animated_tile_sl.cpp b/src/saveload/animated_tile_sl.cpp
index aab06f667..9f03e598d 100644
--- a/src/saveload/animated_tile_sl.cpp
+++ b/src/saveload/animated_tile_sl.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/saveload/autoreplace_sl.cpp b/src/saveload/autoreplace_sl.cpp
index 6493b6f45..abfd32755 100644
--- a/src/saveload/autoreplace_sl.cpp
+++ b/src/saveload/autoreplace_sl.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/saveload/cargomonitor_sl.cpp b/src/saveload/cargomonitor_sl.cpp
index 97acc435e..75f081eb2 100644
--- a/src/saveload/cargomonitor_sl.cpp
+++ b/src/saveload/cargomonitor_sl.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/saveload/cargopacket_sl.cpp b/src/saveload/cargopacket_sl.cpp
index 51cdf1cf1..d0797212d 100644
--- a/src/saveload/cargopacket_sl.cpp
+++ b/src/saveload/cargopacket_sl.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/saveload/cheat_sl.cpp b/src/saveload/cheat_sl.cpp
index e7b4735a9..9af175922 100644
--- a/src/saveload/cheat_sl.cpp
+++ b/src/saveload/cheat_sl.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/saveload/company_sl.cpp b/src/saveload/company_sl.cpp
index f934848e9..19e2e2343 100644
--- a/src/saveload/company_sl.cpp
+++ b/src/saveload/company_sl.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/saveload/depot_sl.cpp b/src/saveload/depot_sl.cpp
index 74559f923..351cfc66a 100644
--- a/src/saveload/depot_sl.cpp
+++ b/src/saveload/depot_sl.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/saveload/economy_sl.cpp b/src/saveload/economy_sl.cpp
index 754d07ebd..6737ac2f3 100644
--- a/src/saveload/economy_sl.cpp
+++ b/src/saveload/economy_sl.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/saveload/engine_sl.cpp b/src/saveload/engine_sl.cpp
index f4c017bb1..98cb4d0a3 100644
--- a/src/saveload/engine_sl.cpp
+++ b/src/saveload/engine_sl.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/saveload/game_sl.cpp b/src/saveload/game_sl.cpp
index 3602f0f29..28a6c6c11 100644
--- a/src/saveload/game_sl.cpp
+++ b/src/saveload/game_sl.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/saveload/gamelog_sl.cpp b/src/saveload/gamelog_sl.cpp
index 812d716ec..576bfa5bc 100644
--- a/src/saveload/gamelog_sl.cpp
+++ b/src/saveload/gamelog_sl.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/saveload/goal_sl.cpp b/src/saveload/goal_sl.cpp
index b636dcf6a..57ad7c97a 100644
--- a/src/saveload/goal_sl.cpp
+++ b/src/saveload/goal_sl.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/saveload/group_sl.cpp b/src/saveload/group_sl.cpp
index e43140132..16ef117ef 100644
--- a/src/saveload/group_sl.cpp
+++ b/src/saveload/group_sl.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/saveload/industry_sl.cpp b/src/saveload/industry_sl.cpp
index 34fa14542..00ffbd431 100644
--- a/src/saveload/industry_sl.cpp
+++ b/src/saveload/industry_sl.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/saveload/labelmaps_sl.cpp b/src/saveload/labelmaps_sl.cpp
index 6236e190e..472a32881 100644
--- a/src/saveload/labelmaps_sl.cpp
+++ b/src/saveload/labelmaps_sl.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/saveload/linkgraph_sl.cpp b/src/saveload/linkgraph_sl.cpp
index 0280cb1f6..608630b83 100644
--- a/src/saveload/linkgraph_sl.cpp
+++ b/src/saveload/linkgraph_sl.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/saveload/map_sl.cpp b/src/saveload/map_sl.cpp
index a857d5b15..51c56684a 100644
--- a/src/saveload/map_sl.cpp
+++ b/src/saveload/map_sl.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/saveload/misc_sl.cpp b/src/saveload/misc_sl.cpp
index 4a9b05a46..7ef4e3018 100644
--- a/src/saveload/misc_sl.cpp
+++ b/src/saveload/misc_sl.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/saveload/newgrf_sl.cpp b/src/saveload/newgrf_sl.cpp
index 2f7dfb356..b2d2b0df9 100644
--- a/src/saveload/newgrf_sl.cpp
+++ b/src/saveload/newgrf_sl.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/saveload/newgrf_sl.h b/src/saveload/newgrf_sl.h
index c0714d65d..191046de2 100644
--- a/src/saveload/newgrf_sl.h
+++ b/src/saveload/newgrf_sl.h
@@ -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/saveload/object_sl.cpp b/src/saveload/object_sl.cpp
index 7d7f2fde9..b0c4e7513 100644
--- a/src/saveload/object_sl.cpp
+++ b/src/saveload/object_sl.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/saveload/oldloader.cpp b/src/saveload/oldloader.cpp
index 11eb058fa..5dac33777 100644
--- a/src/saveload/oldloader.cpp
+++ b/src/saveload/oldloader.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/saveload/oldloader.h b/src/saveload/oldloader.h
index 12d8a348e..fcc7be4be 100644
--- a/src/saveload/oldloader.h
+++ b/src/saveload/oldloader.h
@@ -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/saveload/oldloader_sl.cpp b/src/saveload/oldloader_sl.cpp
index 2287d30a1..ae7aa890c 100644
--- a/src/saveload/oldloader_sl.cpp
+++ b/src/saveload/oldloader_sl.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/saveload/order_sl.cpp b/src/saveload/order_sl.cpp
index c21782de5..80b0aa871 100644
--- a/src/saveload/order_sl.cpp
+++ b/src/saveload/order_sl.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/saveload/saveload.cpp b/src/saveload/saveload.cpp
index aa8acddf1..639461460 100644
--- a/src/saveload/saveload.cpp
+++ b/src/saveload/saveload.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/saveload/saveload.h b/src/saveload/saveload.h
index d80cc3be3..beecdc8c4 100644
--- a/src/saveload/saveload.h
+++ b/src/saveload/saveload.h
@@ -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/saveload/saveload_filter.h b/src/saveload/saveload_filter.h
index ace9182d3..490daec87 100644
--- a/src/saveload/saveload_filter.h
+++ b/src/saveload/saveload_filter.h
@@ -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/saveload/saveload_internal.h b/src/saveload/saveload_internal.h
index e7a9e7bf5..02cd90f69 100644
--- a/src/saveload/saveload_internal.h
+++ b/src/saveload/saveload_internal.h
@@ -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/saveload/signs_sl.cpp b/src/saveload/signs_sl.cpp
index f2ec21d94..33be36d9c 100644
--- a/src/saveload/signs_sl.cpp
+++ b/src/saveload/signs_sl.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/saveload/station_sl.cpp b/src/saveload/station_sl.cpp
index b9dcbd9e8..ac38bb0cf 100644
--- a/src/saveload/station_sl.cpp
+++ b/src/saveload/station_sl.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/saveload/storage_sl.cpp b/src/saveload/storage_sl.cpp
index fafc35cb1..8c8a96915 100644
--- a/src/saveload/storage_sl.cpp
+++ b/src/saveload/storage_sl.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/saveload/story_sl.cpp b/src/saveload/story_sl.cpp
index 11aba1347..800cacbab 100644
--- a/src/saveload/story_sl.cpp
+++ b/src/saveload/story_sl.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/saveload/strings_sl.cpp b/src/saveload/strings_sl.cpp
index 9c3f838a8..dce8fdedb 100644
--- a/src/saveload/strings_sl.cpp
+++ b/src/saveload/strings_sl.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/saveload/subsidy_sl.cpp b/src/saveload/subsidy_sl.cpp
index 536ec2145..2ee3b4f95 100644
--- a/src/saveload/subsidy_sl.cpp
+++ b/src/saveload/subsidy_sl.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/saveload/town_sl.cpp b/src/saveload/town_sl.cpp
index 771feadd8..549a86cad 100644
--- a/src/saveload/town_sl.cpp
+++ b/src/saveload/town_sl.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/saveload/vehicle_sl.cpp b/src/saveload/vehicle_sl.cpp
index b08c1cb5e..a20c51a09 100644
--- a/src/saveload/vehicle_sl.cpp
+++ b/src/saveload/vehicle_sl.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/saveload/waypoint_sl.cpp b/src/saveload/waypoint_sl.cpp
index 70a1a2739..37b221e32 100644
--- a/src/saveload/waypoint_sl.cpp
+++ b/src/saveload/waypoint_sl.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.