qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [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

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).