mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package: use SPDX short identifier for AGPLv3
We want to use SPDX identifier for license string as much as possible. SPDX short identifier for AGPLv3 is AGPL-3.0. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/AGPLv3/AGPL-3.0/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
89fbba72fa
commit
13c72e379b
@@ -8,7 +8,7 @@ MONGODB_VERSION_BASE = 3.3.4
|
||||
MONGODB_VERSION = r$(MONGODB_VERSION_BASE)
|
||||
MONGODB_SITE = $(call github,mongodb,mongo,$(MONGODB_VERSION))
|
||||
|
||||
MONGODB_LICENSE = AGPLv3, Apache-2.0
|
||||
MONGODB_LICENSE = AGPL-3.0, Apache-2.0
|
||||
MONGODB_LICENSE_FILES = GNU-AGPL-3.0.txt APACHE-2.0.txt
|
||||
|
||||
MONGODB_DEPENDENCIES = host-scons
|
||||
|
||||
Reference in New Issue
Block a user