changeset 1861:65949d1c9bf7

Added copyright information to hbisect.py
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 08 Mar 2006 19:25:03 +0100
parents 97f07d311a50
children b41d71961aed
files contrib/hbisect.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/hbisect.py	Wed Mar 08 06:20:32 2006 +0100
+++ b/contrib/hbisect.py	Wed Mar 08 19:25:03 2006 +0100
@@ -1,5 +1,8 @@
 # bisect extension for mercurial
 #
+# Copyright 2005, 2006 Benoit Boissinot <benoit.boissinot@ens-lyon.org>
+# Inspired by git bisect, extension skeleton taken from mq.py.
+#
 # This software may be used and distributed according to the terms
 # of the GNU General Public License, incorporated herein by reference.