comparison src/sound.cpp @ 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 7a25de72eb71
children e3e4c1648e0c
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 sound.cpp Handling of playing sounds. */ 10 /** @file sound.cpp Handling of playing sounds. */
4 11
5 #include "stdafx.h" 12 #include "stdafx.h"
6 #include "landscape.h" 13 #include "landscape.h"