Skip to content
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 Copyright Holder information for Packages #3290

Closed
pombredanne opened this issue Mar 16, 2023 · 0 comments · Fixed by #3302
Closed

Add Copyright Holder information for Packages #3290

pombredanne opened this issue Mar 16, 2023 · 0 comments · Fixed by #3302

Comments

@pombredanne
Copy link
Member

This is to support nexB/scancode.io#631
This feature consist in:

  • adding a new field to the package model named "holder" (or "primary holder" or "copyright holder"
  • add code that will process the package "copyright" when present and extract the holder from it. There is code for this likely in
    def tally_persons(texts):
    that's used to computed summary holders and/or in cluecode.py to run a copyright detection on the package value and get the holder out of it. It should be canonicalized IMHO
keshav-space added a commit to keshav-space/scancode-toolkit that referenced this issue Mar 27, 2023
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
keshav-space added a commit to keshav-space/scancode-toolkit that referenced this issue Mar 27, 2023
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
keshav-space added a commit to keshav-space/scancode-toolkit that referenced this issue Mar 27, 2023
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
keshav-space added a commit to keshav-space/scancode-toolkit that referenced this issue Mar 30, 2023
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
keshav-space added a commit to keshav-space/scancode-toolkit that referenced this issue Apr 5, 2023
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant