commit 4da01c4fb45e6c89366d2d1adcbbbcc06d7cce09 Author: Nick Mathewson nickm@torproject.org Date: Thu Apr 30 12:26:29 2015 -0400
add some licenses --- scripts/git-add-tor-remote | 3 +++ scripts/git-resquash.sh | 3 +++ 2 files changed, 6 insertions(+)
diff --git a/scripts/git-add-tor-remote b/scripts/git-add-tor-remote index b0c3856..096b040 100755 --- a/scripts/git-add-tor-remote +++ b/scripts/git-add-tor-remote @@ -1,4 +1,7 @@ #!/usr/bin/python +# Absolutely anybody receiving a copy of this script may do anything +# with it that copyright law would otherwise restrict. There is no +# warranty. -- Nick Mathewson, 2015.
import os import sys diff --git a/scripts/git-resquash.sh b/scripts/git-resquash.sh index 87a53e5..79bde28 100755 --- a/scripts/git-resquash.sh +++ b/scripts/git-resquash.sh @@ -1,4 +1,7 @@ #!/bin/sh +# Absolutely anybody receiving a copy of this script may do anything +# with it that copyright law would otherwise restrict. There is no +# warranty. -- Nick Mathewson, 2015.
PARENT="$1"