nopushpublish: add license en copyright notice
authorPierre-Yves David <pierre-yves.david@logilab.fr>
Tue, 31 Jul 2012 14:30:00 +0200
changeset 413 984be08ef504
parent 412 7d30d1becfc4
child 419 03672e955bc8
nopushpublish: add license en copyright notice
contrib/nopushpublish.py
--- a/contrib/nopushpublish.py	Tue Jul 31 14:26:41 2012 +0200
+++ b/contrib/nopushpublish.py	Tue Jul 31 14:30:00 2012 +0200
@@ -1,4 +1,10 @@
 # Extension which prevent changeset to be turn public by push operation
+#
+# Copyright 2011 Logilab SA        <contact@logilab.fr>
+#
+# This software may be used and distributed according to the terms of the
+# GNU General Public License version 2 or any later version.
+
 
 from mercurial import extensions, util
 from mercurial import discovery