X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Faudio%2Fsound_file.cpp;h=01a4032c38c31381fd3a7fa8aada3e2c0ba7da7f;hb=07ddaed2a657e4d2a3d038fed223fc5827159caf;hp=a05fc1a7d4f1ce3e5c38d36fff2c8f78a732c814;hpb=e6a940db5904743e8220491ce10b5107e119a44c;p=supertux.git diff --git a/src/audio/sound_file.cpp b/src/audio/sound_file.cpp index a05fc1a7d..01a4032c3 100644 --- a/src/audio/sound_file.cpp +++ b/src/audio/sound_file.cpp @@ -1,3 +1,22 @@ +// $Id$ +// +// SuperTux +// Copyright (C) 2006 Matthias Braun +// +// This program 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; either version 2 +// of the License, or (at your option) any later version. +// +// This program 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 this program; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + /** Used SDL_mixer and glest source as reference */ #include