summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2010-08-10 09:19:05 +0800
committerJeremy Kerr <jk@ozlabs.org>2010-08-10 11:49:35 +0800
commitef07c46d8106ffcdac76e6bc879b9867f6a388b4 (patch)
tree8644724f4cfd89a6decde59de244b425601838d7
parent5d1b8ca30bb4ff9284ad2013c92177e31dd07562 (diff)
downloadpatchwork-ef07c46d8106ffcdac76e6bc879b9867f6a388b4.tar.bz2
patchwork-ef07c46d8106ffcdac76e6bc879b9867f6a388b4.tar.xz
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>
-rwxr-xr-xtools/post-receive.hook3
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