]> code.ossystems Code Review - openembedded-core.git/commitdiff
tzdata: Remove BSD License specifier
authorJoshua Watt <JPEWhacker@gmail.com>
Wed, 1 Sep 2021 13:44:58 +0000 (08:44 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Sep 2021 14:18:59 +0000 (15:18 +0100)
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>
meta/recipes-extended/timezone/timezone.inc

index a89560b424fa70556cee115917be06739c44d87f..c7d4965cb8c70956d2da37184031a7573bb1ef0c 100644 (file)
@@ -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"