Hi Martin, Just going doing some patchwork updates, and noticed that you've licenced this file under the Artistic Licence. Would you be prepared to make these contributions under the GPL?
Regards, Jeremy > diff --git a/lib/git/post-receive.hook b/lib/git/post-receive.hook > new file mode 100755 > index 0000000..767d4af > --- /dev/null > +++ b/lib/git/post-receive.hook > @@ -0,0 +1,73 @@ > +#!/bin/sh > +# > +# Git post-receive hook to update Patchwork patches after Git pushes > +# > +# Copyright © 2010 martin f. krafft <[email protected]> > +# Released under the terms of the Artistic Licence 2.0 > +# _______________________________________________ Patchwork mailing list [email protected] https://lists.ozlabs.org/listinfo/patchwork
