diff options
author | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-09-23 21:46:22 +0000 |
---|---|---|
committer | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-09-23 21:46:22 +0000 |
commit | b4e1f64575c23df48acee883f5e80f9c820bc8fe (patch) | |
tree | 86ffdcb3c44f092544dfc7046527793975e6db04 | |
parent | 015b6c092b0779ee9b53ed1ee78044737f8dc592 (diff) | |
download | usdx-b4e1f64575c23df48acee883f5e80f9c820bc8fe.tar.gz usdx-b4e1f64575c23df48acee883f5e80f9c820bc8fe.tar.xz usdx-b4e1f64575c23df48acee883f5e80f9c820bc8fe.zip |
gpl header added and property svn:header set to "HeadURL Id"
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1407 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | src/macosx/PseudoThread.pas | 25 | ||||
-rw-r--r-- | src/macosx/Windows.pas | 25 |
2 files changed, 50 insertions, 0 deletions
diff --git a/src/macosx/PseudoThread.pas b/src/macosx/PseudoThread.pas index 21e93341..5764395d 100644 --- a/src/macosx/PseudoThread.pas +++ b/src/macosx/PseudoThread.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 PseudoThread; {$IFDEF FPC} diff --git a/src/macosx/Windows.pas b/src/macosx/Windows.pas index 26761af5..28b5c99f 100644 --- a/src/macosx/Windows.pas +++ b/src/macosx/Windows.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 Windows; {$I switches.inc} |