Comment by thaliaarchi

2 years ago

For source code, I prefer the Software Heritage archive over the Internet Archive, because it archives the git history, instead of the HTML UI. This particular repo was saved there[0] and was most recently visited 24 Oct 2022, which has two more terms updates.

I have created a mirror of this more up-to-date version at https://github.com/thaliaarchi/unity-termsofservice.

Here's how to “cook”[1] an archive from the vault, if you want to do it yourself:

    curl -X POST https://archive.softwareheritage.org/api/1/vault/git-bare/swh:1:rev:28fdae008c61d98d0d9ec55b8cc016ce61809f58/
    wget https://archive.softwareheritage.org/api/1/vault/git-bare/swh:1:rev:28fdae008c61d98d0d9ec55b8cc016ce61809f58/raw/ --content-disposition
    tar xf swh_1_rev_28fdae008c61d98d0d9ec55b8cc016ce61809f58.git.tar 
    git clone swh:1:rev:28fdae008c61d98d0d9ec55b8cc016ce61809f58.git TermsOfService

[0]: https://archive.softwareheritage.org/browse/origin/directory...

[1]: https://archive.softwareheritage.org/api/1/vault/git-bare/do...