From: Jeremy Kerr Date: Tue, 10 Aug 2010 01:19:05 +0000 (+0800) Subject: tools: Update license for post-receive hook. X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=ef07c46d8106ffcdac76e6bc879b9867f6a388b4;p=patchwork 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 --- 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 -# 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