How to add GPL-3.0 license text, when LGPL-3.0 was detected #11510
Unanswered
MarcelBochtler
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Untested, but maybe you could use the custom license text feature to override the LGPL-3.0 license text with a file that additionally contains the GPL-3.0 text? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The license text of the LGPL-3.0 states in section 3b):
and in 4b)
We would like to always add the license text of the GPL-3.0, when any package declares or if ScanCode detects LGPL-3.0.
How would that be done properly in ORT?
At the moment we added a special case in our disclosure document template.
This special case adds the GPL-3.0 license text if LGPL-3.0 was detected / declared.
Is there a better / cleaner way?
Beta Was this translation helpful? Give feedback.
All reactions