Hacker News new | ask | show | jobs
by kdeldycke 1216 days ago
Also, you can remove any "All rights reserved" notice, thanks to Nicaragua: https://en.wikipedia.org/wiki/All_rights_reserved#Obsolescen...

Just did that on my projects with a simple call to:

    find ./ -iname "*.py" -exec perl -p -i -e 's/# All Rights Reserved.*\n//sg' "{}" \;

The result: https://github.com/kdeldycke/meta-package-manager/commit/3ab...
2 comments

"Some rights reserved" is a still a sometimes useful, though cheeky, signal for copyleft, Creative Commons, or open source, though. (From what I recall, it started a branding/marketing choice from Creative Commons, but in the wild I've seen it in more places than just CC licensed works.) It's not legally binding in any way, just a fun signal to humans that they might have more rights to play with than full copyright.
My habit is to use "All Rites Reversed."

That also has no legal effect, but it's fun. Hail Eris!

To be safe we got all the contributors to agree before removing that from our open source code base, which took quite a while.
No idea what you mean, but here's the final commit, acked by each of the contributors: https://gitlab.com/nbdkit/nbdkit/-/commit/952ffe0fc7685ea775...