From: Arnout Vandecappelle <arnout@mind.be> To: buildroot@busybox.net Subject: [Buildroot] [PATCH 1/3] boot/at91bootstrap3: add support for at91bootstrap 4.x series Date: Mon, 14 Jun 2021 21:25:16 +0200 [thread overview] Message-ID: <9c4119ca-96a6-24a7-f993-32068ce1165f@mind.be> (raw) In-Reply-To: <ae8d98c6-dce4-5342-1f15-39b2be3fa31c@microchip.com> On 14/06/2021 11:01, Eugen.Hristev--- via buildroot wrote: > On 5/19/21 3:29 PM, Eugen Hristev - M18282 wrote: >> On 5/19/21 3:20 PM, Thomas Petazzoni wrote: >>> Hello Eugen, >>> >>> On Wed, 19 May 2021 11:36:56 +0000 >>> <Eugen.Hristev@microchip.com> wrote: >>> [snip] >>>> I will add a LICENSE file in the repo soon. >>> >>> That would be awesome. Could you add it to both the 3.x and the 4.x >>> branches ? It would be nice to have another release on the 3.x branch >>> that includes the LICENSE file. >> >> Yes, I would do it for both branches. We have to agree on the format of >> the LICENSE first. > > Hello Thomas, > > Do you know of some easy way (a script) to parse the source files and > remove current header and add SPDX headers ? > We are considering selecting the SPDX way of licensing the files. I believe the REUSE tool [1] is able to add license headers to files. However, I don't think it will remove the existing license blurb... You could check with the kernel developers how they did the mass replacement. E.g.: commit d2912cb15bdda8ba4a5dd73396ad62641af2f520 Author: Thomas Gleixner <tglx@linutronix.de> Date: Tue Jun 4 10:11:33 2019 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 Based on 2 normalized pattern(s): this program is free software you can redistribute it and or modify it under the terms of the gnu general public license version 2 as published by the free software foundation this program is free software you can redistribute it and or modify it under the terms of the gnu general public license version 2 as published by the free software foundation # extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 4122 file(s). Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Enrico Weigelt <info@metux.net> Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org> Reviewed-by: Allison Randal <allison@lohutok.net> Cc: linux-spdx at vger.kernel.org Link: https://lkml.kernel.org/r/20190604081206.933168790 at linutronix.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Regards, Arnout [snip]
next prev parent reply other threads:[~2021-06-14 19:25 UTC|newest] Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-05-18 21:37 [Buildroot] [PATCH 0/3] My take on the at91bootstrap 4.x story Thomas Petazzoni 2021-05-18 21:37 ` [Buildroot] [PATCH 1/3] boot/at91bootstrap3: add support for at91bootstrap 4.x series Thomas Petazzoni 2021-05-19 9:33 ` Yann E. MORIN 2021-05-19 10:02 ` Thomas Petazzoni 2021-05-19 11:36 ` Eugen.Hristev at microchip.com 2021-05-19 12:20 ` Thomas Petazzoni 2021-05-19 12:29 ` Eugen.Hristev at microchip.com 2021-06-14 9:01 ` Eugen.Hristev at microchip.com 2021-06-14 12:28 ` Thomas Petazzoni 2021-06-14 19:25 ` Arnout Vandecappelle [this message] 2021-07-07 10:29 ` Eugen.Hristev at microchip.com 2021-05-19 19:44 ` Edgar Bonet 2021-05-18 21:37 ` [Buildroot] [PATCH 2/3] boot/at91bootstrap3: bump 3.x series to 3.10.2 Thomas Petazzoni 2021-05-18 21:37 ` [Buildroot] [PATCH 3/3] boot/at91bootstrap3: add BR2_TARGET_AT91BOOTSTRAP3_NEEDS_PYTHON3 Thomas Petazzoni 2021-05-19 11:29 ` Eugen.Hristev at microchip.com 2021-05-19 12:19 ` Thomas Petazzoni 2021-05-19 12:39 ` Yann E. MORIN 2021-05-19 9:34 ` [Buildroot] [PATCH 0/3] My take on the at91bootstrap 4.x story Yann E. MORIN
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=9c4119ca-96a6-24a7-f993-32068ce1165f@mind.be \ --to=arnout@mind.be \ --cc=buildroot@busybox.net \ --subject='Re: [Buildroot] [PATCH 1/3] boot/at91bootstrap3: add support for at91bootstrap 4.x series' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
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.