Bug 209602 - devel/soapui: incorrect license
Summary: devel/soapui: incorrect license
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-18 12:43 UTC by Dmitry Marakasov
Modified: 2016-05-26 03:44 UTC (History)
0 users

See Also:
pi: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov freebsd_committer freebsd_triage 2016-05-18 12:43:49 UTC
soapui states LICENSE=GPLv2, while this is not correct at all.

LICENSE.txt mentions EUPL, and there are a lot of third party licenses which probably also need to be mentioned (instead of being installed to DOCSDIR).
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2016-05-18 18:20:56 UTC
If I understand correctly, there are in essence two options:
- delete the LICENSE entry in the Makefile and do not copy to DOCSDIR
- Integrate all those licenses into the LICENSE statement

Dmitry, what would you do in this case with that many license files ?
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2016-05-18 20:11:11 UTC
Well, first s/delete the LICENSE entry/change the LICENSE to EUPL/ is the actual option, but I'd also list all other licenses as well - it should be easy as they seem to be standard, just EUPL needs clarification, and I'm not sure for another one, activation-LICENSE.txt (it's not handled below). Something along these lines:

LICENSE= EUPL LGPL21 LGPL3 APACHE11 APACHE20 BSD3CLAUSE MPL MIT CPL
LICENSE_COMB= multi
LICENSE_FILE_EUPL= ${WRKSRC}/LICENSE.txt
LICENSE_NAME_EUPL= European Union Public Licence V. 1.1
LICENSE_PERMS_EUPL=dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-05-26 03:44:19 UTC
A commit references this bug:

Author: pi
Date: Thu May 26 03:44:08 UTC 2016
New revision: 415874
URL: https://svnweb.freebsd.org/changeset/ports/415874

Log:
  devel/soapui: fix license

  PR:		209602
  Submitted by:	amdmi3

Changes:
  head/devel/soapui/Makefile
Comment 4 Kurt Jaeger freebsd_committer freebsd_triage 2016-05-26 03:44:26 UTC
Committed, thanks!