python3-jdcal: set precise BSD license

"BSD" is ambiguous, use the precise licenses BSD-2-Clause

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
Armin Kuster 2021-09-18 09:57:36 -07:00 committed by Khem Raj
parent 1b3828ccb2
commit 7778fd743d

View File

@ -4,7 +4,7 @@ and another function for converting Julian calendar dates to Julian dates are de
Two functions for the reverse calculations are also defined." Two functions for the reverse calculations are also defined."
HOMEPAGE = "https://github.com/phn/jdcal" HOMEPAGE = "https://github.com/phn/jdcal"
LICENSE = "BSD" LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://PKG-INFO;md5=bd236e1f590973467a427bb354be0f46" LIC_FILES_CHKSUM = "file://PKG-INFO;md5=bd236e1f590973467a427bb354be0f46"
inherit pypi setuptools3 ptest inherit pypi setuptools3 ptest