diff options
author | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-04-20 20:08:16 +0000 |
---|---|---|
committer | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-04-20 20:08:16 +0000 |
commit | 08bfbbbc7025e04d385170213e0ccba607084912 (patch) | |
tree | 5e52391cf7f6e4780c174d891a605d53358e6da3 /game/plugins/blind.usdx | |
parent | 9ca9865a6bd8fd7f06c5c510d1bc755280612ff8 (diff) | |
download | usdx-08bfbbbc7025e04d385170213e0ccba607084912.tar.gz usdx-08bfbbbc7025e04d385170213e0ccba607084912.tar.xz usdx-08bfbbbc7025e04d385170213e0ccba607084912.zip |
add license information to lua plugins
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2258 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'game/plugins/blind.usdx')
-rw-r--r-- | game/plugins/blind.usdx | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/game/plugins/blind.usdx b/game/plugins/blind.usdx index 2d2ce44e..73bbd98d 100644 --- a/game/plugins/blind.usdx +++ b/game/plugins/blind.usdx @@ -1,3 +1,29 @@ +--[[
+ * 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$
+ *]]
+
function plugin_init()
register('party mode: blind', '1.00', 'USDX Team', 'http://www.UltrastarDeluxe.org');
|