diff options
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/ConfigurationBackup')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/ConfigurationBackup/LICENSE | 12 | ||||
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/ConfigurationBackup/Makefile.am | 3 |
2 files changed, 14 insertions, 1 deletions
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 + |
