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 | |
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
-rw-r--r-- | game/plugins/5000points.usdx | 26 | ||||
-rw-r--r-- | game/plugins/blind.usdx | 26 | ||||
-rw-r--r-- | game/plugins/duel.usdx | 26 | ||||
-rw-r--r-- | game/plugins/teamduel.usdx | 26 |
4 files changed, 104 insertions, 0 deletions
diff --git a/game/plugins/5000points.usdx b/game/plugins/5000points.usdx index 7ebd23b4..75dc4e03 100644 --- a/game/plugins/5000points.usdx +++ b/game/plugins/5000points.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: 5000points', '1.00', 'USDX Team', 'http://www.UltrastarDeluxe.org');
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');
diff --git a/game/plugins/duel.usdx b/game/plugins/duel.usdx index 63fefc8f..596aa270 100644 --- a/game/plugins/duel.usdx +++ b/game/plugins/duel.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: duel', '1.00', 'USDX Team', 'http://www.UltrastarDeluxe.org');
diff --git a/game/plugins/teamduel.usdx b/game/plugins/teamduel.usdx index 3585c166..c5a35aa0 100644 --- a/game/plugins/teamduel.usdx +++ b/game/plugins/teamduel.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$
+ *]]
+
-- some values to adjust the creation of PlayerChanges
local MinPercentage = 0.06; -- minimal amount of points between changes (in percent)
local MaxPercentage = 0.12; -- maximal amount of points between changes (in percent)
|