The npm package spdx-exceptions
is a package that contains a list of SPDX exceptions. This repository contains an alternative list (ideally at least as up-to-date) of exceptions.
I found ways to improve the original implementation of collecting the data. However, as spdx-exceptions
is licensed under CC-BY-3.0
, I did not want to contribute to the original.
By adding the following to your package.json
you can use this package:
{
"overrides": {
"spdx-exceptions": "npm:alt-spdx-exceptions"
}
}
This package is licensed under MIT, just like the XML list that it uses.
The only thing that this package borrows is the format of exporting, to remain compatible.
Linux Foundation is a registered trademark of The Linux Foundation. Linux is a registered trademark of Linus Torvalds.