[PATCH 1 of 3] switch license to GPLv3 so we can include files under Apache 2.0. For details, see: http://www.apache.org/licenses/GPL-compatibility.html

2011-04-07 Thread arne_bab
# HG changeset patch # User Arne Babenhauserheide # Date 1302227553 0 # Node ID cec1633b8c89df7bacf72cef2f7c59c45b097247 # Parent 5fd156734e90b782df2e906d22aa8980324f656b switch license to GPLv3 so we can include files under Apache 2.0. For details, see: http://www.apache.org/licenses/GPL-compat

[PATCH 2 of 3] added stdlib.pxd from cython. License: Apache 2.0. TODO: Use the one from cython directly

2011-04-07 Thread arne_bab
# HG changeset patch # User Arne Babenhauserheide # Date 1302228647 0 # Node ID a91a6eb7e986103fae30942c76fa910973b4de22 # Parent cec1633b8c89df7bacf72cef2f7c59c45b097247 added stdlib.pxd from cython. License: Apache 2.0. TODO: Use the one from cython directly. diff --git a/pyhurd/stdlib.pxd b/

[PATCH 0 of 3] Making PyHurd build again under cython 0.14.1.

2011-04-07 Thread arne_bab
This patch makes pyhurd build again under cython 0.14.1. It is quite rough (copied a file from cython, needs to be included cleanly). This included file is licensed under Apache 2.0, so PyHurd has to be switched to GPLv3 to avoid a license conflict (I adjusted the copyright header). I verified

[PATCH 3 of 3] builds again with cython 0.14.1

2011-04-07 Thread arne_bab
# HG changeset patch # User Arne Babenhauserheide # Date 1302228745 0 # Node ID d4979bcd090e7492806f77f5c0d62e4ceb365aee # Parent a91a6eb7e986103fae30942c76fa910973b4de22 builds again with cython 0.14.1 diff --git a/pyhurd/_hurd.pxd b/pyhurd/_hurd.pxd --- a/pyhurd/_hurd.pxd +++ b/pyhurd/_hurd.px