changeset 14292:c573c739dc7f draft

(svn r18844) -Codechange: add GPL notice to src/table/airport_defaults.h
author yexo <yexo@openttd.org>
date Sun, 17 Jan 2010 12:48:09 +0000
parents e156c742c341
children 1d93646afcfa
files src/table/airport_defaults.h
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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