[PATCH 02 of 13] Py2/Py3 compatibility layer

Martin Geisler mg at lazybytes.net
Wed Aug 5 16:36:51 CDT 2009


Alejandro Santos <alejolp at alejolp.com> writes:

> # HG changeset patch
> # User Alejandro Santos <alejolp at alejolp.com>
> # Date 1249486789 10800
> # Node ID 0980e0b497e4f788d31504f78583db3835b6c047
> # Parent  ef9c62cd2ad6ef208e7110202b42fecee28f18c7
> Py2/Py3 compatibility layer
>
> diff -r ef9c62cd2ad6 -r 0980e0b497e4 mercurial/py2compat.py
> --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
> +++ b/mercurial/py2compat.py	Wed Aug 05 12:39:49 2009 -0300
> @@ -0,0 +1,14 @@
> +"""
> +py2compat.py - Mercurial wrapper functions for Python compatibility
> +
> + Copyright 2009 Alejandro Santos <alejolp at alejolp.com>
> +
> +This software may be used and distributed according to the terms
> +of the GNU General Public License, incorporated herein by reference.

You've copied an old copyright header (or maybe I missed one). The new
ones explicitly refer to version 2 of the GPL. Most files don't indent
the "Copyright" line (I count 10 files with indentation, 64 without).

-- 
Martin Geisler

VIFF (Virtual Ideal Functionality Framework) brings easy and efficient
SMPC (Secure Multiparty Computation) to Python. See: http://viff.dk/.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://selenic.com/pipermail/mercurial-devel/attachments/20090805/d634a678/attachment.pgp 


More information about the Mercurial-devel mailing list