# HG changeset patch # User yexo # Date 1263732489 0 # Node ID c573c739dc7fb2e31e66bb2945c816f5ea887ec8 # Parent e156c742c3412fa5d8545c23a6f0561f09bf4c02 (svn r18844) -Codechange: add GPL notice to src/table/airport_defaults.h diff --git a/src/table/airport_defaults.h b/src/table/airport_defaults.h --- 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 . + */ + /** @file airport_defaults.h Tables with default values for airports and airport tiles. */ #ifndef AIRPORT_DEFAULTS_H