* [RFC PATCH] link principle license to COPYING
@ 2025-09-29 15:51 Alex Bennée
2025-09-29 16:50 ` Tom Rini
0 siblings, 1 reply; 3+ messages in thread
From: Alex Bennée @ 2025-09-29 15:51 UTC (permalink / raw)
To: u-boot; +Cc: qemu-devel, Alex Bennée
Some license scanners are particularly dumb and when combined with
automatic license scanning for FLOSS accreditation on forges cause
problems on renewal. As GPL 2.0 applies to the core code link the main
licence text to COPYING to keep everything happy.
This caused issues for the QEMU project recently as we mirror (two!)
copies of u-boot in our project.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
COPYING | 1 +
1 file changed, 1 insertion(+)
create mode 120000 COPYING
diff --git a/COPYING b/COPYING
new file mode 120000
index 00000000000..1ed3ba6a13c
--- /dev/null
+++ b/COPYING
@@ -0,0 +1 @@
+Licenses/gpl-2.0.txt
\ No newline at end of file
--
2.47.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [RFC PATCH] link principle license to COPYING
2025-09-29 15:51 [RFC PATCH] link principle license to COPYING Alex Bennée
@ 2025-09-29 16:50 ` Tom Rini
2025-09-29 18:08 ` Alex Bennée
0 siblings, 1 reply; 3+ messages in thread
From: Tom Rini @ 2025-09-29 16:50 UTC (permalink / raw)
To: Alex Bennée, Daniel P. Berrangé; +Cc: u-boot, qemu-devel
[-- Attachment #1: Type: text/plain, Size: 910 bytes --]
On Mon, Sep 29, 2025 at 04:51:42PM +0100, Alex Bennée wrote:
> Some license scanners are particularly dumb and when combined with
> automatic license scanning for FLOSS accreditation on forges cause
> problems on renewal. As GPL 2.0 applies to the core code link the main
> licence text to COPYING to keep everything happy.
>
> This caused issues for the QEMU project recently as we mirror (two!)
> copies of u-boot in our project.
>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Since Daniel Berrangé posted a similar patch 3 days ago, I assume the
gitlab license renewal is coming up quickly.
In principal, I'm fine with this and will apply a patch shortly.
In practice, we've always had to get a human involved at Gitlab to get
our license renewed as we're clearly within the required terms, it's
just that we've also got some further reading people should do.
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [RFC PATCH] link principle license to COPYING
2025-09-29 16:50 ` Tom Rini
@ 2025-09-29 18:08 ` Alex Bennée
0 siblings, 0 replies; 3+ messages in thread
From: Alex Bennée @ 2025-09-29 18:08 UTC (permalink / raw)
To: Tom Rini; +Cc: Daniel P. Berrangé, u-boot, qemu-devel
Tom Rini <trini@konsulko.com> writes:
> On Mon, Sep 29, 2025 at 04:51:42PM +0100, Alex Bennée wrote:
>
>> Some license scanners are particularly dumb and when combined with
>> automatic license scanning for FLOSS accreditation on forges cause
>> problems on renewal. As GPL 2.0 applies to the core code link the main
>> licence text to COPYING to keep everything happy.
>>
>> This caused issues for the QEMU project recently as we mirror (two!)
>> copies of u-boot in our project.
>>
>> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
>
> Since Daniel Berrangé posted a similar patch 3 days ago, I assume the
> gitlab license renewal is coming up quickly.
We fixed it by temporally moving the repo to another project (although
it seems that is not a true mirror as mirroing needs the full paid
GitLab). However it broke a bunch of down-streams tracking earlier
branches.
>
> In principal, I'm fine with this and will apply a patch shortly.
>
> In practice, we've always had to get a human involved at Gitlab to get
> our license renewed as we're clearly within the required terms, it's
> just that we've also got some further reading people should do.
The GitLab process is a click though automated one now. However I did
check GitLab identifies the right license with the patch:
https://gitlab.com/stsquad/u-boot/
--
Alex Bennée
Virtualisation Tech Lead @ Linaro
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-09-29 18:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-29 15:51 [RFC PATCH] link principle license to COPYING Alex Bennée
2025-09-29 16:50 ` Tom Rini
2025-09-29 18:08 ` Alex Bennée
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).