[opensuse-packaging] What license do I use?
I'm creating a new package which I hope will go to factory. I've added the license file as a standalone file in the package until I figure what to call it. In the internal files it calls it a "updated PIL license" <https://build.opensuse.org/package/view_file/home:gregfreemyer:Tools-for-forensic-boot-cd/OleFileIO_PL/LICENSE.txt?expand=1> Assuming no one knows what the license is, when this is ready for factory, should I just send it with that license name and see what legal wants me to change it to? Thanks Greg -- Greg Freemyer -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On Tuesday 2013-08-20 01:51, Greg Freemyer wrote:
I've added the license file as a standalone file in the package until I figure what to call it. In the internal files it calls it a "updated PIL license"
"""OleFileIO_PL is an improved version of the OleFileIO module from the Python Imaging Library (PIL). [...]""" Therefore, `rpm -qi python-imaging` which we already have in openSUSE should answer the question. See if the license texts of python-imaging and your updated module are in fact the same. -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On Mon, Aug 19, 2013 at 8:32 PM, Jan Engelhardt <jengelh@inai.de> wrote:
On Tuesday 2013-08-20 01:51, Greg Freemyer wrote:
I've added the license file as a standalone file in the package until I figure what to call it. In the internal files it calls it a "updated PIL license"
"""OleFileIO_PL is an improved version of the OleFileIO module from the Python Imaging Library (PIL). [...]"""
Therefore, `rpm -qi python-imaging` which we already have in openSUSE should answer the question.
See if the license texts of python-imaging and your updated module are in fact the same.
Thanks Jan, I hadn't thought of that. -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (2)
-
Greg Freemyer
-
Jan Engelhardt