From bbde7766d2ce6c3fd11cc6ab9791bc5f264df6c8 Mon Sep 17 00:00:00 2001 From: alberth Date: Sun, 6 Mar 2011 09:54:20 +0000 Subject: (svn r22207) -Add: Add the copyright message to the new ini files. --- src/table/company_settings.ini | 8 ++++++++ src/table/currency_settings.ini | 8 ++++++++ src/table/gameopt_settings.ini | 8 ++++++++ src/table/misc_settings.ini | 8 ++++++++ src/table/settings.ini | 8 ++++++++ src/table/win32_settings.ini | 8 ++++++++ 6 files changed, 48 insertions(+) (limited to 'src/table') 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 . +; + [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 . +; + [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 . +; + [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 . +; + [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 . +; + [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 . +; + [pre-amble] /* win32_v.cpp only settings */ #if defined(WIN32) && !defined(DEDICATED) -- cgit v1.2.3-54-g00ecf