From e61425fd6448b2d46216fabb5936b0383ed1ea96 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Thu, 11 Jul 2024 21:27:19 +0200 Subject: [PATCH] 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 Signed-off-by: Arnout Vandecappelle (cherry picked from commit 2ca698051c50546a70e9f7b625f2ee9a2a6a2840) Signed-off-by: Peter Korsgaard --- package/ncftp/ncftp.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/ncftp/ncftp.mk b/package/ncftp/ncftp.mk index d380ebae02..789da1f454 100644 --- a/package/ncftp/ncftp.mk +++ b/package/ncftp/ncftp.mk @@ -10,7 +10,7 @@ NCFTP_VERSION = 3.2.6 NCFTP_SOURCE = ncftp-$(NCFTP_VERSION)-src.tar.gz NCFTP_SITE = https://www.ncftp.com/public_ftp/ncftp/older_versions NCFTP_TARGET_BINS = ncftp -NCFTP_LICENSE = Clarified Artistic License +NCFTP_LICENSE = ClArtistic NCFTP_LICENSE_FILES = doc/LICENSE.txt NCFTP_DEPENDENCIES = host-autoconf