changeset 413:984be08ef504

nopushpublish: add license en copyright notice
author Pierre-Yves David <pierre-yves.david@logilab.fr>
date Tue, 31 Jul 2012 14:30:00 +0200
parents 7d30d1becfc4
children 03672e955bc8
files contrib/nopushpublish.py
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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