mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Mk: add new EUPL license group along with EUPL11 & EUPL12
- see https://interoperable-europe.ec.europa.eu/collection/eupl/eupl-text-eupl-12 - add https://eupl.eu/1.2/en there are now 5 consumers in tree sysutils/tere deskutils/ausweisapp2 dns/dog devel/soapui net-mgmt/riemann-c-client PR: 281702 Differential Revision: https://reviews.freebsd.org/D44940 Approved by: mat (portmgr) Sponsored by: SkunkWerks, GmbH
This commit is contained in:
parent
5d2072521d
commit
29f64eff5b
1 changed files with 12 additions and 1 deletions
|
@ -38,10 +38,13 @@ Licenses_db_Include_MAINTAINER= portmgr@FreeBSD.org
|
|||
# _LICENSE_LIST_GROUPS - List of defined license groups
|
||||
#
|
||||
|
||||
_LICENSE_LIST= BSL CDDL CPAL-1.0 ClArtistic EPL GFDL GMGPL \
|
||||
_LICENSE_LIST= BSL CDDL CPAL-1.0 ClArtistic EPL EU GFDL GMGPL \
|
||||
ISCL MIT NCSA ODbL OFL10 OFL11 OWL OpenSSL PD PSFL PostgreSQL \
|
||||
RUBY UNLICENSE WTFPL1 WTFPL ZLIB ZPL21
|
||||
|
||||
# EU family
|
||||
_LICENSE_LIST+= EUPL11 EUPL12
|
||||
|
||||
# GNU family
|
||||
_LICENSE_LIST+= AGPLv3 GPLv1 GPLv2 GPLv3 GPLv3RLE LGPL20 LGPL21 LGPL3
|
||||
_LICENSE_LIST+= AGPLv3+ GPLv1+ GPLv2+ GPLv3+ GPLv3RLE+ LGPL20+ LGPL21+ \
|
||||
|
@ -79,6 +82,8 @@ _LICENSE_LIST+= NONE
|
|||
|
||||
# List of groups (only names must be present)
|
||||
|
||||
_LICENSE_NAME_EU= European Union Public Licence
|
||||
|
||||
_LICENSE_NAME_FSF= Free Software Foundation Approved
|
||||
|
||||
_LICENSE_NAME_GPL= GPL Compatible
|
||||
|
@ -269,6 +274,12 @@ _LICENSE_GROUPS_CPAL-1.0= FSF OSI
|
|||
_LICENSE_NAME_EPL= Eclipse Public License
|
||||
_LICENSE_GROUPS_EPL= FSF OSI
|
||||
|
||||
_LICENSE_NAME_EUPL11= European Union Public Licence version 1.1
|
||||
_LICENSE_GROUPS_EUPL11= EU OSI
|
||||
|
||||
_LICENSE_NAME_EUPL12= European Union Public Licence version 1.2
|
||||
_LICENSE_GROUPS_EUPL12= EU OSI
|
||||
|
||||
_LICENSE_NAME_GFDL= GNU Free Documentation License
|
||||
_LICENSE_GROUPS_GFDL= FSF
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue