Gary O'Neall
Gary O'Neall
We are using JSON formats for the SPDX listed licenses in addition to the RDF/XML formats. In RDF/XML we use the property name `comment` with the RDFS namespace. The JSON...
The Wiki page for File Notice Examples refers to a semi-colon operator which is not in the spec and is not currently supported by most license expression parsers. We should...
Once the legal team officially declares the XML files as a stable standard format for use outside the legal team, we should copy the XML source files to the [license-list-data](https://github.com/spdx/license-list-data)...
APSL-1.0, APSL-1.1 and APSL-1.2 are marked as OSI approved, however, the OSI website only lists APSL-2.0 on their [website](https://opensource.org/licenses/alphabetical).
The [SPDX license list website](https://spdx.org/licenses/) currently serves JSON, RDFa and HTML formats for the licenses. JSON is referenced by replacing the `.html` with `.json` in the license URL. A possibly...
If there is a single XML file deleted, the validation will fail. This is due to the LicenseListPublisher validation running against a single file name for the file which was...
If a single XML file is added or modified as a first commit to a branch, the entire source directory will be verified. This is due to not having a...
The Makefile for the CI process is rather difficult to maintain. Moving to pure Github actions would enable a larger population of contributors and maintainers for our continuous integration software.
Enhance the continuous integration script to make sure that any submitted license is in the `src/licenses` and any submitted exceptions are in the `src/exceptions` directory. This can be done in...
Several changes to the JSON and YAML formats were discussed and generally agreed on for the SPDX 2.2 spec. There is a PR with changes to the example file: https://github.com/spdx/spdx-spec/pull/149....