From 2f40ef0c57f09f56b112ddbe18046a0f1da63231 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 2 Apr 2021 17:07:01 +0300 Subject: Canonicalize license in package manifests and source files --- curl/build/bootstrap.build | 2 +- curl/build/export.build | 2 +- curl/build/root.build | 2 +- curl/buildfile | 2 +- curl/curl/buildfile | 2 +- curl/manifest | 2 +- curl/tests/build/bootstrap.build | 2 +- curl/tests/build/root.build | 2 +- curl/tests/buildfile | 2 +- curl/tests/http.testscript | 2 +- curl/tests/https.testscript | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'curl') diff --git a/curl/build/bootstrap.build b/curl/build/bootstrap.build index 194c20d..5b04660 100644 --- a/curl/build/bootstrap.build +++ b/curl/build/bootstrap.build @@ -1,5 +1,5 @@ # file : build/root.build -# license : cURL License; see accompanying COPYING file +# license : curl License; see accompanying COPYING file project = curl diff --git a/curl/build/export.build b/curl/build/export.build index dd03416..f887593 100644 --- a/curl/build/export.build +++ b/curl/build/export.build @@ -1,5 +1,5 @@ # file : build/export.build -# license : cURL License; see accompanying COPYING file +# license : curl License; see accompanying COPYING file $out_root/ { diff --git a/curl/build/root.build b/curl/build/root.build index 4c90074..e4a2753 100644 --- a/curl/build/root.build +++ b/curl/build/root.build @@ -1,5 +1,5 @@ # file : build/root.build -# license : cURL License; see accompanying COPYING file +# license : curl License; see accompanying COPYING file using c diff --git a/curl/buildfile b/curl/buildfile index fbdfe23..e6fae04 100644 --- a/curl/buildfile +++ b/curl/buildfile @@ -1,5 +1,5 @@ # file : buildfile -# license : cURL License; see accompanying COPYING file +# license : curl License; see accompanying COPYING file ./: {*/ -build/} doc{COPYING INSTALL README} manifest diff --git a/curl/curl/buildfile b/curl/curl/buildfile index 3bff067..2977f42 100644 --- a/curl/curl/buildfile +++ b/curl/curl/buildfile @@ -1,5 +1,5 @@ # file : curl/buildfile -# license : cURL License; see accompanying COPYING file +# license : curl License; see accompanying COPYING file import libs = libcurl%lib{curl} import libs += libca-certificates-curl%lib{ca-certificates-curl} diff --git a/curl/manifest b/curl/manifest index a3b185b..f1cc828 100644 --- a/curl/manifest +++ b/curl/manifest @@ -2,7 +2,7 @@ name: curl version: 7.76.0-a.0.z summary: Command line tool for transferring data with URLs -license: cURL ; MIT/X derivate license. +license: curl ; MIT/X derivate license. topics: HTTP, FTP, URL, data transfer description-file: README url: https://curl.se/ diff --git a/curl/tests/build/bootstrap.build b/curl/tests/build/bootstrap.build index b1c5f94..cd8314a 100644 --- a/curl/tests/build/bootstrap.build +++ b/curl/tests/build/bootstrap.build @@ -1,5 +1,5 @@ # file : tests/build/bootstrap.build -# license : cURL License; see accompanying COPYING file +# license : curl License; see accompanying COPYING file project = # Unnamed tests subproject. diff --git a/curl/tests/build/root.build b/curl/tests/build/root.build index d0f5667..5aff06b 100644 --- a/curl/tests/build/root.build +++ b/curl/tests/build/root.build @@ -1,5 +1,5 @@ # file : tests/build/root.build -# license : cURL License; see accompanying COPYING file +# license : curl License; see accompanying COPYING file # We need to configure C module to obtain the target information (see below). # diff --git a/curl/tests/buildfile b/curl/tests/buildfile index 1c3ad5d..332d4f0 100644 --- a/curl/tests/buildfile +++ b/curl/tests/buildfile @@ -1,4 +1,4 @@ # file : tests/buildfile -# license : cURL License; see accompanying COPYING file +# license : curl License; see accompanying COPYING file ./: testscript{*} file{empty.pem} $curl diff --git a/curl/tests/http.testscript b/curl/tests/http.testscript index c73bd23..aa96e06 100644 --- a/curl/tests/http.testscript +++ b/curl/tests/http.testscript @@ -1,5 +1,5 @@ # file : tests/http.testscript -# license : cURL License; see accompanying COPYING file +# license : curl License; see accompanying COPYING file : basic : diff --git a/curl/tests/https.testscript b/curl/tests/https.testscript index eb4aea1..fabdd69 100644 --- a/curl/tests/https.testscript +++ b/curl/tests/https.testscript @@ -1,5 +1,5 @@ # file : tests/https.testscript -# license : cURL License; see accompanying COPYING file +# license : curl License; see accompanying COPYING file : default : -- cgit v1.1