summaryrefslogtreecommitdiff
path: root/src/table/airport_defaults.h
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2010-01-17 12:48:09 +0000
committeryexo <yexo@openttd.org>2010-01-17 12:48:09 +0000
commitf920415752e3b9e4e18dcd602e535d0c9b49e5d8 (patch)
treefbc863ea5ee16bc3a7d0dab5c99cd175d112ff2f /src/table/airport_defaults.h
parentae48ea16f96c2f0e643f87af5e020b8023f43c96 (diff)
downloadopenttd-f920415752e3b9e4e18dcd602e535d0c9b49e5d8.tar.xz
(svn r18844) -Codechange: add GPL notice to src/table/airport_defaults.h
Diffstat (limited to 'src/table/airport_defaults.h')
-rw-r--r--src/table/airport_defaults.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/table/airport_defaults.h b/src/table/airport_defaults.h
index 40510d8ce..2876b5810 100644
--- a/src/table/airport_defaults.h
+++ b/src/table/airport_defaults.h
@@ -1,5 +1,12 @@
/* $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/>.
+ */
+
/** @file airport_defaults.h Tables with default values for airports and airport tiles. */
#ifndef AIRPORT_DEFAULTS_H