diff options
author | glewis <glewis@FreeBSD.org> | 2016-10-14 09:26:05 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2016-10-14 09:26:05 +0800 |
commit | 7901af8f984aefdb71417aa43dc3763e1d468394 (patch) | |
tree | fce71ad568e6262815d9d3de5dd7ace90e62686e /java/java-zoneinfo | |
parent | 8f891805eefef7d05c78086eff9ae1a8d84e2484 (diff) | |
download | freebsd-ports-gnome-7901af8f984aefdb71417aa43dc3763e1d468394.tar.gz freebsd-ports-gnome-7901af8f984aefdb71417aa43dc3763e1d468394.tar.zst freebsd-ports-gnome-7901af8f984aefdb71417aa43dc3763e1d468394.zip |
. Note that the time zone data is in the public domain (according to
ftp://ftp.iana.org/tz/tz-link.html). Specifically the sentence
"The public-domain time zone database contains code and data that
represent the history of local time for many representative locations
around the globe."
Diffstat (limited to 'java/java-zoneinfo')
-rw-r--r-- | java/java-zoneinfo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/java-zoneinfo/Makefile b/java/java-zoneinfo/Makefile index 8bccd6d91212..444a0fb11853 100644 --- a/java/java-zoneinfo/Makefile +++ b/java/java-zoneinfo/Makefile @@ -11,6 +11,8 @@ DISTNAME= javazi-${DISTVERSION} MAINTAINER= glewis@FreeBSD.org COMMENT= Updated Java timezone definitions +LICENSE= PD + WRKSRC= ${WRKDIR} NO_BUILD= yes |