# HG changeset patch # User Pierre-Yves David # Date 1343737800 -7200 # Node ID 984be08ef50438c6b3bcfa472e70e4e7511a7336 # Parent 7d30d1becfc45773f5b54a326175e482ce1b1e29 nopushpublish: add license en copyright notice diff -r 7d30d1becfc4 -r 984be08ef504 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 +# +# 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