diff options
author | Yuchen Pei <hi@ypei.me> | 2022-05-19 22:23:10 +1000 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2022-05-19 22:23:10 +1000 |
commit | 3db93bc6f7b46bc322694e6658b8f559433a03c6 (patch) | |
tree | 1273a17e11e0d9888ae57676906c68f8bb77e287 /subprojects/spdx/ISSUES | |
parent | 09c05e86a1096b08eb7483b970207d47d0388665 (diff) |
Replacing the files with a haskell rewrite.
Diffstat (limited to 'subprojects/spdx/ISSUES')
-rw-r--r-- | subprojects/spdx/ISSUES | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/subprojects/spdx/ISSUES b/subprojects/spdx/ISSUES deleted file mode 100644 index 88851d6..0000000 --- a/subprojects/spdx/ISSUES +++ /dev/null @@ -1,19 +0,0 @@ -############################# - -https://github.com/spdx/spdx-spec/issues/93 - -Add false "isFsfLibre" value - - -https://github.com/spdx/spdx-spec/issues/46#issuecomment-413778513 - -In reviewing https://www.gnu.org/licenses/license-list.html, the FSF specifies "Free and Compatible with GPL", "Free and Incompatible with GPL" and "non-free". Do we need to capture all of these states? If so, do we want a second boolean ("FsfGplCompatible")? We could always implement a second boolean in the future. - -The Code for the left border at https://www.gnu.org/licenses/license-list.html defines five properties: - - Free licenses, compatible with the GNU GPL - Free licenses, compatible with the FDL - Free licenses, incompatible with the GNU GPL and FDL - Nonfree licenses - Licenses for works stating a viewpoint - |