All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] utils/scanpypi: add LICENCE.TXT to the list of the license files
@ 2022-11-22 14:50 yegorslists--- via buildroot
  2022-11-23 22:20 ` Thomas Petazzoni via buildroot
  2022-11-26 18:55 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: yegorslists--- via buildroot @ 2022-11-22 14:50 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 utils/scanpypi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/scanpypi b/utils/scanpypi
index 452b4a3fc3..3c98bb4bcc 100755
--- a/utils/scanpypi
+++ b/utils/scanpypi
@@ -487,7 +487,7 @@ class BuildrootPackage():
         lines = []
 
         filenames = ['LICENCE', 'LICENSE', 'LICENSE.MD', 'LICENSE.RST',
-                     'LICENSE.TXT', 'COPYING', 'COPYING.TXT']
+                     'LICENCE.TXT', 'LICENSE.TXT', 'COPYING', 'COPYING.TXT']
         self.license_files = list(find_file_upper_case(filenames, self.tmp_extract))
 
         lines.append(self.__get_license_names(self.license_files))
-- 
2.17.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] utils/scanpypi: add LICENCE.TXT to the list of the license files
  2022-11-22 14:50 [Buildroot] [PATCH] utils/scanpypi: add LICENCE.TXT to the list of the license files yegorslists--- via buildroot
@ 2022-11-23 22:20 ` Thomas Petazzoni via buildroot
  2022-11-26 18:55 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-11-23 22:20 UTC (permalink / raw)
  To: yegorslists--- via buildroot

On Tue, 22 Nov 2022 15:50:17 +0100
yegorslists--- via buildroot <buildroot@buildroot.org> wrote:

> From: Yegor Yefremov <yegorslists@googlemail.com>
> 
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
> ---
>  utils/scanpypi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] utils/scanpypi: add LICENCE.TXT to the list of the license files
  2022-11-22 14:50 [Buildroot] [PATCH] utils/scanpypi: add LICENCE.TXT to the list of the license files yegorslists--- via buildroot
  2022-11-23 22:20 ` Thomas Petazzoni via buildroot
@ 2022-11-26 18:55 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-11-26 18:55 UTC (permalink / raw)
  To: yegorslists--- via buildroot

>>>>> "yegorslists---" == yegorslists--- via buildroot <buildroot@buildroot.org> writes:

 > From: Yegor Yefremov <yegorslists@googlemail.com>
 > Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>

Committed to 2022.08.x and 2022.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-11-26 18:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-22 14:50 [Buildroot] [PATCH] utils/scanpypi: add LICENCE.TXT to the list of the license files yegorslists--- via buildroot
2022-11-23 22:20 ` Thomas Petazzoni via buildroot
2022-11-26 18:55 ` Peter Korsgaard

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.