Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Sep 2025 21:04:54 GMT
From:      Lexi Winter <ivy@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 163f8625c4df - main - packages: Add correct license for zoneinfo
Message-ID:  <202509122104.58CL4s25045268@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ivy:

URL: https://cgit.FreeBSD.org/src/commit/?id=163f8625c4df3ccdfab0717cf8b8d13a163e22eb

commit 163f8625c4df3ccdfab0717cf8b8d13a163e22eb
Author:     Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-09-11 19:49:09 +0000
Commit:     Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2025-09-12 20:56:51 +0000

    packages: Add correct license for zoneinfo
    
    Source: contrib/tzdata/LICENSE
    
    MFC after:      3 days
    Reviewed by:    bapt
    Differential Revision:  https://reviews.freebsd.org/D51886
---
 release/packages/ucl/zoneinfo-all.ucl | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/release/packages/ucl/zoneinfo-all.ucl b/release/packages/ucl/zoneinfo-all.ucl
index 39991bf144e6..ed737c740bee 100644
--- a/release/packages/ucl/zoneinfo-all.ucl
+++ b/release/packages/ucl/zoneinfo-all.ucl
@@ -1,5 +1,8 @@
 comment = "Timezone database"
+
 desc = <<EOD
 The timezone database allows applications to convert dates and times between
 UTC and local timezones.
 EOD
+
+licenses = [ "PD" ]



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