summaryrefslogtreecommitdiff
path: root/src/script/api/ai
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/script/api/ai
parenta15ace0f5b7efcc55717fa4f7ddfb0f50f5d0f6f (diff)
downloadopenttd-13cc8a0ceec90def39cbcb84135a0bf039793a6f.tar.xz
Cleanup: Removed SVN headers
Diffstat (limited to 'src/script/api/ai')
-rw-r--r--src/script/api/ai/ai_accounting.hpp.sq2
-rw-r--r--src/script/api/ai/ai_airport.hpp.sq2
-rw-r--r--src/script/api/ai/ai_base.hpp.sq2
-rw-r--r--src/script/api/ai/ai_basestation.hpp.sq2
-rw-r--r--src/script/api/ai/ai_bridge.hpp.sq2
-rw-r--r--src/script/api/ai/ai_bridgelist.hpp.sq2
-rw-r--r--src/script/api/ai/ai_cargo.hpp.sq2
-rw-r--r--src/script/api/ai/ai_cargolist.hpp.sq2
-rw-r--r--src/script/api/ai/ai_company.hpp.sq2
-rw-r--r--src/script/api/ai/ai_controller.hpp.sq2
-rw-r--r--src/script/api/ai/ai_date.hpp.sq2
-rw-r--r--src/script/api/ai/ai_depotlist.hpp.sq2
-rw-r--r--src/script/api/ai/ai_engine.hpp.sq2
-rw-r--r--src/script/api/ai/ai_enginelist.hpp.sq2
-rw-r--r--src/script/api/ai/ai_error.hpp.sq2
-rw-r--r--src/script/api/ai/ai_event.hpp.sq2
-rw-r--r--src/script/api/ai/ai_event_types.hpp.sq2
-rw-r--r--src/script/api/ai/ai_execmode.hpp.sq2
-rw-r--r--src/script/api/ai/ai_gamesettings.hpp.sq2
-rw-r--r--src/script/api/ai/ai_group.hpp.sq2
-rw-r--r--src/script/api/ai/ai_grouplist.hpp.sq2
-rw-r--r--src/script/api/ai/ai_industry.hpp.sq2
-rw-r--r--src/script/api/ai/ai_industrylist.hpp.sq2
-rw-r--r--src/script/api/ai/ai_industrytype.hpp.sq2
-rw-r--r--src/script/api/ai/ai_industrytypelist.hpp.sq2
-rw-r--r--src/script/api/ai/ai_infrastructure.hpp.sq2
-rw-r--r--src/script/api/ai/ai_list.hpp.sq2
-rw-r--r--src/script/api/ai/ai_log.hpp.sq2
-rw-r--r--src/script/api/ai/ai_map.hpp.sq2
-rw-r--r--src/script/api/ai/ai_marine.hpp.sq2
-rw-r--r--src/script/api/ai/ai_order.hpp.sq2
-rw-r--r--src/script/api/ai/ai_rail.hpp.sq2
-rw-r--r--src/script/api/ai/ai_railtypelist.hpp.sq2
-rw-r--r--src/script/api/ai/ai_road.hpp.sq2
-rw-r--r--src/script/api/ai/ai_roadtypelist.hpp.sq2
-rw-r--r--src/script/api/ai/ai_sign.hpp.sq2
-rw-r--r--src/script/api/ai/ai_signlist.hpp.sq2
-rw-r--r--src/script/api/ai/ai_station.hpp.sq2
-rw-r--r--src/script/api/ai/ai_stationlist.hpp.sq2
-rw-r--r--src/script/api/ai/ai_subsidy.hpp.sq2
-rw-r--r--src/script/api/ai/ai_subsidylist.hpp.sq2
-rw-r--r--src/script/api/ai/ai_testmode.hpp.sq2
-rw-r--r--src/script/api/ai/ai_tile.hpp.sq2
-rw-r--r--src/script/api/ai/ai_tilelist.hpp.sq2
-rw-r--r--src/script/api/ai/ai_town.hpp.sq2
-rw-r--r--src/script/api/ai/ai_townlist.hpp.sq2
-rw-r--r--src/script/api/ai/ai_tunnel.hpp.sq2
-rw-r--r--src/script/api/ai/ai_vehicle.hpp.sq2
-rw-r--r--src/script/api/ai/ai_vehiclelist.hpp.sq2
-rw-r--r--src/script/api/ai/ai_waypoint.hpp.sq2
-rw-r--r--src/script/api/ai/ai_waypointlist.hpp.sq2
51 files changed, 0 insertions, 102 deletions
diff --git a/src/script/api/ai/ai_accounting.hpp.sq b/src/script/api/ai/ai_accounting.hpp.sq
index fd68e4e7e..d2bfbb04f 100644
--- a/src/script/api/ai/ai_accounting.hpp.sq
+++ b/src/script/api/ai/ai_accounting.hpp.sq
@@ -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/script/api/ai/ai_airport.hpp.sq b/src/script/api/ai/ai_airport.hpp.sq
index 89e7ba125..2d7daeef7 100644
--- a/src/script/api/ai/ai_airport.hpp.sq
+++ b/src/script/api/ai/ai_airport.hpp.sq
@@ -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/script/api/ai/ai_base.hpp.sq b/src/script/api/ai/ai_base.hpp.sq
index 68cc4a58e..a03566b4e 100644
--- a/src/script/api/ai/ai_base.hpp.sq
+++ b/src/script/api/ai/ai_base.hpp.sq
@@ -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/script/api/ai/ai_basestation.hpp.sq b/src/script/api/ai/ai_basestation.hpp.sq
index 42cc18460..13a351b8e 100644
--- a/src/script/api/ai/ai_basestation.hpp.sq
+++ b/src/script/api/ai/ai_basestation.hpp.sq
@@ -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/script/api/ai/ai_bridge.hpp.sq b/src/script/api/ai/ai_bridge.hpp.sq
index 9a9b22300..0d026673f 100644
--- a/src/script/api/ai/ai_bridge.hpp.sq
+++ b/src/script/api/ai/ai_bridge.hpp.sq
@@ -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/script/api/ai/ai_bridgelist.hpp.sq b/src/script/api/ai/ai_bridgelist.hpp.sq
index b5618e333..35d33f544 100644
--- a/src/script/api/ai/ai_bridgelist.hpp.sq
+++ b/src/script/api/ai/ai_bridgelist.hpp.sq
@@ -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/script/api/ai/ai_cargo.hpp.sq b/src/script/api/ai/ai_cargo.hpp.sq
index 6478d44b8..119328e41 100644
--- a/src/script/api/ai/ai_cargo.hpp.sq
+++ b/src/script/api/ai/ai_cargo.hpp.sq
@@ -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/script/api/ai/ai_cargolist.hpp.sq b/src/script/api/ai/ai_cargolist.hpp.sq
index cc1bbc6a2..d1c1b0b98 100644
--- a/src/script/api/ai/ai_cargolist.hpp.sq
+++ b/src/script/api/ai/ai_cargolist.hpp.sq
@@ -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/script/api/ai/ai_company.hpp.sq b/src/script/api/ai/ai_company.hpp.sq
index ecab99c91..156b6fcb7 100644
--- a/src/script/api/ai/ai_company.hpp.sq
+++ b/src/script/api/ai/ai_company.hpp.sq
@@ -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/script/api/ai/ai_controller.hpp.sq b/src/script/api/ai/ai_controller.hpp.sq
index 2aefdd68e..ba1cc3fa5 100644
--- a/src/script/api/ai/ai_controller.hpp.sq
+++ b/src/script/api/ai/ai_controller.hpp.sq
@@ -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/script/api/ai/ai_date.hpp.sq b/src/script/api/ai/ai_date.hpp.sq
index 7bdf9519d..2f98a2918 100644
--- a/src/script/api/ai/ai_date.hpp.sq
+++ b/src/script/api/ai/ai_date.hpp.sq
@@ -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/script/api/ai/ai_depotlist.hpp.sq b/src/script/api/ai/ai_depotlist.hpp.sq
index 528683ce3..72668a4d7 100644
--- a/src/script/api/ai/ai_depotlist.hpp.sq
+++ b/src/script/api/ai/ai_depotlist.hpp.sq
@@ -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/script/api/ai/ai_engine.hpp.sq b/src/script/api/ai/ai_engine.hpp.sq
index b10e7e34f..fa49f919d 100644
--- a/src/script/api/ai/ai_engine.hpp.sq
+++ b/src/script/api/ai/ai_engine.hpp.sq
@@ -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/script/api/ai/ai_enginelist.hpp.sq b/src/script/api/ai/ai_enginelist.hpp.sq
index 8ddc2e7ad..1c1c4cfed 100644
--- a/src/script/api/ai/ai_enginelist.hpp.sq
+++ b/src/script/api/ai/ai_enginelist.hpp.sq
@@ -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/script/api/ai/ai_error.hpp.sq b/src/script/api/ai/ai_error.hpp.sq
index 54636d3a1..2bb2d2d2c 100644
--- a/src/script/api/ai/ai_error.hpp.sq
+++ b/src/script/api/ai/ai_error.hpp.sq
@@ -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/script/api/ai/ai_event.hpp.sq b/src/script/api/ai/ai_event.hpp.sq
index 11fd18143..6061eeed5 100644
--- a/src/script/api/ai/ai_event.hpp.sq
+++ b/src/script/api/ai/ai_event.hpp.sq
@@ -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/script/api/ai/ai_event_types.hpp.sq b/src/script/api/ai/ai_event_types.hpp.sq
index 69cdba2dc..21d0b663a 100644
--- a/src/script/api/ai/ai_event_types.hpp.sq
+++ b/src/script/api/ai/ai_event_types.hpp.sq
@@ -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/script/api/ai/ai_execmode.hpp.sq b/src/script/api/ai/ai_execmode.hpp.sq
index 869f3fe93..fa7d8a2c2 100644
--- a/src/script/api/ai/ai_execmode.hpp.sq
+++ b/src/script/api/ai/ai_execmode.hpp.sq
@@ -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/script/api/ai/ai_gamesettings.hpp.sq b/src/script/api/ai/ai_gamesettings.hpp.sq
index 1459b031d..e5ff4ce17 100644
--- a/src/script/api/ai/ai_gamesettings.hpp.sq
+++ b/src/script/api/ai/ai_gamesettings.hpp.sq
@@ -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/script/api/ai/ai_group.hpp.sq b/src/script/api/ai/ai_group.hpp.sq
index 29d86754d..2a221df62 100644
--- a/src/script/api/ai/ai_group.hpp.sq
+++ b/src/script/api/ai/ai_group.hpp.sq
@@ -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/script/api/ai/ai_grouplist.hpp.sq b/src/script/api/ai/ai_grouplist.hpp.sq
index 9f9f2dab2..3977a92c8 100644
--- a/src/script/api/ai/ai_grouplist.hpp.sq
+++ b/src/script/api/ai/ai_grouplist.hpp.sq
@@ -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/script/api/ai/ai_industry.hpp.sq b/src/script/api/ai/ai_industry.hpp.sq
index 4de03f1da..833c6a9e8 100644
--- a/src/script/api/ai/ai_industry.hpp.sq
+++ b/src/script/api/ai/ai_industry.hpp.sq
@@ -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/script/api/ai/ai_industrylist.hpp.sq b/src/script/api/ai/ai_industrylist.hpp.sq
index 0ae7e9779..11a4696dc 100644
--- a/src/script/api/ai/ai_industrylist.hpp.sq
+++ b/src/script/api/ai/ai_industrylist.hpp.sq
@@ -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/script/api/ai/ai_industrytype.hpp.sq b/src/script/api/ai/ai_industrytype.hpp.sq
index 7c56acee9..1d6648d99 100644
--- a/src/script/api/ai/ai_industrytype.hpp.sq
+++ b/src/script/api/ai/ai_industrytype.hpp.sq
@@ -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/script/api/ai/ai_industrytypelist.hpp.sq b/src/script/api/ai/ai_industrytypelist.hpp.sq
index 6ac836b39..104a78ddf 100644
--- a/src/script/api/ai/ai_industrytypelist.hpp.sq
+++ b/src/script/api/ai/ai_industrytypelist.hpp.sq
@@ -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/script/api/ai/ai_infrastructure.hpp.sq b/src/script/api/ai/ai_infrastructure.hpp.sq
index 55a1e4743..f16f4b281 100644
--- a/src/script/api/ai/ai_infrastructure.hpp.sq
+++ b/src/script/api/ai/ai_infrastructure.hpp.sq
@@ -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/script/api/ai/ai_list.hpp.sq b/src/script/api/ai/ai_list.hpp.sq
index 201113823..ec66200b5 100644
--- a/src/script/api/ai/ai_list.hpp.sq
+++ b/src/script/api/ai/ai_list.hpp.sq
@@ -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/script/api/ai/ai_log.hpp.sq b/src/script/api/ai/ai_log.hpp.sq
index 174ac2b92..de8676964 100644
--- a/src/script/api/ai/ai_log.hpp.sq
+++ b/src/script/api/ai/ai_log.hpp.sq
@@ -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/script/api/ai/ai_map.hpp.sq b/src/script/api/ai/ai_map.hpp.sq
index f0f1cbed0..3280e7f51 100644
--- a/src/script/api/ai/ai_map.hpp.sq
+++ b/src/script/api/ai/ai_map.hpp.sq
@@ -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/script/api/ai/ai_marine.hpp.sq b/src/script/api/ai/ai_marine.hpp.sq
index 843c3d874..d23fe0999 100644
--- a/src/script/api/ai/ai_marine.hpp.sq
+++ b/src/script/api/ai/ai_marine.hpp.sq
@@ -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/script/api/ai/ai_order.hpp.sq b/src/script/api/ai/ai_order.hpp.sq
index ab25e4810..19664ee1e 100644
--- a/src/script/api/ai/ai_order.hpp.sq
+++ b/src/script/api/ai/ai_order.hpp.sq
@@ -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/script/api/ai/ai_rail.hpp.sq b/src/script/api/ai/ai_rail.hpp.sq
index d7e421669..f7de00cff 100644
--- a/src/script/api/ai/ai_rail.hpp.sq
+++ b/src/script/api/ai/ai_rail.hpp.sq
@@ -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/script/api/ai/ai_railtypelist.hpp.sq b/src/script/api/ai/ai_railtypelist.hpp.sq
index 0f05df239..b676f6e8f 100644
--- a/src/script/api/ai/ai_railtypelist.hpp.sq
+++ b/src/script/api/ai/ai_railtypelist.hpp.sq
@@ -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/script/api/ai/ai_road.hpp.sq b/src/script/api/ai/ai_road.hpp.sq
index 7e91fb268..99b1d1dd0 100644
--- a/src/script/api/ai/ai_road.hpp.sq
+++ b/src/script/api/ai/ai_road.hpp.sq
@@ -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/script/api/ai/ai_roadtypelist.hpp.sq b/src/script/api/ai/ai_roadtypelist.hpp.sq
index cbe316f8d..43224eea5 100644
--- a/src/script/api/ai/ai_roadtypelist.hpp.sq
+++ b/src/script/api/ai/ai_roadtypelist.hpp.sq
@@ -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/script/api/ai/ai_sign.hpp.sq b/src/script/api/ai/ai_sign.hpp.sq
index e3c9005e7..e6c78c934 100644
--- a/src/script/api/ai/ai_sign.hpp.sq
+++ b/src/script/api/ai/ai_sign.hpp.sq
@@ -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/script/api/ai/ai_signlist.hpp.sq b/src/script/api/ai/ai_signlist.hpp.sq
index 8f4f97c0c..9fbf42ddf 100644
--- a/src/script/api/ai/ai_signlist.hpp.sq
+++ b/src/script/api/ai/ai_signlist.hpp.sq
@@ -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/script/api/ai/ai_station.hpp.sq b/src/script/api/ai/ai_station.hpp.sq
index 1850c1e74..2278faf23 100644
--- a/src/script/api/ai/ai_station.hpp.sq
+++ b/src/script/api/ai/ai_station.hpp.sq
@@ -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/script/api/ai/ai_stationlist.hpp.sq b/src/script/api/ai/ai_stationlist.hpp.sq
index 93a8c6e76..d7a63212c 100644
--- a/src/script/api/ai/ai_stationlist.hpp.sq
+++ b/src/script/api/ai/ai_stationlist.hpp.sq
@@ -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/script/api/ai/ai_subsidy.hpp.sq b/src/script/api/ai/ai_subsidy.hpp.sq
index ea9743dac..34a8173e5 100644
--- a/src/script/api/ai/ai_subsidy.hpp.sq
+++ b/src/script/api/ai/ai_subsidy.hpp.sq
@@ -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/script/api/ai/ai_subsidylist.hpp.sq b/src/script/api/ai/ai_subsidylist.hpp.sq
index f58165f55..c1a39238a 100644
--- a/src/script/api/ai/ai_subsidylist.hpp.sq
+++ b/src/script/api/ai/ai_subsidylist.hpp.sq
@@ -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/script/api/ai/ai_testmode.hpp.sq b/src/script/api/ai/ai_testmode.hpp.sq
index 6072706f7..e80952a61 100644
--- a/src/script/api/ai/ai_testmode.hpp.sq
+++ b/src/script/api/ai/ai_testmode.hpp.sq
@@ -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/script/api/ai/ai_tile.hpp.sq b/src/script/api/ai/ai_tile.hpp.sq
index 570e88cd2..d5309ec5e 100644
--- a/src/script/api/ai/ai_tile.hpp.sq
+++ b/src/script/api/ai/ai_tile.hpp.sq
@@ -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/script/api/ai/ai_tilelist.hpp.sq b/src/script/api/ai/ai_tilelist.hpp.sq
index 4675e98fe..64f666f6c 100644
--- a/src/script/api/ai/ai_tilelist.hpp.sq
+++ b/src/script/api/ai/ai_tilelist.hpp.sq
@@ -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/script/api/ai/ai_town.hpp.sq b/src/script/api/ai/ai_town.hpp.sq
index 6b09190be..8cae7f11a 100644
--- a/src/script/api/ai/ai_town.hpp.sq
+++ b/src/script/api/ai/ai_town.hpp.sq
@@ -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/script/api/ai/ai_townlist.hpp.sq b/src/script/api/ai/ai_townlist.hpp.sq
index 74af6f45b..7efaa298d 100644
--- a/src/script/api/ai/ai_townlist.hpp.sq
+++ b/src/script/api/ai/ai_townlist.hpp.sq
@@ -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/script/api/ai/ai_tunnel.hpp.sq b/src/script/api/ai/ai_tunnel.hpp.sq
index 91eb432a0..7c72e8386 100644
--- a/src/script/api/ai/ai_tunnel.hpp.sq
+++ b/src/script/api/ai/ai_tunnel.hpp.sq
@@ -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/script/api/ai/ai_vehicle.hpp.sq b/src/script/api/ai/ai_vehicle.hpp.sq
index dbd0096ad..20c66254c 100644
--- a/src/script/api/ai/ai_vehicle.hpp.sq
+++ b/src/script/api/ai/ai_vehicle.hpp.sq
@@ -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/script/api/ai/ai_vehiclelist.hpp.sq b/src/script/api/ai/ai_vehiclelist.hpp.sq
index 39e5cb459..25a8610c3 100644
--- a/src/script/api/ai/ai_vehiclelist.hpp.sq
+++ b/src/script/api/ai/ai_vehiclelist.hpp.sq
@@ -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/script/api/ai/ai_waypoint.hpp.sq b/src/script/api/ai/ai_waypoint.hpp.sq
index b9edc40bf..3e2b64b46 100644
--- a/src/script/api/ai/ai_waypoint.hpp.sq
+++ b/src/script/api/ai/ai_waypoint.hpp.sq
@@ -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/script/api/ai/ai_waypointlist.hpp.sq b/src/script/api/ai/ai_waypointlist.hpp.sq
index 464c07071..c8359baed 100644
--- a/src/script/api/ai/ai_waypointlist.hpp.sq
+++ b/src/script/api/ai/ai_waypointlist.hpp.sq
@@ -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.