fsfe / reuse-tool

reuse is a tool for compliance with the REUSE recommendations.
https://reuse.software
382 stars 146 forks source link

Ignore `All rights reserved.` in copyright owner detection/merging #929

Open BigBlueHat opened 6 months ago

BigBlueHat commented 6 months ago

Code currently treats "All rights reserved." as part of the copyright owners name, so it's adding a new copyright line in the requested format if "All rights reserved." is in the file but absent from the --copyright parameter.

Originally posted by @BigBlueHat in https://github.com/fsfe/reuse-tool/issues/911#issuecomment-1965385093

carmenbianca commented 5 months ago

I'm not necessarily sure that this feature is wanted, but I've opened #947 which needs to be implemented first before this can be considered.