diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-09-11 19:49:09 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-09-12 20:56:51 +0000 |
| commit | 163f8625c4df3ccdfab0717cf8b8d13a163e22eb (patch) | |
| tree | c313316e79409e6b6e314dd451d6bd61c0ab8eaf | |
| parent | 29185c9a26204383270cf96957c685c51f5bc894 (diff) | |
packages: Add correct license for zoneinfo
Source: contrib/tzdata/LICENSE
MFC after: 3 days
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D51886
| -rw-r--r-- | release/packages/ucl/zoneinfo-all.ucl | 3 |
1 files changed, 3 insertions, 0 deletions
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" ] |
