go-errors: update license to precise BSD variant

BSD as a license is not precise, updating to the specific variant.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2021-09-14 13:09:01 -04:00
parent 0be39c052b
commit cafbf244e6

View File

@ -1,7 +1,7 @@
DESCRIPTION = "Simple error handling primitives"
HOMEPAGE = "https://github.com/pkg/errors"
SECTION = "devel/go"
LICENSE = "BSD"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=6fe682a02df52c6653f33bd0f7126b5a"
SRCNAME = "errors"