From: Felix Domke Date: Sat, 15 Mar 2008 10:12:06 +0000 (+0000) Subject: install LICENSEs X-Git-Tag: 2.6.0~1465 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/562021474cf167dca4916813d4a416ef254244d9 install LICENSEs --- diff --git a/lib/python/Plugins/SystemPlugins/Hotplug/Makefile.am b/lib/python/Plugins/SystemPlugins/Hotplug/Makefile.am index bfb113cd..fa70242e 100644 --- a/lib/python/Plugins/SystemPlugins/Hotplug/Makefile.am +++ b/lib/python/Plugins/SystemPlugins/Hotplug/Makefile.am @@ -3,3 +3,5 @@ installdir = $(LIBDIR)/enigma2/python/Plugins/SystemPlugins/Hotplug install_PYTHON = \ __init__.py \ plugin.py + +install_DATA = LICENSE diff --git a/lib/python/Plugins/SystemPlugins/VideoTune/LICENSE b/lib/python/Plugins/SystemPlugins/VideoTune/LICENSE new file mode 100644 index 00000000..99700593 --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/VideoTune/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/VideoTune/Makefile.am b/lib/python/Plugins/SystemPlugins/VideoTune/Makefile.am index 5e714ead..b4fe1d56 100644 --- a/lib/python/Plugins/SystemPlugins/VideoTune/Makefile.am +++ b/lib/python/Plugins/SystemPlugins/VideoTune/Makefile.am @@ -3,3 +3,5 @@ installdir = $(LIBDIR)/enigma2/python/Plugins/SystemPlugins/VideoTune install_PYTHON = \ __init__.py \ plugin.py VideoFinetune.py + +install_DATA = LICENSE diff --git a/lib/python/Plugins/SystemPlugins/Videomode/LICENSE b/lib/python/Plugins/SystemPlugins/Videomode/LICENSE new file mode 100644 index 00000000..99700593 --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/Videomode/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/Videomode/Makefile.am b/lib/python/Plugins/SystemPlugins/Videomode/Makefile.am index 5702a3b1..4c1b7d61 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/Makefile.am +++ b/lib/python/Plugins/SystemPlugins/Videomode/Makefile.am @@ -7,3 +7,5 @@ install_PYTHON = \ VideoWizard.py \ videowizard.xml \ *.png + +install_DATA = LICENSE