All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] utils/scancpan: handles misspelled LICENCE
@ 2019-10-29  4:33 Francois Perrad
  2019-10-29  4:33 ` [Buildroot] [PATCH 2/2] package/perl-try-tiny: regen with LICENCE found Francois Perrad
  2019-10-29 22:48 ` [Buildroot] [PATCH 1/2] utils/scancpan: handles misspelled LICENCE Arnout Vandecappelle
  0 siblings, 2 replies; 3+ messages in thread
From: Francois Perrad @ 2019-10-29  4:33 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 utils/scancpan | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/scancpan b/utils/scancpan
index 484ccaca9..16e495bda 100755
--- a/utils/scancpan
+++ b/utils/scancpan
@@ -567,7 +567,7 @@ sub find_license_files {
     foreach (split /\n/, $manifest) {
         next if m|/|;
         s|\s+.*$||;
-        push @license_files, $_ if m/(ARTISTIC|COPYING|COPYRIGHT|LICENSE)/i;
+        push @license_files, $_ if m/(ARTISTIC|COPYING|COPYRIGHT|LICENSE|LICENCE)/i;
     }
     if (scalar @license_files == 0 && $manifest =~ m/(README)[\n\s]/i) {
         @license_files = ($1);
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 2/2] package/perl-try-tiny: regen with LICENCE found
  2019-10-29  4:33 [Buildroot] [PATCH 1/2] utils/scancpan: handles misspelled LICENCE Francois Perrad
@ 2019-10-29  4:33 ` Francois Perrad
  2019-10-29 22:48 ` [Buildroot] [PATCH 1/2] utils/scancpan: handles misspelled LICENCE Arnout Vandecappelle
  1 sibling, 0 replies; 3+ messages in thread
From: Francois Perrad @ 2019-10-29  4:33 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/perl-try-tiny/perl-try-tiny.hash | 2 +-
 package/perl-try-tiny/perl-try-tiny.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/perl-try-tiny/perl-try-tiny.hash b/package/perl-try-tiny/perl-try-tiny.hash
index 65731bc14..ed4d8ac74 100644
--- a/package/perl-try-tiny/perl-try-tiny.hash
+++ b/package/perl-try-tiny/perl-try-tiny.hash
@@ -3,4 +3,4 @@ md5    eb362c3cb32c42f9f28de9ddb7f2ead6 Try-Tiny-0.30.tar.gz
 sha256 da5bd0d5c903519bbf10bb9ba0cb7bcac0563882bcfe4503aee3fb143eddef6b Try-Tiny-0.30.tar.gz
 
 # computed by scancpan
-sha256 6c7eb089021283de176a5c838217ae16453cf9f67899b27cdcd0827045f6f781 README
+sha256 f1864ede834871a1207fcd19838b6bd5e1ff0a8704f5cc523fc397126041ed0b LICENCE
diff --git a/package/perl-try-tiny/perl-try-tiny.mk b/package/perl-try-tiny/perl-try-tiny.mk
index bce96269d..f13e2ee59 100644
--- a/package/perl-try-tiny/perl-try-tiny.mk
+++ b/package/perl-try-tiny/perl-try-tiny.mk
@@ -8,7 +8,7 @@ PERL_TRY_TINY_VERSION = 0.30
 PERL_TRY_TINY_SOURCE = Try-Tiny-$(PERL_TRY_TINY_VERSION).tar.gz
 PERL_TRY_TINY_SITE = $(BR2_CPAN_MIRROR)/authors/id/E/ET/ETHER
 PERL_TRY_TINY_LICENSE = MIT
-PERL_TRY_TINY_LICENSE_FILES = README
+PERL_TRY_TINY_LICENSE_FILES = LICENCE
 PERL_TRY_TINY_DISTNAME = Try-Tiny
 
 $(eval $(perl-package))
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/2] utils/scancpan: handles misspelled LICENCE
  2019-10-29  4:33 [Buildroot] [PATCH 1/2] utils/scancpan: handles misspelled LICENCE Francois Perrad
  2019-10-29  4:33 ` [Buildroot] [PATCH 2/2] package/perl-try-tiny: regen with LICENCE found Francois Perrad
@ 2019-10-29 22:48 ` Arnout Vandecappelle
  1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2019-10-29 22:48 UTC (permalink / raw)
  To: buildroot



On 29/10/2019 05:33, Francois Perrad wrote:
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>

 Actually, I believe licence is a valid spelling alternative. At least, my
spellchecker doesn't complain about it. So I reworded "misspelled" and applied
both to master, thanks.

 Regards,
 Arnout

> ---
>  utils/scancpan | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/utils/scancpan b/utils/scancpan
> index 484ccaca9..16e495bda 100755
> --- a/utils/scancpan
> +++ b/utils/scancpan
> @@ -567,7 +567,7 @@ sub find_license_files {
>      foreach (split /\n/, $manifest) {
>          next if m|/|;
>          s|\s+.*$||;
> -        push @license_files, $_ if m/(ARTISTIC|COPYING|COPYRIGHT|LICENSE)/i;
> +        push @license_files, $_ if m/(ARTISTIC|COPYING|COPYRIGHT|LICENSE|LICENCE)/i;
>      }
>      if (scalar @license_files == 0 && $manifest =~ m/(README)[\n\s]/i) {
>          @license_files = ($1);
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-10-29 22:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-29  4:33 [Buildroot] [PATCH 1/2] utils/scancpan: handles misspelled LICENCE Francois Perrad
2019-10-29  4:33 ` [Buildroot] [PATCH 2/2] package/perl-try-tiny: regen with LICENCE found Francois Perrad
2019-10-29 22:48 ` [Buildroot] [PATCH 1/2] utils/scancpan: handles misspelled LICENCE Arnout Vandecappelle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.