mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-26 23:13:27 +08:00
package/ncftp: use correct SPDX license code
According to https://spdx.org/licenses/, the correct license code for the "Clarified Artistic License" is ClArtistic. The only other package in Buildroot containing code under this license is google-breakpad, and it is already using the ClArtistic SPDX code. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
parent
322213e131
commit
2ca698051c
@ -8,7 +8,7 @@ NCFTP_VERSION = 3.2.7
|
||||
NCFTP_SOURCE = ncftp-$(NCFTP_VERSION)-src.tar.xz
|
||||
NCFTP_SITE = https://www.ncftp.com/public_ftp/ncftp
|
||||
NCFTP_TARGET_BINS = ncftp
|
||||
NCFTP_LICENSE = Clarified Artistic License
|
||||
NCFTP_LICENSE = ClArtistic
|
||||
NCFTP_LICENSE_FILES = doc/LICENSE.txt
|
||||
|
||||
NCFTP_DEPENDENCIES = host-autoconf
|
||||
|
Loading…
Reference in New Issue
Block a user