Dear legal,
While checking the contents of our `perl' package, I noticed the following:
(...)
/* NOTE: this is derived from Henry Spencer's regexp code, and should not
* confused with the original package (see point 3 below). Thanks, Henry!
*/
/* Additional note: this code is very heavily munged from Henry's version
* in places. In some spots I've traded clarity for efficiency, so don't
* blame Henry for some of the lack of readability.
*/
/* The names of the functions have been changed from regcomp and
* regexec to pregcomp and pregexec in order to avoid conflicts
* with the POSIX routines of the same names.
*/
(...)
* pregcomp and pregexec -- regsub and regerror are not used in perl
*
* Copyright (c) 1986 by University of Toronto.
* Written by Henry Spencer. Not derived from licensed software.
*
* Permission is granted to anyone to use this software for any
* purpose on any computer system, and to redistribute it freely,
* subject to the following restrictions:
*
* 1. The author is not responsible for the consequences of use of
* this software, no matter how awful, even if they arise
* from defects in it.
*
* 2. The origin of this software must not be misrepresented, either
* by explicit claim or by omission.
*
* 3. Altered versions must be plainly marked as such, and must not
* be misrepresented as being the original software.
*
**** Alterations to Henry's code are...
****
**** Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
**** 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
**** by Larry Wall and others
****
**** You may distribute under the terms of either the GNU General Public
**** License or the Artistic License, as specified in the README file.
(...)
You can see the whole file here:
https://metacpan.org/source/SHAY/perl-5.20.1/regexec.c
I looked but couldn't find any common name for this license
of Henry's. Is it on our list? Is it free? What name should
I use in the License tag?
Thank you,
Petr
Hey,
I recently encountered a new license in a web app that a friend of
mine showed me:
https://github.com/JacobCZ/flask-directory-list/blob/master/LICENSE
This license seems to be a copyleft-ish version of the WTFPL, but I'm not sure.
Is this a license that qualifies on Fedora's good license list?
Thanks in advance!
--
真実はいつも一つ!/ Always, there's only one truth!
Hello,
Q:
Is it needed to explicitly list (or pack) license (files) of a library
that a package bundles? [1]
And if yes, what's the right way to do so?
The built package only contain 1 binary (and it's manpage and license
file). In this case - when no sources are packed - I'd understand that
it is sufficient to list and pack only the single license of the
resulting project.
Is that correct?
--
The package is 'pgloader' and it is now on a review to enter Fedora. [2]
--
[1] https://fedoraproject.org/wiki/Packaging:LicensingGuidelines?rd=Packaging/L…
[2] https://bugzilla.redhat.com/show_bug.cgi?id=1748233
--
Michal Schorm
Software Engineer
Core Services - Databases Team
Red Hat
--