[macports-ports] 01/02: py-pyscard: new port
Ryan Schmidt
ryandesign at macports.org
Mon Mar 26 00:16:00 UTC 2018
On Mar 25, 2018, at 11:39, Aaron Madlon-Kay wrote:
> Perry E. Metzger (pmetzger) pushed a commit to branch master
> in repository macports-ports.
>
>
> https://github.com/macports/macports-ports/commit/e697cd8e34ae983be085896c861e34c9270d7bd6
>
> commit e697cd8e34ae983be085896c861e34c9270d7bd6
>
> Author: Aaron Madlon-Kay
> AuthorDate: Sat Mar 24 21:51:54 2018 +0900
>
>
> py-pyscard: new port
>
> ---
> python/py-pyscard/Portfile | 29 +++++++++++++++++++++++++++++
> 1 file changed, 29 insertions(+)
> +license GPL
Setting the license to just "GPL", without specifying a version, is almost always wrong. It means that the software can be used under the terms of *any version* of the GPL, and very little software is actually licensed that way. (Perl modules are, but I think that's it.)
Looking at
https://pyscard.sourceforge.io/license.html
this software isn't under the GPL at all; it's under the LGPL, version 2.1 or later, so please change the license line to "LGPL-2.1+".
More information about the macports-dev
mailing list