It’s weird that Mark would care so much about copyright now, he certainly doesn’t seem to care for it with his GitHub. Many of his repositories are straight up copies from other projects with the name changed. Note that these aren’t forks, but totally new git repos with none of the original commit history.
Here’s a few examples:
Mark’s Repo: GitHub - mrhavens/pidoc: Raspberry Pi Cluster Emulation With Docker Compose
Source Repo: GitHub - lukechilds/dockerpi: A Virtualised Raspberry Pi inside a Docker image
Appears to be an obfuscated rip of Luke Child’s dockerpi, actually left some of the license files unchanged.
corrections · mrhavens/pidoc@895b771 · GitHub
Mark’s Repo: GitHub - mrhavens/Dedockify: Reverse engineer Docker images into Dockerfiles.
Source Repo: GitHub - LanikSJ/dfimage: Reverse-engineer a Dockerfile from a Docker image.
Appears to be another obfuscated rip, “graciously” includes LanikSJ in the license file though.
Mark’s Repo: https://github.com/mrhavens/GANaffect
Source Repo: GitHub - donydchen/ganimation_replicate: An Out-of-the-Box Replication of GANimation using PyTorch, pretrained weights are available!