summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorJoshua Watt <JPEWhacker@gmail.com>2021-09-01 08:44:58 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-01 15:18:59 +0100
commitc39fc075ce3fd5b53c2a2fccb43500ee0a12f39d (patch)
treea2e63669477af49c9bd9cc89bd9fe27e4a3b6e2e /meta/recipes-extended
parent7b0b745d7c1841b9af3b90d3e41e31606a72435e (diff)
downloadopenembedded-core-c39fc075ce3fd5b53c2a2fccb43500ee0a12f39d.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. Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/timezone/timezone.inc2
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 \
the history of local time for many representative locations around the globe."
HOMEPAGE = "http://www.iana.org/time-zones"
SECTION = "base"
-LICENSE = "PD & BSD & BSD-3-Clause"
+LICENSE = "PD & BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c679c9d6b02bc2757b3eaf8f53c43fba"
PV = "2021a"