-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add the ability to parse Debian copyright text #1
Comments
Reported-by: Nisha K <[email protected]> Signed-off-by: Philippe Ombredanne <[email protected]>
@nishakm 👋 ... there you go! |
Add new DebianCopyright.from_text() method #1
@nishakm Note that this is partially here and partially in scancode-toolkit at https://github.com/nexB/scancode-toolkit/blob/develop/src/packagedcode/debian_copyright.py as the smarts doing effective license detection on expressions and texts in copyright file paragraphs are in the Toolkit.
|
Currently the
DebianCopyright
class can read copyright text from a file. It would be nice to have a similar method to parse copyright text from a python string.cc @mukultaneja
The text was updated successfully, but these errors were encountered: