diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2021-09-01 08:44:58 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-02 12:12:07 +0100 |
commit | bb25d14e5358ef2461648b68a9d73be10b44183a (patch) | |
tree | e52c28e77a26deccde656780dbb65dcc9c94ffb9 /meta/recipes-extended/timezone/timezone.inc | |
parent | 970895763c8d72fddc3f69fd80a1a235cc144d59 (diff) | |
download | poky-bb25d14e5358ef2461648b68a9d73be10b44183a.tar.gz |
tzdata: Remove BSD License specifier
The code in question is licensed under the BSD-3-Clause license, so
including the generic "BSD" license is unnecessary.
(From OE-Core rev: c39fc075ce3fd5b53c2a2fccb43500ee0a12f39d)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/timezone/timezone.inc')
-rw-r--r-- | meta/recipes-extended/timezone/timezone.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/timezone/timezone.inc b/meta/recipes-extended/timezone/timezone.inc index a89560b424..c7d4965cb8 100644 --- a/meta/recipes-extended/timezone/timezone.inc +++ b/meta/recipes-extended/timezone/timezone.inc | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "The Time Zone Database contains code and data that represent \ | |||
3 | the history of local time for many representative locations around the globe." | 3 | the history of local time for many representative locations around the globe." |
4 | HOMEPAGE = "http://www.iana.org/time-zones" | 4 | HOMEPAGE = "http://www.iana.org/time-zones" |
5 | SECTION = "base" | 5 | SECTION = "base" |
6 | LICENSE = "PD & BSD & BSD-3-Clause" | 6 | LICENSE = "PD & BSD-3-Clause" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c679c9d6b02bc2757b3eaf8f53c43fba" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c679c9d6b02bc2757b3eaf8f53c43fba" |
8 | 8 | ||
9 | PV = "2021a" | 9 | PV = "2021a" |