git: 163f8625c4df - main - packages: Add correct license for zoneinfo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Sep 2025 21:04:54 UTC
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" ]