comparison src/station_func.h @ 12778:bc7926153e19 draft

(svn r17248) -Fix: add GPL license notice where appropriate
author rubidium <rubidium@openttd.org>
date Fri, 21 Aug 2009 20:21:05 +0000
parents b7b1110f6c24
children 560c26f15688
comparison
equal deleted inserted replaced
12777:5732e685a232 12778:bc7926153e19
1 /* $Id$ */ 1 /* $Id$ */
2
3 /*
4 * This file is part of OpenTTD.
5 * 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.
6 * 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.
7 * 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/>.
8 */
2 9
3 /** @file station_func.h Functions related to stations. */ 10 /** @file station_func.h Functions related to stations. */
4 11
5 #ifndef STATION_FUNC_H 12 #ifndef STATION_FUNC_H
6 #define STATION_FUNC_H 13 #define STATION_FUNC_H