Various scripts: Added license info
authorMichael Mrozek <EvilDragon@openpandora.de>
Mon, 26 Apr 2010 01:51:41 +0000 (03:51 +0200)
committerMichael Mrozek <EvilDragon@openpandora.de>
Mon, 26 Apr 2010 01:51:41 +0000 (03:51 +0200)
recipes/pandora-system/pandora-scripts/op_lcdsettings.sh
recipes/pandora-system/pandora-scripts/op_nubmode.sh
recipes/pandora-system/pandora-scripts/op_startupmanager.sh
recipes/pandora-system/pandora-scripts/op_usermanager.sh

index e289111..c8f1253 100755 (executable)
@@ -1,4 +1,7 @@
 #!/bin/bash
+# Released under the GPL
+# LCD-Settings, v1.0, written by Michael Mrozek aka EvilDragon 2010. Brightness-Settings-Part written by vimacs.
+# This scripts allows you to create, load and save Gamma-Settings and to change the LCD Brightness.
 
 while mainsel=$(zenity --title="LCD-Settings" --width="300" --height="180" --list --column "id" --column "Please select" --hide-column=1 --text="What do you want to do?" "bright" "Change LCD Brightness" "gamma" "Manage LCD Gamma"); do
 
index 3660330..23f73f0 100755 (executable)
@@ -1,4 +1,7 @@
 #!/bin/bash
+# Released under the GPL
+# Nub-Settings, v1.0, written by Michael Mrozek aka EvilDragon 2010
+# This scripts allows you to configure all parameters of the Pandora-Nubs. The left and right nub can both be configured individually.
 
 while mainsel=$(zenity --title="Nub-Configuration" --width="430" --height="400" --list --column "id" --column "Please select" --hide-column=1 --text="What do you want to do?" "nub0mode" "Change the mode for the left nub" "nub0msense" "Change the mouse speed for the left nub" "nub0ssense" "Change the scroll sensitivity for the left nub" "nub0rate" "Change the scroll speed for the left nub" "nub0thres" "Change the mouse button sensitivity for the left nub" "nub1mode" "Change the mode for the right nub" "nub1msense" "Change the mouse speed for the right nub" "nub1ssense" "Change the scroll sensitivity for the right nub" "nub1rate" "Change the scroll speed for the right nub" "nub1thres" "Change the mouse button sensitivity for the right nub" "default" "Restore default settings for both nubs"); do
 
index a87a4f5..ae17c8e 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/bash
-# Main GUI
+# Released under the GPL
+# Startup-Manager, v1.0, written by Michael Mrozek aka EvilDragon 2010 with some help by vimacs.
+# This scripts allows you to change various settings of the Pandora startup process.
 
 while mainsel=$(zenity --title="Startupmanager" --width="400" --height="250" --list --column "id" --column "Please select" --hide-column=1 --text="What do you want to do?" "gui" "Change Default GUI for current user" "login" "Enable/Disable Autologin" "user" "Select default user" "wifi" "Enable/Disable WiFi on Boot"); do
 
index 6371d99..7637cb1 100755 (executable)
@@ -1,4 +1,9 @@
 #!/bin/bash
+# Released under the GPL
+# User-Manager, v1.0, written by Michael Mrozek aka EvilDragon 2010.
+# Partly based on the scripts by JohnX/Mer Project - http://wiki.maemo.org/Mer/
+# Reworked for the OpenPandora - John Willis/Michael Mrozek
+# This scripts allows you to create and remove users from the Pandora system.
 
 while selection=$(zenity --title="Usermanager" --list --column "id" --column "Please select" --hide-column=1 --text="What do you want to do?" "add" "Add a user" "remove" "Remove a user" ); do
   if [ ${selection} = "add" ]; then