Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comparing this to https://scancode-licensedb.aboutcode.org/cc-by-sa-1.0.html which says "Copyleft Limited". Still ok?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess so as it aligns with "CC-BY-SA-2.0" below. Or?
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It has a quite typical derivative work definition, and the licensing of derivative works must be done with the same license.
"Derivative Work" means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License.You may distribute, publicly display, publicly perform, or publicly digitally perform a Derivative Work only under the terms of this License,These types of licenses we always mark with strong copyleft. Not sure why scancode uses copyleft limited. It is perhaps because this is a documentation license, and hence for documentation in principle there is less linking questions, and perhaps it could be seen more as a file level-type of license, if the content always was only documentation. But code could also be released under this license, so I don't think it is sound to derive from the type of license the content that is going to be under the license. We typically use file-level-copyleft or module-level-copyleft categories when the license itself contains a file-level/module-level limitation to the interpretation of the derivative works that should be licensed with the same license.