git: 74e73673d5cb - stable/15 - packages: Add correct license for zoneinfo

From: Lexi Winter <ivy_at_FreeBSD.org>
Date: Fri, 19 Sep 2025 01:19:52 UTC
The branch stable/15 has been updated by ivy:

URL: https://cgit.FreeBSD.org/src/commit/?id=74e73673d5cbfdef92769e59354ec9c6905a8433

commit 74e73673d5cbfdef92769e59354ec9c6905a8433
Author:     Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-09-11 19:49:09 +0000
Commit:     Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2025-09-19 01:17:27 +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
    
    (cherry picked from commit 163f8625c4df3ccdfab0717cf8b8d13a163e22eb)
---
 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" ]