diff options
author | Mike Gerwitz <mtg@gnu.org> | 2016-12-19 22:03:20 -0500 |
---|---|---|
committer | Mike Gerwitz <mtg@gnu.org> | 2016-12-19 22:04:19 -0500 |
commit | 0507dc76f31b5557a4d61ff6226ee3dffb06f0eb (patch) | |
tree | 7f8a6f8f109a0687010f0ded357602206b29887a /docs | |
parent | 7956cf0b88a45017d36c744f6c02b5bbb1f15f67 (diff) | |
download | thoughts-0507dc76f31b5557a4d61ff6226ee3dffb06f0eb.tar.gz thoughts-0507dc76f31b5557a4d61ff6226ee3dffb06f0eb.tar.bz2 thoughts-0507dc76f31b5557a4d61ff6226ee3dffb06f0eb.zip |
: License Git Horror Story script under CC0
Someone contacted me about the license of this script. The code itself is
doubtfully enforcable with US copyright anyway, so let's just put this into
the public domain.
It does have comments, but they're minor.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/papers/git-horror-story.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/papers/git-horror-story.txt b/docs/papers/git-horror-story.txt index 2731cbf..6baca54 100644 --- a/docs/papers/git-horror-story.txt +++ b/docs/papers/git-horror-story.txt @@ -941,6 +941,8 @@ information, delimited by tabs. ---- #!/bin/sh # +# Licensed under the CC0 1.0 Universal license (public domain). +# # Validate signatures on each and every commit within the given range ## |