aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-03-15 10:24:25 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-03-15 10:24:25 +0000
commit792d7967cd9a719a8cdd577a5d1c177db46c8630 (patch)
tree5492f25ccfae54a9dbe462919b7202580d90873b /lib/python
parent201e678995b324c51f3196902a590b9ca7751e08 (diff)
downloadenigma2-792d7967cd9a719a8cdd577a5d1c177db46c8630.tar.gz
enigma2-792d7967cd9a719a8cdd577a5d1c177db46c8630.zip
add LICENSEs to some plugins
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Plugins/Extensions/CutListEditor/LICENSE12
-rw-r--r--lib/python/Plugins/Extensions/CutListEditor/Makefile.am2
-rw-r--r--lib/python/Plugins/Extensions/GraphMultiEPG/LICENSE12
-rw-r--r--lib/python/Plugins/Extensions/GraphMultiEPG/Makefile.am3
-rw-r--r--lib/python/Plugins/Extensions/SocketMMI/LICENSE12
-rw-r--r--lib/python/Plugins/Extensions/SocketMMI/Makefile.am1
-rw-r--r--lib/python/Plugins/SystemPlugins/ConfigurationBackup/LICENSE12
-rw-r--r--lib/python/Plugins/SystemPlugins/ConfigurationBackup/Makefile.am3
-rw-r--r--lib/python/Plugins/SystemPlugins/PositionerSetup/LICENSE12
-rw-r--r--lib/python/Plugins/SystemPlugins/PositionerSetup/Makefile.am3
-rw-r--r--lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/LICENSE12
-rw-r--r--lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/Makefile.am2
-rw-r--r--lib/python/Plugins/SystemPlugins/Satfinder/LICENSE12
-rw-r--r--lib/python/Plugins/SystemPlugins/Satfinder/Makefile.am2
14 files changed, 96 insertions, 4 deletions
diff --git a/lib/python/Plugins/Extensions/CutListEditor/LICENSE b/lib/python/Plugins/Extensions/CutListEditor/LICENSE
new file mode 100644
index 00000000..99700593
--- /dev/null
+++ b/lib/python/Plugins/Extensions/CutListEditor/LICENSE
@@ -0,0 +1,12 @@
+This plugin is licensed under the Creative Commons
+Attribution-NonCommercial-ShareAlike 3.0 Unported
+License. To view a copy of this license, visit
+http://creativecommons.org/licenses/by-nc-sa/3.0/ or send a letter to Creative
+Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.
+
+Alternatively, this plugin may be distributed and executed on hardware which
+is licensed by Dream Multimedia GmbH.
+
+This plugin is NOT free software. It is open source, you are allowed to
+modify it (if you keep the license), but it may not be commercially
+distributed other than under the conditions noted above.
diff --git a/lib/python/Plugins/Extensions/CutListEditor/Makefile.am b/lib/python/Plugins/Extensions/CutListEditor/Makefile.am
index 1646c018..e8f5b4b1 100644
--- a/lib/python/Plugins/Extensions/CutListEditor/Makefile.am
+++ b/lib/python/Plugins/Extensions/CutListEditor/Makefile.am
@@ -4,4 +4,4 @@ install_PYTHON = \
__init__.py \
plugin.py
-install_DATA = keymap.xml
+install_DATA = keymap.xml LICENSE
diff --git a/lib/python/Plugins/Extensions/GraphMultiEPG/LICENSE b/lib/python/Plugins/Extensions/GraphMultiEPG/LICENSE
new file mode 100644
index 00000000..99700593
--- /dev/null
+++ b/lib/python/Plugins/Extensions/GraphMultiEPG/LICENSE
@@ -0,0 +1,12 @@
+This plugin is licensed under the Creative Commons
+Attribution-NonCommercial-ShareAlike 3.0 Unported
+License. To view a copy of this license, visit
+http://creativecommons.org/licenses/by-nc-sa/3.0/ or send a letter to Creative
+Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.
+
+Alternatively, this plugin may be distributed and executed on hardware which
+is licensed by Dream Multimedia GmbH.
+
+This plugin is NOT free software. It is open source, you are allowed to
+modify it (if you keep the license), but it may not be commercially
+distributed other than under the conditions noted above.
diff --git a/lib/python/Plugins/Extensions/GraphMultiEPG/Makefile.am b/lib/python/Plugins/Extensions/GraphMultiEPG/Makefile.am
index eeaef4fb..d0b82585 100644
--- a/lib/python/Plugins/Extensions/GraphMultiEPG/Makefile.am
+++ b/lib/python/Plugins/Extensions/GraphMultiEPG/Makefile.am
@@ -4,4 +4,7 @@ install_PYTHON = \
__init__.py \
plugin.py \
GraphMultiEpg.py
+
+install_DATA = LICENSE
+
diff --git a/lib/python/Plugins/Extensions/SocketMMI/LICENSE b/lib/python/Plugins/Extensions/SocketMMI/LICENSE
new file mode 100644
index 00000000..99700593
--- /dev/null
+++ b/lib/python/Plugins/Extensions/SocketMMI/LICENSE
@@ -0,0 +1,12 @@
+This plugin is licensed under the Creative Commons
+Attribution-NonCommercial-ShareAlike 3.0 Unported
+License. To view a copy of this license, visit
+http://creativecommons.org/licenses/by-nc-sa/3.0/ or send a letter to Creative
+Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.
+
+Alternatively, this plugin may be distributed and executed on hardware which
+is licensed by Dream Multimedia GmbH.
+
+This plugin is NOT free software. It is open source, you are allowed to
+modify it (if you keep the license), but it may not be commercially
+distributed other than under the conditions noted above.
diff --git a/lib/python/Plugins/Extensions/SocketMMI/Makefile.am b/lib/python/Plugins/Extensions/SocketMMI/Makefile.am
index 209ab8aa..ee985fb0 100644
--- a/lib/python/Plugins/Extensions/SocketMMI/Makefile.am
+++ b/lib/python/Plugins/Extensions/SocketMMI/Makefile.am
@@ -5,3 +5,4 @@ install_PYTHON = \
plugin.py \
SocketMMI.py
+install_DATA = LICENSE
diff --git a/lib/python/Plugins/SystemPlugins/ConfigurationBackup/LICENSE b/lib/python/Plugins/SystemPlugins/ConfigurationBackup/LICENSE
new file mode 100644
index 00000000..99700593
--- /dev/null
+++ b/lib/python/Plugins/SystemPlugins/ConfigurationBackup/LICENSE
@@ -0,0 +1,12 @@
+This plugin is licensed under the Creative Commons
+Attribution-NonCommercial-ShareAlike 3.0 Unported
+License. To view a copy of this license, visit
+http://creativecommons.org/licenses/by-nc-sa/3.0/ or send a letter to Creative
+Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.
+
+Alternatively, this plugin may be distributed and executed on hardware which
+is licensed by Dream Multimedia GmbH.
+
+This plugin is NOT free software. It is open source, you are allowed to
+modify it (if you keep the license), but it may not be commercially
+distributed other than under the conditions noted above.
diff --git a/lib/python/Plugins/SystemPlugins/ConfigurationBackup/Makefile.am b/lib/python/Plugins/SystemPlugins/ConfigurationBackup/Makefile.am
index 6ad19f49..d50236d8 100644
--- a/lib/python/Plugins/SystemPlugins/ConfigurationBackup/Makefile.am
+++ b/lib/python/Plugins/SystemPlugins/ConfigurationBackup/Makefile.am
@@ -4,4 +4,5 @@ install_PYTHON = \
__init__.py \
plugin.py red.png yellow.png green.png blue.png backup.png
- \ No newline at end of file
+install_DATA = LICENSE
+
diff --git a/lib/python/Plugins/SystemPlugins/PositionerSetup/LICENSE b/lib/python/Plugins/SystemPlugins/PositionerSetup/LICENSE
new file mode 100644
index 00000000..99700593
--- /dev/null
+++ b/lib/python/Plugins/SystemPlugins/PositionerSetup/LICENSE
@@ -0,0 +1,12 @@
+This plugin is licensed under the Creative Commons
+Attribution-NonCommercial-ShareAlike 3.0 Unported
+License. To view a copy of this license, visit
+http://creativecommons.org/licenses/by-nc-sa/3.0/ or send a letter to Creative
+Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.
+
+Alternatively, this plugin may be distributed and executed on hardware which
+is licensed by Dream Multimedia GmbH.
+
+This plugin is NOT free software. It is open source, you are allowed to
+modify it (if you keep the license), but it may not be commercially
+distributed other than under the conditions noted above.
diff --git a/lib/python/Plugins/SystemPlugins/PositionerSetup/Makefile.am b/lib/python/Plugins/SystemPlugins/PositionerSetup/Makefile.am
index dd9f623c..0546ca74 100644
--- a/lib/python/Plugins/SystemPlugins/PositionerSetup/Makefile.am
+++ b/lib/python/Plugins/SystemPlugins/PositionerSetup/Makefile.am
@@ -4,4 +4,7 @@ install_PYTHON = \
__init__.py \
plugin.py
+install_DATA = LICENSE
+
+
diff --git a/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/LICENSE b/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/LICENSE
new file mode 100644
index 00000000..99700593
--- /dev/null
+++ b/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/LICENSE
@@ -0,0 +1,12 @@
+This plugin is licensed under the Creative Commons
+Attribution-NonCommercial-ShareAlike 3.0 Unported
+License. To view a copy of this license, visit
+http://creativecommons.org/licenses/by-nc-sa/3.0/ or send a letter to Creative
+Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.
+
+Alternatively, this plugin may be distributed and executed on hardware which
+is licensed by Dream Multimedia GmbH.
+
+This plugin is NOT free software. It is open source, you are allowed to
+modify it (if you keep the license), but it may not be commercially
+distributed other than under the conditions noted above.
diff --git a/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/Makefile.am b/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/Makefile.am
index ad44f687..3f2dbd7e 100644
--- a/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/Makefile.am
+++ b/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/Makefile.am
@@ -4,4 +4,4 @@ install_PYTHON = \
__init__.py \
plugin.py
-
+install_DATA = LICENSE
diff --git a/lib/python/Plugins/SystemPlugins/Satfinder/LICENSE b/lib/python/Plugins/SystemPlugins/Satfinder/LICENSE
new file mode 100644
index 00000000..99700593
--- /dev/null
+++ b/lib/python/Plugins/SystemPlugins/Satfinder/LICENSE
@@ -0,0 +1,12 @@
+This plugin is licensed under the Creative Commons
+Attribution-NonCommercial-ShareAlike 3.0 Unported
+License. To view a copy of this license, visit
+http://creativecommons.org/licenses/by-nc-sa/3.0/ or send a letter to Creative
+Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.
+
+Alternatively, this plugin may be distributed and executed on hardware which
+is licensed by Dream Multimedia GmbH.
+
+This plugin is NOT free software. It is open source, you are allowed to
+modify it (if you keep the license), but it may not be commercially
+distributed other than under the conditions noted above.
diff --git a/lib/python/Plugins/SystemPlugins/Satfinder/Makefile.am b/lib/python/Plugins/SystemPlugins/Satfinder/Makefile.am
index fdb3efe0..cedad9b9 100644
--- a/lib/python/Plugins/SystemPlugins/Satfinder/Makefile.am
+++ b/lib/python/Plugins/SystemPlugins/Satfinder/Makefile.am
@@ -4,4 +4,4 @@ install_PYTHON = \
__init__.py \
plugin.py
-
+install_DATA = LICENSE