You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In scancode-toolkit, at src/packagedcode/debian_copyright.py there's the DebianCopyrightParagraphs clas which basically extends DebianCopyright at debian_inspector/copyright.py to also handle seperating the different types of paragraph in functional groups to be then used for parsing and copyright/license detection.
This should be moved to debian_inspector/copyright.py as it only extends functionality of the DebianCopyright class.
pombredanne
changed the title
Seperating different kind of paragraphs should be moved into debian_inspector
Separating different kind of paragraphs should be moved into debian_inspector
Mar 14, 2022
In scancode-toolkit, at src/packagedcode/debian_copyright.py there's the
DebianCopyrightParagraphs
clas which basically extendsDebianCopyright
at debian_inspector/copyright.py to also handle seperating the different types of paragraph in functional groups to be then used for parsing and copyright/license detection.This should be moved to debian_inspector/copyright.py as it only extends functionality of the
DebianCopyright
class.https://github.com/nexB/scancode-toolkit/blob/2390-improve-debian-license-detection/src/packagedcode/debian_copyright.py#L739
The text was updated successfully, but these errors were encountered: