diff options
author | rubidium <rubidium@openttd.org> | 2009-09-07 23:30:31 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-09-07 23:30:31 +0000 |
commit | f40885ec506b080fe86e26b86155beb4ce45caaa (patch) | |
tree | 890e5c7b0095b09ea33c47c5eadd6cb21dfb3558 /bin/ai/compat_0.8.nut | |
parent | 2926611dd27d8f57fabf9761b1c25f4944d5cce5 (diff) | |
download | openttd-f40885ec506b080fe86e26b86155beb4ce45caaa.tar.xz |
(svn r17469) -Change: make the AI compatability wrapper not whine about deprecation (yet), but make it clear that the wrapper is running and what (slight) changes there are w.r.t. to 0.7.
Diffstat (limited to 'bin/ai/compat_0.8.nut')
-rw-r--r-- | bin/ai/compat_0.8.nut | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/ai/compat_0.8.nut b/bin/ai/compat_0.8.nut index a0749a0c2..fe985b90d 100644 --- a/bin/ai/compat_0.8.nut +++ b/bin/ai/compat_0.8.nut @@ -1 +1,8 @@ /* $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/>. + */ |