diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2010-08-10 09:19:05 +0800 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2010-08-10 11:49:35 +0800 |
commit | ef07c46d8106ffcdac76e6bc879b9867f6a388b4 (patch) | |
tree | 8644724f4cfd89a6decde59de244b425601838d7 /tools | |
parent | 5d1b8ca30bb4ff9284ad2013c92177e31dd07562 (diff) | |
download | patchwork-ef07c46d8106ffcdac76e6bc879b9867f6a388b4.tar patchwork-ef07c46d8106ffcdac76e6bc879b9867f6a388b4.tar.gz |
tools: Update license for post-receive hook.
Martin has allowed distribution under the GPL.
http://lists.ozlabs.org/pipermail/patchwork/2010-June/000263.html
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/post-receive.hook | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/post-receive.hook b/tools/post-receive.hook index 004422f..ee3345f 100755 --- a/tools/post-receive.hook +++ b/tools/post-receive.hook @@ -3,8 +3,7 @@ # Git post-receive hook to update Patchwork patches after Git pushes # # Copyright © 2010 martin f. krafft <madduck@madduck.net> -# Released under the terms of the Artistic Licence 2.0 -# +# Released under the GNU General Public License v2 or later. set -eu #TODO: the state map should really live in the repo's git-config |