Ask HN: Ethics on Deleting Git History
I have a popular public repository on Github under an AGPL-3.0 license. Recently I discovered a number of instances where the repository was cloned, git history was blown away, and the source is hosted under a different account and repository name. In most cases the license is preserved, but I’m curious the ethics of not forking and rewriting history such that there is zero link to the original work.
3 comments
[ 3.3 ms ] story [ 26.1 ms ] threadThat said, if you had no copyright notice, that is a copyright notice - the license allows them to distribute that lack of notice. Add a copyright.txt to your repos, and if they update their copies to strip it, you've got right to send a takedown.
[0]It's a whole lot of other bad things though: bad practice, and confusing, and something I'd never considered doing.