Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions license-classifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,14 @@ categorizations:
- "property:creativecommons"
- "property:no-modifications"

# https://spdx.org/licenses/CC-BY-SA-1.0.html
- id: "CC-BY-SA-1.0"
categories:
- "copyleft-strong"

Copy link
Copy Markdown
Member

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?

Copy link
Copy Markdown
Member

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?

@willebra willebra Jun 17, 2026

Copy link
Copy Markdown
Member Author

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.

- "property:include-in-notice-file"
- "include-in-notice-file"
- "property:creativecommons"

- id: "CC-BY-SA-2.0"
categories:
- "copyleft-strong"
Expand Down
Loading