summaryrefslogtreecommitdiff
path: root/bin/ai/regression
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 /bin/ai/regression
parenta15ace0f5b7efcc55717fa4f7ddfb0f50f5d0f6f (diff)
downloadopenttd-13cc8a0ceec90def39cbcb84135a0bf039793a6f.tar.xz
Cleanup: Removed SVN headers
Diffstat (limited to 'bin/ai/regression')
-rwxr-xr-xbin/ai/regression/completeness.sh2
-rw-r--r--bin/ai/regression/regression_info.nut2
-rwxr-xr-xbin/ai/regression/run.sh2
-rw-r--r--bin/ai/regression/run.vbs2
-rw-r--r--bin/ai/regression/tst_regression/main.nut2
-rw-r--r--bin/ai/regression/tst_regression/require.nut2
-rw-r--r--bin/ai/regression/tst_stationlist/main.nut2
7 files changed, 0 insertions, 14 deletions
diff --git a/bin/ai/regression/completeness.sh b/bin/ai/regression/completeness.sh
index 2e4240155..46cee4ed3 100755
--- a/bin/ai/regression/completeness.sh
+++ b/bin/ai/regression/completeness.sh
@@ -1,7 +1,5 @@
#!/bin/sh
-# $Id$
-
if ! [ -f ai/regression/completeness.sh ]; then
echo "Make sure you are in the root of OpenTTD before starting this script."
exit 1
diff --git a/bin/ai/regression/regression_info.nut b/bin/ai/regression/regression_info.nut
index d5c3f7dd2..020b186fa 100644
--- a/bin/ai/regression/regression_info.nut
+++ b/bin/ai/regression/regression_info.nut
@@ -1,5 +1,3 @@
-/* $Id$ */
-
class Regression extends AIInfo {
function GetAuthor() { return "OpenTTD NoAI Developers Team"; }
function GetName() { return "Regression"; }
diff --git a/bin/ai/regression/run.sh b/bin/ai/regression/run.sh
index c9197c4d5..7574b0b38 100755
--- a/bin/ai/regression/run.sh
+++ b/bin/ai/regression/run.sh
@@ -1,7 +1,5 @@
#!/bin/sh
-# $Id$
-
if ! [ -f ai/regression/run.sh ]; then
echo "Make sure you are in the root of OpenTTD before starting this script."
exit 1
diff --git a/bin/ai/regression/run.vbs b/bin/ai/regression/run.vbs
index 930562ec6..b4bdef4c1 100644
--- a/bin/ai/regression/run.vbs
+++ b/bin/ai/regression/run.vbs
@@ -1,7 +1,5 @@
Option Explicit
-' $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.
' OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
diff --git a/bin/ai/regression/tst_regression/main.nut b/bin/ai/regression/tst_regression/main.nut
index baece09d0..5ace44eec 100644
--- a/bin/ai/regression/tst_regression/main.nut
+++ b/bin/ai/regression/tst_regression/main.nut
@@ -1,5 +1,3 @@
-/* $Id$ */
-
class Regression extends AIController {
function Start();
};
diff --git a/bin/ai/regression/tst_regression/require.nut b/bin/ai/regression/tst_regression/require.nut
index 360e1c23b..d8dc4baa7 100644
--- a/bin/ai/regression/tst_regression/require.nut
+++ b/bin/ai/regression/tst_regression/require.nut
@@ -1,4 +1,2 @@
-/* $Id$ */
-
print(" Required this file");
diff --git a/bin/ai/regression/tst_stationlist/main.nut b/bin/ai/regression/tst_stationlist/main.nut
index 60f3e4a4a..2f00ea1d6 100644
--- a/bin/ai/regression/tst_stationlist/main.nut
+++ b/bin/ai/regression/tst_stationlist/main.nut
@@ -1,5 +1,3 @@
-/* $Id$ */
-
class Regression extends AIController {
function Start();
};