[opensuse-factory] How to deal with non commercial packages
Hi, I found this comment in one of my pet projects (python-pyramid): # NOTE: The documentation in the docs/ directory is under a # non-free license (CC-BY-NC-SA-3.0). Do not package it. Indeed: https://docs.pylonsproject.org/projects/pyramid/en/latest/copyright.html Isn't this affecting the SL variants only. Is there a way to package files, distributed under a non-commercial license for openSUSE only? Thanks, Pete -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Mon, 2020-09-21 at 10:54 +0200, Hans-Peter Jansen wrote:
Hi,
I found this comment in one of my pet projects (python-pyramid):
# NOTE: The documentation in the docs/ directory is under a # non-free license (CC-BY-NC-SA-3.0). Do not package it.
Indeed: https://docs.pylonsproject.org/projects/pyramid/en/latest/copyright.html
Isn't this affecting the SL variants only.
Is there a way to package files, distributed under a non-commercial license for openSUSE only?
Thanks, Pete
NC license is no-go for inclusion, I usually just make sure to wipe the files. I keep them in src pkg as repacking it would be way overboard. Keep in mind that openSUSE only users can use the software for commercial purposes and it could bite them. HTH Tom
Hans-Peter Jansen píše v Po 21. 09. 2020 v 10:54 +0200:
# NOTE: The documentation in the docs/ directory is under a # non-free license (CC-BY-NC-SA-3.0). Do not package it.
Indeed: https://docs.pylonsproject.org/projects/pyramid/en/latest/copyright.html
rm -rf docs/ There is no other way, this just cannot go to any official openSUSE repo. Just add README.SUSE (or something like that) pointing to that documentation on the web. Best, Matěj -- https://matej.ceplovi.cz/blog/, Jabber: mcepl@ceplovi.cz GPG Finger: 3C76 A027 CA45 AD70 98B5 BC1D 7920 5802 880B C9D8 A GOOD name is rather to be chosen than great riches. -- Proverbs 22:1
participants (3)
-
Hans-Peter Jansen
-
Matěj Cepl
-
Tomas Chvatal