Skip to content

Commit

Permalink
Adding troubleshooting tip for public domain
Browse files Browse the repository at this point in the history
  • Loading branch information
ariel11 committed Apr 27, 2021
1 parent 1941284 commit 4a85306
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/curation-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,9 @@ We always prefer a reference to a version control system, but if you’re unable
* Use an SPDX expression to indicate multiple licenses, using AND, OR, or WITH (see https://spdx.org/licenses/).
1. Curate the declared license as `NONE` when the component verifiably and intentionally has no license.
1. Curate the declared license as `OTHER` when the license is a proprietary license, such as an End-User-License-Agreement.
1. Target component includes a license file and a separate PATENTS file that grants additional patent rights. Curate the declared field with the license and add "AND `OTHER`".
1. Target component license information is limited to a non-SPDX license identifier that may not be version specific:
1. Curate the declared license as 'OTHER' when there is any kind of reference saying the target component is in the public domain.
3. Target component includes a license file and a separate PATENTS file that grants additional patent rights. Curate the declared field with the license and add "AND `OTHER`".
4. Target component license information is limited to a non-SPDX license identifier that may not be version specific:
* If the only license information is “BSD,” code the license as “BSD-3-Clause.” Note - https://opensource.org/licenses/bsd-license.php is not a license version specific link.
* For L/GPL licensed packages, look in the ReadMe, package manifest, and source code files to determine if it is “GPL-#-only” or “GPL-#-or-later.” (Do not use the deprecated SPDX license identifiers – e.g. GPL-2.0+).
* If the only license information is “GPL,” with no COPYING license file, code the license as “GPL-1.0-or-later.” Note - http:https://www.gnu.org/licenses/gpl.txt is not a license version specific link.
Expand Down

0 comments on commit 4a85306

Please sign in to comment.