This repository was archived by the owner on May 27, 2024. It is now read-only.

Description
The FAQ says:
|
If you have a custom or modified license that does not appear in the SPDX |
|
License List, place your license in the file |
|
`LICENSES/LicenseRef-MyLicense.txt`. By naming your license as such, tools that |
|
speak SPDX will still be able to recognise your license. |
|
|
|
In this example, the header in files covered by this custom license may look |
|
like the following: |
|
|
|
``` |
|
# SPDX-License-Identifier: LicenseRef-MyLicense |
|
# SPDX-FileCopyrightText: 2017 Jane Doe <[email protected]> |
|
``` |
It is entirely unclear what is meant by "as such". Does it mean:
- the file must be in the LICENSES directory
- the file must be in the LICENSES directory and end with .txt
- the file must be in the LICENSES directory and end with -MyLicense.txt
- the file must be in the LICENSES directory and begin with LicenseRef- and end with .txt
I believe the answer is probably 4 but please specify it in the FAQ.