Skip to content

Commit

Permalink
package/ncftp: use correct SPDX license code
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Arnout Vandecappelle <[email protected]>
  • Loading branch information
tpetazzoni authored and arnout committed Jul 14, 2024
1 parent 322213e commit 2ca6980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/ncftp/ncftp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ca6980

Please sign in to comment.