Open yiting-wang33 opened 5 years ago
@yiting-wang33 as I explained in https://github.com/nexB/scancode-toolkit/issues/559#issuecomment-286751659 we explicitly do not capture these as they are considered obsolete per https://en.wikipedia.org/wiki/All_rights_reserved#Obsolescence.
It would be possible to capture them and that would require changes to the part of speech tagger and grammar we use to detect and parse copyright statements in https://github.com/nexB/scancode-toolkit/blob/develop/src/cluecode/copyrights.py
Is this something that you would like to tackle and contribute to the project?
Note that at this stage we do collect All rights reserved
suffixes AND we do not return them by default. This is an optional argument in the copyright detection function. This is not surfaced in the UI CLI options though.
Description
I'm using Scancode to detect the copyright in a repo. I have the copyright pattern as:
*is the year Currently in json result, the copyright value is:
I expect the copyright statement would end up with "All rights reserved." So, it should look like:
I notice #559 , but what should I do to have that picked up? Thank you!