summaryrefslogtreecommitdiff
path: root/src/table
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2011-03-06 09:54:20 +0000
committeralberth <alberth@openttd.org>2011-03-06 09:54:20 +0000
commitbbde7766d2ce6c3fd11cc6ab9791bc5f264df6c8 (patch)
treec05aa7d117af38a428ab88bd6a98b35f17a8684d /src/table
parent18a918808162717335ae86ab9b1982539ff8228b (diff)
downloadopenttd-bbde7766d2ce6c3fd11cc6ab9791bc5f264df6c8.tar.xz
(svn r22207) -Add: Add the copyright message to the new ini files.
Diffstat (limited to 'src/table')
-rw-r--r--src/table/company_settings.ini8
-rw-r--r--src/table/currency_settings.ini8
-rw-r--r--src/table/gameopt_settings.ini8
-rw-r--r--src/table/misc_settings.ini8
-rw-r--r--src/table/settings.ini8
-rw-r--r--src/table/win32_settings.ini8
6 files changed, 48 insertions, 0 deletions
diff --git a/src/table/company_settings.ini b/src/table/company_settings.ini
index 42ca95352..ee3fbef44 100644
--- a/src/table/company_settings.ini
+++ b/src/table/company_settings.ini
@@ -1,3 +1,11 @@
+; $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.
+; See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
+;
+
[pre-amble]
static const SettingDesc _company_settings[] = {
[post-amble]
diff --git a/src/table/currency_settings.ini b/src/table/currency_settings.ini
index 6be26a9f7..acf7f90b3 100644
--- a/src/table/currency_settings.ini
+++ b/src/table/currency_settings.ini
@@ -1,3 +1,11 @@
+; $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.
+; See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
+;
+
[pre-amble]
static const SettingDesc _currency_settings[] = {
[post-amble]
diff --git a/src/table/gameopt_settings.ini b/src/table/gameopt_settings.ini
index 3cdde4a9f..dbf12b040 100644
--- a/src/table/gameopt_settings.ini
+++ b/src/table/gameopt_settings.ini
@@ -1,3 +1,11 @@
+; $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.
+; See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
+;
+
[pre-amble]
static const uint GAME_DIFFICULTY_NUM = 18;
static uint16 _old_diff_custom[GAME_DIFFICULTY_NUM];
diff --git a/src/table/misc_settings.ini b/src/table/misc_settings.ini
index 6089d9c76..93a90877b 100644
--- a/src/table/misc_settings.ini
+++ b/src/table/misc_settings.ini
@@ -1,3 +1,11 @@
+; $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.
+; See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
+;
+
[pre-amble]
extern char _config_language_file[MAX_PATH];
diff --git a/src/table/settings.ini b/src/table/settings.ini
index b921b4b1e..7e7f844dd 100644
--- a/src/table/settings.ini
+++ b/src/table/settings.ini
@@ -1,3 +1,11 @@
+; $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.
+; See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
+;
+
[pre-amble]
/* Some settings do not need to be synchronised when playing in multiplayer.
* These include for example the GUI settings and will not be saved with the
diff --git a/src/table/win32_settings.ini b/src/table/win32_settings.ini
index 969818834..c58de50dd 100644
--- a/src/table/win32_settings.ini
+++ b/src/table/win32_settings.ini
@@ -1,3 +1,11 @@
+; $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.
+; See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
+;
+
[pre-amble]
/* win32_v.cpp only settings */
#if defined(WIN32) && !defined(DEDICATED)