From 7901af8f984aefdb71417aa43dc3763e1d468394 Mon Sep 17 00:00:00 2001 From: glewis Date: Fri, 14 Oct 2016 01:26:05 +0000 Subject: . 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." --- java/java-zoneinfo/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'java/java-zoneinfo') 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 -- cgit