diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-09-23 21:17:50 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-09-23 21:17:50 +0000 |
commit | f16756422a5dbb24ce1b751bb9e2bb1de4f19713 (patch) | |
tree | 05142c977257769a4a10af18f30079f4dd5782ad /src/media/UAudioPlayback_SDL.pas | |
parent | dbf39d5bfc56c24a67d481187c619dc84828221f (diff) | |
download | usdx-f16756422a5dbb24ce1b751bb9e2bb1de4f19713.tar.gz usdx-f16756422a5dbb24ce1b751bb9e2bb1de4f19713.tar.xz usdx-f16756422a5dbb24ce1b751bb9e2bb1de4f19713.zip |
added file headers
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1404 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | src/media/UAudioPlayback_SDL.pas | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/media/UAudioPlayback_SDL.pas b/src/media/UAudioPlayback_SDL.pas index deef91e8..238edac1 100644 --- a/src/media/UAudioPlayback_SDL.pas +++ b/src/media/UAudioPlayback_SDL.pas @@ -1,3 +1,28 @@ +{* UltraStar Deluxe - Karaoke Game + * + * UltraStar Deluxe is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. + * + * 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; see the file COPYING. If not, write to + * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. + * + * $URL$ + * $Id$ + *} + unit UAudioPlayback_SDL; interface |