diff mbox series

package/ncftp: use correct SPDX license code

Message ID 20240711192719.1161600-1-thomas.petazzoni@bootlin.com
State Accepted
Headers show
Series package/ncftp: use correct SPDX license code | expand

Commit Message

Thomas Petazzoni July 11, 2024, 7:27 p.m. UTC
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>
---
 package/ncftp/ncftp.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Arnout Vandecappelle July 14, 2024, 8:37 p.m. UTC | #1
On 11/07/2024 21:27, Thomas Petazzoni via buildroot wrote:
> 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>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   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 a3aa3fb194..57c3a5d08b 100644
> --- a/package/ncftp/ncftp.mk
> +++ b/package/ncftp/ncftp.mk
> @@ -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
Peter Korsgaard Aug. 20, 2024, 5:14 p.m. UTC | #2
>>>>> "Thomas" == Thomas Petazzoni via buildroot <buildroot@buildroot.org> writes:

 > 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>

Committed to 2024.02.x and 2024.05.x, thanks.
diff mbox series

Patch

diff --git a/package/ncftp/ncftp.mk b/package/ncftp/ncftp.mk
index a3aa3fb194..57c3a5d08b 100644
--- a/package/ncftp/ncftp.mk
+++ b/package/ncftp/ncftp.mk
@@ -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