Skip to content

Have "All rights reserved." contained in json output #1542

Description

@yiting-wang33

Description

I'm using Scancode to detect the copyright in a repo. I have the copyright pattern as:

(c) Copyright XXXX Ltd. 20* All rights reserved.

*is the year
Currently in json result, the copyright value is:

 "copyrights": [
        {
          "value": "(c) Copyright XXXX Ltd. 20*",  
          "start_line": 2,
          "end_line": 2
        }
      ],

I expect the copyright statement would end up with "All rights reserved." So, it should look like:

 "copyrights": [
        {
          "value": "(c) Copyright XXXX Ltd. 20* All rights reserved.",  
          "start_line": 2,
          "end_line": 2
        }
      ],

I notice #559 , but what should I do to have that picked up?
Thank you!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions