summaryrefslogtreecommitdiff
path: root/src/core
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/core
parenta15ace0f5b7efcc55717fa4f7ddfb0f50f5d0f6f (diff)
downloadopenttd-13cc8a0ceec90def39cbcb84135a0bf039793a6f.tar.xz
Cleanup: Removed SVN headers
Diffstat (limited to 'src/core')
-rw-r--r--src/core/alloc_func.cpp2
-rw-r--r--src/core/alloc_func.hpp2
-rw-r--r--src/core/alloc_type.hpp2
-rw-r--r--src/core/backup_type.hpp2
-rw-r--r--src/core/bitmath_func.cpp2
-rw-r--r--src/core/bitmath_func.hpp2
-rw-r--r--src/core/endian_func.hpp2
-rw-r--r--src/core/endian_type.hpp2
-rw-r--r--src/core/enum_type.hpp2
-rw-r--r--src/core/geometry_func.cpp2
-rw-r--r--src/core/geometry_func.hpp2
-rw-r--r--src/core/geometry_type.hpp2
-rw-r--r--src/core/math_func.cpp2
-rw-r--r--src/core/math_func.hpp2
-rw-r--r--src/core/mem_func.hpp2
-rw-r--r--src/core/multimap.hpp2
-rw-r--r--src/core/overflowsafe_type.hpp2
-rw-r--r--src/core/pool_func.cpp2
-rw-r--r--src/core/pool_func.hpp2
-rw-r--r--src/core/pool_type.hpp2
-rw-r--r--src/core/random_func.cpp2
-rw-r--r--src/core/random_func.hpp2
-rw-r--r--src/core/smallmap_type.hpp2
-rw-r--r--src/core/smallmatrix_type.hpp2
-rw-r--r--src/core/smallstack_type.hpp2
-rw-r--r--src/core/smallvec_type.hpp2
-rw-r--r--src/core/string_compare_type.hpp2
27 files changed, 0 insertions, 54 deletions
diff --git a/src/core/alloc_func.cpp b/src/core/alloc_func.cpp
index b78023f4d..86ba76623 100644
--- a/src/core/alloc_func.cpp
+++ b/src/core/alloc_func.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/core/alloc_func.hpp b/src/core/alloc_func.hpp
index c4ea1f561..e8436e28d 100644
--- a/src/core/alloc_func.hpp
+++ b/src/core/alloc_func.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/core/alloc_type.hpp b/src/core/alloc_type.hpp
index e351bf360..773de5883 100644
--- a/src/core/alloc_type.hpp
+++ b/src/core/alloc_type.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/core/backup_type.hpp b/src/core/backup_type.hpp
index 7e3771b70..8c9c73851 100644
--- a/src/core/backup_type.hpp
+++ b/src/core/backup_type.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/core/bitmath_func.cpp b/src/core/bitmath_func.cpp
index 776322731..803eb9e1c 100644
--- a/src/core/bitmath_func.cpp
+++ b/src/core/bitmath_func.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/core/bitmath_func.hpp b/src/core/bitmath_func.hpp
index 8fdc7100e..4af46d343 100644
--- a/src/core/bitmath_func.hpp
+++ b/src/core/bitmath_func.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/core/endian_func.hpp b/src/core/endian_func.hpp
index ab5b18150..b1a584785 100644
--- a/src/core/endian_func.hpp
+++ b/src/core/endian_func.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/core/endian_type.hpp b/src/core/endian_type.hpp
index 1cacf6c0c..b674928ee 100644
--- a/src/core/endian_type.hpp
+++ b/src/core/endian_type.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/core/enum_type.hpp b/src/core/enum_type.hpp
index 8526a91a5..d4ea82eff 100644
--- a/src/core/enum_type.hpp
+++ b/src/core/enum_type.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/core/geometry_func.cpp b/src/core/geometry_func.cpp
index 86f317a37..162f2eae5 100644
--- a/src/core/geometry_func.cpp
+++ b/src/core/geometry_func.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/core/geometry_func.hpp b/src/core/geometry_func.hpp
index e7c53251c..cd136488a 100644
--- a/src/core/geometry_func.hpp
+++ b/src/core/geometry_func.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/core/geometry_type.hpp b/src/core/geometry_type.hpp
index 2927cd980..0e9f86e67 100644
--- a/src/core/geometry_type.hpp
+++ b/src/core/geometry_type.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/core/math_func.cpp b/src/core/math_func.cpp
index d92770208..98fac81aa 100644
--- a/src/core/math_func.cpp
+++ b/src/core/math_func.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/core/math_func.hpp b/src/core/math_func.hpp
index 570f54c23..d36dc55f9 100644
--- a/src/core/math_func.hpp
+++ b/src/core/math_func.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/core/mem_func.hpp b/src/core/mem_func.hpp
index 5b3fe4cab..12acce13f 100644
--- a/src/core/mem_func.hpp
+++ b/src/core/mem_func.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/core/multimap.hpp b/src/core/multimap.hpp
index e90667714..026488b35 100644
--- a/src/core/multimap.hpp
+++ b/src/core/multimap.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/core/overflowsafe_type.hpp b/src/core/overflowsafe_type.hpp
index edc25d275..2b1edeede 100644
--- a/src/core/overflowsafe_type.hpp
+++ b/src/core/overflowsafe_type.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/core/pool_func.cpp b/src/core/pool_func.cpp
index 7a65bf77a..79ea4b21c 100644
--- a/src/core/pool_func.cpp
+++ b/src/core/pool_func.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/core/pool_func.hpp b/src/core/pool_func.hpp
index ee4999286..db79ab285 100644
--- a/src/core/pool_func.hpp
+++ b/src/core/pool_func.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/core/pool_type.hpp b/src/core/pool_type.hpp
index 8102d580c..360bda2d5 100644
--- a/src/core/pool_type.hpp
+++ b/src/core/pool_type.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/core/random_func.cpp b/src/core/random_func.cpp
index e4593c407..439f95d15 100644
--- a/src/core/random_func.cpp
+++ b/src/core/random_func.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/core/random_func.hpp b/src/core/random_func.hpp
index ae476624e..7a40c9b74 100644
--- a/src/core/random_func.hpp
+++ b/src/core/random_func.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/core/smallmap_type.hpp b/src/core/smallmap_type.hpp
index d05052282..478e7515a 100644
--- a/src/core/smallmap_type.hpp
+++ b/src/core/smallmap_type.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/core/smallmatrix_type.hpp b/src/core/smallmatrix_type.hpp
index faa531d5f..0aeac10e1 100644
--- a/src/core/smallmatrix_type.hpp
+++ b/src/core/smallmatrix_type.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/core/smallstack_type.hpp b/src/core/smallstack_type.hpp
index 6aded5a75..bf44f00c8 100644
--- a/src/core/smallstack_type.hpp
+++ b/src/core/smallstack_type.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/core/smallvec_type.hpp b/src/core/smallvec_type.hpp
index 3cf33f8b7..2f65f0292 100644
--- a/src/core/smallvec_type.hpp
+++ b/src/core/smallvec_type.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/core/string_compare_type.hpp b/src/core/string_compare_type.hpp
index 77180747b..1c6a411d0 100644
--- a/src/core/string_compare_type.hpp
+++ b/src/core/string_compare_type.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.