You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DOCS/new-license-workflow.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
This document provides guidance and checklists for SPDX legal team members who are assigned to shepherd a new license request.
6
6
7
-
The instructions here assume the requestor has already submitted the new license/exception request via the [SPDX online tools](http://13.57.134.254/app/).
7
+
The instructions here assume the requestor has already submitted the new license/exception request via the [SPDX online tools](http://13.57.134.254/app/). Note that it is also possible for license requests to be submitted directly as Issues in the GitHub repo; when this occurs, they will not appear on the SPDX online tools page.
8
8
9
9
New license requests are to be assigned to an SPDX legal team member and that person is responsible for following the request through to its final determination. Make sure to add yourself as the Assignee in the license request issue here on GitHub, add the [label](https://github.com/spdx/license-list-XML/labels)`new license/exception request`, and add the appropriate release milestone to the issue.
10
10
@@ -17,8 +17,9 @@ New license requests are to be assigned to an SPDX legal team member and that pe
17
17
3. If additional markup can accommodate the license, then the license does not need to be added: inform the requestor, comment on the issue as such, then create a PR for the existing license with the additional markup, and close issue once the PR has been merged.
18
18
19
19
2. If the submitter is not the license author or steward, ask for that contact or try to find that person or organization to make them aware the license has been submitted.
20
-
3. Check the submission for any other missing information, e.g., working URL, examples of use, full text, standard header, etc. See the Field definitions on Overview page for assistance.
20
+
3. Check the submission for any other missing information, e.g., working URL, examples of use, full text, standard header, etc. See the Field definitions on [Overview page](https://spdx.dev/license-list/) for assistance.
21
21
Ask the submitter for any additional info needed, preferably via the Github issue, if possible. Record any updates there.
22
+
1. The "standard header" or "official license header" is defined in the [SPDX Matching Guidelines (sec. 1.1.1)](https://spdx.dev/license-list/matching-guidelines/) as "specific text specified within the license itself to be put in the header of files."
22
23
4. Review the following, bring any questions to legal team:
23
24
1. Is this an open source license?
24
25
2. Is the short identifier unique? Does this license have a short identifier that is used elsewhere already (e.g., Fedora)?
@@ -173,7 +174,7 @@ The [SPDX Online tools](http://13.57.134.254/app/license_requests/) are an optio
173
174
1. The current XML output does not implement some of XML tagging and may mark every new line with a paragraph tag depending on input. If this has happened, it may be more efficient to re-submit the license text, using a wrapped text version.
174
175
1. Make sure to include listVersionAdded= and the correct license list version number for the upcoming release
175
176
1. Check for a standard license header
176
-
1. Check if there should be any Notes based on Notes field descripiton in [link](Overview page)
177
+
1. Check if there should be any Notes based on Notes field descripiton in the [Overview page](https://spdx.dev/license-list/)
177
178
1. Check that we have a working URL for the license text in the wild. If using a link in GitHub, include a link to a specific commit
178
179
1. Check all the XML formatting: the current XML output does not insert the bullet or list tags. Use a previously submitted license as reference for how to format
179
180
1. If you have questions about text that could be optional or could be replaceable, add a comment to the PR, once made or add a reviewer to check it
0 commit comments