Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Oct 2016 01:26:06 +0000 (UTC)
From:      Greg Lewis <glewis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423949 - head/java/java-zoneinfo
Message-ID:  <201610140126.u9E1Q63B025947@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glewis
Date: Fri Oct 14 01:26:05 2016
New Revision: 423949
URL: https://svnweb.freebsd.org/changeset/ports/423949

Log:
  . 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."

Modified:
  head/java/java-zoneinfo/Makefile

Modified: head/java/java-zoneinfo/Makefile
==============================================================================
--- head/java/java-zoneinfo/Makefile	Fri Oct 14 01:23:04 2016	(r423948)
+++ head/java/java-zoneinfo/Makefile	Fri Oct 14 01:26:05 2016	(r423949)
@@ -11,6 +11,8 @@ DISTNAME=	javazi-${DISTVERSION}
 MAINTAINER=	glewis@FreeBSD.org
 COMMENT=	Updated Java timezone definitions
 
+LICENSE=	PD
+
 WRKSRC=		${WRKDIR}
 NO_BUILD=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610140126.u9E1Q63B025947>