seed icon indicating copy to clipboard operation
seed copied to clipboard

SPDX Spec Licenses, Versions, Exceptions and Expressions

Open sirinath opened this issue 4 years ago • 2 comments

Can the licenses follow SPDX Spec in https://spdx.org/licenses/ with License Expression operator.

Also there should be a way to specify:

  • NOTICES
  • Custom License
  • Custom Exceptions

sirinath avatar Dec 12 '20 04:12 sirinath

I have no idea what this means, have you considered opening a PR?

nafg avatar Apr 14 '21 21:04 nafg

# List of project licences
# Available values:
# gpl:2.0, gpl:3.0, lgpl:2.1, lgpl:3.0, cddl:1.0, cddl+gpl, apache:2.0, bsd:2,
# bsd:3, mit, epl:1.0, ecl:1.0, mpl:2.0
# licences = ["apache:2.0"]
licences = []

What I am asking is to that the available values have SPDX codes and confirm to it.

sirinath avatar Apr 15 '21 03:04 sirinath