Mercurial > hg > openttd
comparison src/engine_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 | 8554b6a7475a |
children | 4a355fe42b41 |
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 engine_func.h Functions related to engines. */ | 10 /** @file engine_func.h Functions related to engines. */ |
4 | 11 |
5 #ifndef ENGINE_H | 12 #ifndef ENGINE_H |
6 #define ENGINE_H | 13 #define ENGINE_H |