git: 408c003626df - main - dns/dog: use new in-tree EUPL12 licence
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Dec 2024 13:01:28 UTC
The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=408c003626dfea151260fdfe054932c228d29a8f commit 408c003626dfea151260fdfe054932c228d29a8f Author: Dave Cottlehuber <dch@FreeBSD.org> AuthorDate: 2024-12-18 13:00:57 +0000 Commit: Dave Cottlehuber <dch@FreeBSD.org> CommitDate: 2024-12-18 13:00:57 +0000 dns/dog: use new in-tree EUPL12 licence Approved by: blanket Sponsored by: SkunkWerks, GmbH --- dns/dog/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dns/dog/Makefile b/dns/dog/Makefile index 137cacb51698..9a1337383aa8 100644 --- a/dns/dog/Makefile +++ b/dns/dog/Makefile @@ -8,10 +8,8 @@ MAINTAINER= lcook@FreeBSD.org COMMENT= Command-line DNS client WWW= https://dns.lookup.dog/ -LICENSE= EUPL -LICENSE_NAME= European Union Public Licence V. 1.2 +LICENSE= EUPL12 LICENSE_FILE= ${WRKSRC}/LICENCE -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= cargo ssl USE_GITHUB= yes