package/highway: fix package license
Commit0db3c08daf
"package/highway: bump to version 1.0.7" updated the package, but forgot to update the legal information accordingly. Highway was relicensed from "Apache-2.0" (only) to dual "Apache-2.0 or BSD-3-Clause" in upstream commit [1]. This commit was first included in Highway version 1.0.6. See [2]. This commit updates _LICENSE, _LICENSE_FILES and adds the new license hash. [1]92a7139f88
[2] https://github.com/google/highway/releases/tag/1.0.6 Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
3825cc8a38
commit
d59705cd38
@ -1,3 +1,4 @@
|
||||
# Locally computed:
|
||||
sha256 5434488108186c170a5e2fca5e3c9b6ef59a1caa4d520b008a9b8be6b8abe6c5 highway-1.0.7.tar.gz
|
||||
sha256 43070e2d4e532684de521b885f385d0841030efa2b1a20bafb76133a5e1379c1 LICENSE
|
||||
sha256 6dcc159f448e3aca73a15e355d0a6735ca3fd224abe637e0b7437dce2d24f765 LICENSE-BSD3
|
||||
|
@ -6,8 +6,8 @@
|
||||
|
||||
HIGHWAY_VERSION = 1.0.7
|
||||
HIGHWAY_SITE = $(call github,google,highway,$(HIGHWAY_VERSION))
|
||||
HIGHWAY_LICENSE = Apache-2.0
|
||||
HIGHWAY_LICENSE_FILES = LICENSE
|
||||
HIGHWAY_LICENSE = Apache-2.0 or BSD-3-Clause
|
||||
HIGHWAY_LICENSE_FILES = LICENSE LICENSE-BSD3
|
||||
HIGHWAY_INSTALL_STAGING = YES
|
||||
|
||||
HIGHWAY_CXXFLAGS = $(TARGET_CXXFLAGS)
|
||||
|
Loading…
Reference in New Issue
Block a user