-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Are DocumentRef licenses supported? #33
Comments
@papadeltasierra this should be fully working. Can you paste a snippet of the code that fails? |
The result of running this using Python 3 is
|
Otherwise some valid SPDX references are not parsed, such as: DocumentRef-James-1.0:LicenseRef-Eric-2.0 Reported-by: @papadeltasierra Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
@papadeltasierra Thank you ++. This has been fixed with eef4f16 |
No problem. What is your release schedule? How soon before this will filter through to an updated Python package on Pypi? |
@papadeltasierra there you go: this is on Pypi now |
@papadeltasierra ping? did you test this? |
Sorry, yes and it seems to work exactly as required. Thanks for a very quick turnaround. |
@papadeltasierra ack. Thank you! closing now |
Signed-off-by: Jono Yang <jyang@nexb.com>
* Create copyright statement from holder information Signed-off-by: Jono Yang <jyang@nexb.com>
* This is used for the case where we are starting off a project and have not yet generated requirements files Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
* Add --init option to configure.bat * Update help text in configure and configure.bat Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
* Update README.rst Signed-off-by: Jono Yang <jyang@nexb.com>
* Update README.rst with instructions for post-initialization usage Signed-off-by: Jono Yang <jyang@nexb.com>
* Replace references to scancode-toolkit repo with links to the skeleton repo * Remove --python option from configure.bat Signed-off-by: Jono Yang <jyang@nexb.com>
The SPDX specifications allow this syntax:
license-ref = ["DocumentRef-"1*(idstring)":"]"LicenseRef-"1*(idstring)
However if I try to parse a license of
DocumentRef-James:LicenseRef-Dean
I get expections.Am I doing something wrong or are these license-ref constructs not supported?
The text was updated successfully, but these errors were encountered: