Mercurial > moin > 1.9
changeset 964:dede3773735c
Replaced the module doc string.
author | Alexander Schremmer <alex AT alexanderweb DOT de> |
---|---|
date | Sat, 01 Jul 2006 01:52:41 +0200 |
parents | 1083861bd16c |
children | d53ad7bf13e6 |
files | MoinMoin/util/bdiff.py |
diffstat | 1 files changed, 10 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/util/bdiff.py Sat Jul 01 01:50:31 2006 +0200 +++ b/MoinMoin/util/bdiff.py Sat Jul 01 01:52:41 2006 +0200 @@ -1,12 +1,13 @@ -# Binary patching and diffing -# -# Copyright 2005 Matt Mackall <mpm@selenic.com> -# Copyright 2006 MoinMoin:AlexanderSchremmer -# -# Algorithm taken from mercurial's mdiff.py -# -# This software may be used and distributed according to the terms -# of the GNU General Public License, incorporated herein by reference. +""" + MoinMoin - Binary patching and diffing + + @copyright: 2005 Matt Mackall <mpm@selenic.com> + @copyright: 2006 MoinMoin:AlexanderSchremmer + + Algorithm taken from mercurial's mdiff.py + + @license: GNU GPL, see COPYING for details. +""" import zlib, difflib, struct