aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/UDrawTexture.pas
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-09-23 21:17:22 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-09-23 21:17:22 +0000
commitdbf39d5bfc56c24a67d481187c619dc84828221f (patch)
tree50329d3d7730cefe1c3c370cce0e314996c0f362 /src/menu/UDrawTexture.pas
parent2e3e8c1d6ac056b309d7ad335c0dd9f8011bdac9 (diff)
downloadusdx-dbf39d5bfc56c24a67d481187c619dc84828221f.tar.gz
usdx-dbf39d5bfc56c24a67d481187c619dc84828221f.tar.xz
usdx-dbf39d5bfc56c24a67d481187c619dc84828221f.zip
gpl header added and property svn:header set to "HeadURL Id"
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1403 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/menu/UDrawTexture.pas')
-rw-r--r--src/menu/UDrawTexture.pas25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/menu/UDrawTexture.pas b/src/menu/UDrawTexture.pas
index 3ea1c5eb..cb4daa61 100644
--- a/src/menu/UDrawTexture.pas
+++ b/src/menu/UDrawTexture.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 UDrawTexture;
interface