Skip to content

Commit 665da3e

Browse files
committed
Update email addresses from @users.sourceforge.net to @pyx-project.org.
1 parent 34f26cf commit 665da3e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+119
-119
lines changed

AUTHORS

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Jörg Lehmann <[email protected]>
1+
Jörg Lehmann <[email protected]>
22
Michael Schindler <[email protected]>
3-
André Wobst <wobsta@users.sourceforge.net>
3+
André Wobst <wobsta@pyx-project.org>

contrib/dviconvert.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- encoding: utf-8 -*-
33
#
44
#
5-
# Copyright (C) 2005-2011 André Wobst <wobsta@users.sourceforge.net>
5+
# Copyright (C) 2005-2011 André Wobst <wobsta@pyx-project.org>
66
#
77
# dviconvert is free software; you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

contrib/dvitype.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- encoding: utf-8 -*-
33
#
44
#
5-
# Copyright (C) 2005-2011 André Wobst <wobsta@users.sourceforge.net>
5+
# Copyright (C) 2005-2011 André Wobst <wobsta@pyx-project.org>
66
#
77
# dvitype is free software; you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

contrib/imgconvert.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- encoding: utf-8 -*-
33
#
44
#
5-
# Copyright (C) 2005 André Wobst <wobsta@users.sourceforge.net>
5+
# Copyright (C) 2005 André Wobst <wobsta@pyx-project.org>
66
#
77
# epstopng is free software; you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

manual/canvas.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Module :mod:`canvas`
66
====================
77

8-
.. sectionauthor:: Jörg Lehmann <[email protected]>
8+
.. sectionauthor:: Jörg Lehmann <[email protected]>
99

1010

1111
In addition it

manual/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
# Additional stuff for the LaTeX preamble.
208208
latex_preamble = r'''
209209
\hypersetup{pdftitle={PyX Manual},
210-
pdfauthor={Joerg Lehmann <[email protected]>, Michael Schindler <[email protected]>, Andre Wobst <wobsta@users.sourceforge.net>},
210+
pdfauthor={Joerg Lehmann <[email protected]>, Michael Schindler <[email protected]>, Andre Wobst <wobsta@pyx-project.org>},
211211
pdfsubject={PyX Manual},
212212
pdfkeywords={PyX, graphics, manual}}
213213
'''

manual/document.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Module :mod:`document`
66
======================
77

8-
.. sectionauthor:: Jörg Lehmann <[email protected]>
8+
.. sectionauthor:: Jörg Lehmann <[email protected]>
99

1010
The document module contains two classes: :class:`document` and :class:`page`. A
1111
:class:`document` consists of one or several :class:`page`\ s.

manual/graphics.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Basic graphics
66
**************
77

8-
.. sectionauthor:: Jörg Lehmann <[email protected]>
8+
.. sectionauthor:: Jörg Lehmann <[email protected]>
99

1010

1111
Introduction

manual/path.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Module :mod:`path`
66
==================
77

8-
.. sectionauthor:: Jörg Lehmann <[email protected]>
8+
.. sectionauthor:: Jörg Lehmann <[email protected]>
99

1010

1111
The :mod:`path` module defines several important classes which are documented in

manual/pattern.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Module :mod:`pattern`
66
*********************
77

8-
.. sectionauthor:: Jörg Lehmann <[email protected]>
8+
.. sectionauthor:: Jörg Lehmann <[email protected]>
99

1010

1111
This module contains the :class:`pattern.pattern` class, whichs allows the definition of

manual/unit.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Module :mod:`unit`
88
******************
99

10-
.. sectionauthor:: Jörg Lehmann <[email protected]>
10+
.. sectionauthor:: Jörg Lehmann <[email protected]>
1111

1212

1313

pyx/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- encoding: utf-8 -*-
22
#
33
#
4-
# Copyright (C) 2002-2005 Jörg Lehmann <[email protected]>
5-
# Copyright (C) 2002-2006 André Wobst <wobsta@users.sourceforge.net>
4+
# Copyright (C) 2002-2005 Jörg Lehmann <[email protected]>
5+
# Copyright (C) 2002-2006 André Wobst <wobsta@pyx-project.org>
66
# Copyright (C) 2006 Michael Schindler <[email protected]>
77
#
88
# This file is part of PyX (http://pyx.sourceforge.net/).

pyx/attr.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# -*- encoding: utf-8 -*-
22
#
33
#
4-
# Copyright (C) 2003-2004 Jörg Lehmann <[email protected]>
4+
# Copyright (C) 2003-2004 Jörg Lehmann <[email protected]>
55
# Copyright (C) 2003-2004 Michael Schindler <[email protected]>
6-
# Copyright (C) 2003-2013 André Wobst <wobsta@users.sourceforge.net>
6+
# Copyright (C) 2003-2013 André Wobst <wobsta@pyx-project.org>
77
#
88
# This file is part of PyX (http://pyx.sourceforge.net/).
99
#

pyx/baseclasses.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- encoding: utf-8 -*-
22
#
33
#
4-
# Copyright (C) 2002-2007 Jörg Lehmann <[email protected]>
5-
# Copyright (C) 2002-2007 André Wobst <wobsta@users.sourceforge.net>
4+
# Copyright (C) 2002-2007 Jörg Lehmann <[email protected]>
5+
# Copyright (C) 2002-2007 André Wobst <wobsta@pyx-project.org>
66
#
77
# This file is part of PyX (http://pyx.sourceforge.net/).
88
#

pyx/bbox.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- encoding: utf-8 -*-
22
#
33
#
4-
# Copyright (C) 2002-2006 Jörg Lehmann <[email protected]>
5-
# Copyright (C) 2002-2004 André Wobst <wobsta@users.sourceforge.net>
4+
# Copyright (C) 2002-2006 Jörg Lehmann <[email protected]>
5+
# Copyright (C) 2002-2004 André Wobst <wobsta@pyx-project.org>
66
#
77
# This file is part of PyX (http://pyx.sourceforge.net/).
88
#

pyx/bitmap.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- encoding: utf-8 -*-
22
#
33
#
4-
# Copyright (C) 2004-2015 André Wobst <wobsta@users.sourceforge.net>
4+
# Copyright (C) 2004-2015 André Wobst <wobsta@pyx-project.org>
55
# Copyright (C) 2011 Michael Schindler<[email protected]>
66
#
77
# This file is part of PyX (http://pyx.sourceforge.net/).

pyx/box.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# -*- encoding: utf-8 -*-
22
#
33
#
4-
# Copyright (C) 2002-2004 Jörg Lehmann <[email protected]>
4+
# Copyright (C) 2002-2004 Jörg Lehmann <[email protected]>
55
# Copyright (C) 2003-2004 Michael Schindler <[email protected]>
6-
# Copyright (C) 2002-2004 André Wobst <wobsta@users.sourceforge.net>
6+
# Copyright (C) 2002-2004 André Wobst <wobsta@pyx-project.org>
77
#
88
# This file is part of PyX (http://pyx.sourceforge.net/).
99
#

pyx/canvas.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- encoding: utf-8 -*-
22
#
33
#
4-
# Copyright (C) 2002-2012 Jörg Lehmann <[email protected]>
5-
# Copyright (C) 2002-2012 André Wobst <wobsta@users.sourceforge.net>
4+
# Copyright (C) 2002-2012 Jörg Lehmann <[email protected]>
5+
# Copyright (C) 2002-2012 André Wobst <wobsta@pyx-project.org>
66
#
77
# This file is part of PyX (http://pyx.sourceforge.net/).
88
#

pyx/color.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# -*- encoding: utf-8 -*-
22
#
33
#
4-
# Copyright (C) 2002-2004, 2006, 2013 Jörg Lehmann <[email protected]>
4+
# Copyright (C) 2002-2004, 2006, 2013 Jörg Lehmann <[email protected]>
55
# Copyright (C) 2003-2006 Michael Schindler <[email protected]>
6-
# Copyright (C) 2002-2011 André Wobst <wobsta@users.sourceforge.net>
6+
# Copyright (C) 2002-2011 André Wobst <wobsta@pyx-project.org>
77
#
88
# This file is part of PyX (http://pyx.sourceforge.net/).
99
#

pyx/config.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- encoding: utf-8 -*-
22
#
33
#
4-
# Copyright (C) 2003-2011 Jörg Lehmann <[email protected]>
5-
# Copyright (C) 2003-2011 André Wobst <wobsta@users.sourceforge.net>
4+
# Copyright (C) 2003-2011 Jörg Lehmann <[email protected]>
5+
# Copyright (C) 2003-2011 André Wobst <wobsta@pyx-project.org>
66
#
77
# This file is part of PyX (http://pyx.sourceforge.net/).
88
#

pyx/data/lfs/createlfs.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- encoding: utf-8 -*-
22
#
33
#
4-
# Copyright (C) 2002 Jörg Lehmann <[email protected]>
5-
# Copyright (C) 2002 André Wobst <wobsta@users.sourceforge.net>
4+
# Copyright (C) 2002 Jörg Lehmann <[email protected]>
5+
# Copyright (C) 2002 André Wobst <wobsta@pyx-project.org>
66
#
77
# This file is part of PyX (http://pyx.sourceforge.net/).
88
#

pyx/data/lfs/createlfs.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
% Copyright (C) 2002 Jörg Lehmann <[email protected]>
2-
% Copyright (C) 2002 André Wobst <wobsta@users.sourceforge.net>
1+
% Copyright (C) 2002 Jörg Lehmann <[email protected]>
2+
% Copyright (C) 2002 André Wobst <wobsta@pyx-project.org>
33
%
44
% This file is part of PyX (http://pyx.sourceforge.net/).
55
%

pyx/deco.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# -*- encoding: utf-8 -*-
22
#
33
#
4-
# Copyright (C) 2002-2011 Jörg Lehmann <[email protected]>
4+
# Copyright (C) 2002-2011 Jörg Lehmann <[email protected]>
55
# Copyright (C) 2003-2011 Michael Schindler <[email protected]>
6-
# Copyright (C) 2002-2013 André Wobst <wobsta@users.sourceforge.net>
6+
# Copyright (C) 2002-2013 André Wobst <wobsta@pyx-project.org>
77
#
88
# This file is part of PyX (http://pyx.sourceforge.net/).
99
#

pyx/deformer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
#
44
# Copyright (C) 2003-2013 Michael Schindler <[email protected]>
5-
# Copyright (C) 2003-2005 André Wobst <wobsta@users.sourceforge.net>
5+
# Copyright (C) 2003-2005 André Wobst <wobsta@pyx-project.org>
66
#
77
# This file is part of PyX (http://pyx.sourceforge.net/).
88
#

pyx/document.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- encoding: utf-8 -*-
22
#
33
#
4-
# Copyright (C) 2005-2011 Jörg Lehmann <[email protected]>
5-
# Copyright (C) 2005-2011 André Wobst <wobsta@users.sourceforge.net>
4+
# Copyright (C) 2005-2011 Jörg Lehmann <[email protected]>
5+
# Copyright (C) 2005-2011 André Wobst <wobsta@pyx-project.org>
66
#
77
# This file is part of PyX (http://pyx.sourceforge.net/).
88
#

pyx/dvi/dvifile.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# -*- encoding: utf-8 -*-
22
#
33
#
4-
# Copyright (C) 2002-2011 Jörg Lehmann <[email protected]>
4+
# Copyright (C) 2002-2011 Jörg Lehmann <[email protected]>
55
# Copyright (C) 2003-2004,2006,2007 Michael Schindler <[email protected]>
6-
# Copyright (C) 2002-2011 André Wobst <wobsta@users.sourceforge.net>
6+
# Copyright (C) 2002-2011 André Wobst <wobsta@pyx-project.org>
77
#
88
# This file is part of PyX (http://pyx.sourceforge.net/).
99
#

pyx/dvi/encfile.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- encoding: utf-8 -*-
22
#
33
#
4-
# Copyright (C) 2007-2011 Jörg Lehmann <[email protected]>
5-
# Copyright (C) 2007-2011 André Wobst <wobsta@users.sourceforge.net>
4+
# Copyright (C) 2007-2011 Jörg Lehmann <[email protected]>
5+
# Copyright (C) 2007-2011 André Wobst <wobsta@pyx-project.org>
66
#
77
# This file is part of PyX (http://pyx.sourceforge.net/).
88
#

pyx/dvi/mapfile.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- encoding: utf-8 -*-
22
#
33
#
4-
# Copyright (C) 2007-2011 Jörg Lehmann <[email protected]>
5-
# Copyright (C) 2007-2011 André Wobst <wobsta@users.sourceforge.net>
4+
# Copyright (C) 2007-2011 Jörg Lehmann <[email protected]>
5+
# Copyright (C) 2007-2011 André Wobst <wobsta@pyx-project.org>
66
#
77
# This file is part of PyX (http://pyx.sourceforge.net/).
88
#

pyx/dvi/texfont.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- encoding: utf-8 -*-
22
#
33
#
4-
# Copyright (C) 2007-2011 Jörg Lehmann <[email protected]>
5-
# Copyright (C) 2007-2011 André Wobst <wobsta@users.sourceforge.net>
4+
# Copyright (C) 2007-2011 Jörg Lehmann <[email protected]>
5+
# Copyright (C) 2007-2011 André Wobst <wobsta@pyx-project.org>
66
#
77
# This file is part of PyX (http://pyx.sourceforge.net/).
88
#

pyx/dvi/tfmfile.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- encoding: utf-8 -*-
22
#
33
#
4-
# Copyright (C) 2007-2011 Jörg Lehmann <[email protected]>
5-
# Copyright (C) 2007-2011 André Wobst <wobsta@users.sourceforge.net>
4+
# Copyright (C) 2007-2011 Jörg Lehmann <[email protected]>
5+
# Copyright (C) 2007-2011 André Wobst <wobsta@pyx-project.org>
66
#
77
# This file is part of PyX (http://pyx.sourceforge.net/).
88
#

pyx/dvi/vffile.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- encoding: utf-8 -*-
22
#
33
#
4-
# Copyright (C) 2002-2007 Jörg Lehmann <[email protected]>
5-
# Copyright (C) 2002-2007 André Wobst <wobsta@users.sourceforge.net>
4+
# Copyright (C) 2002-2007 Jörg Lehmann <[email protected]>
5+
# Copyright (C) 2002-2007 André Wobst <wobsta@pyx-project.org>
66
#
77
# This file is part of PyX (http://pyx.sourceforge.net/).
88
#

pyx/epsfile.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- encoding: utf-8 -*-
22
#
33
#
4-
# Copyright (C) 2002-2011 Jörg Lehmann <[email protected]>
5-
# Copyright (C) 2002-2011 André Wobst <wobsta@users.sourceforge.net>
4+
# Copyright (C) 2002-2011 Jörg Lehmann <[email protected]>
5+
# Copyright (C) 2002-2011 André Wobst <wobsta@pyx-project.org>
66
#
77
# This file is part of PyX (http://pyx.sourceforge.net/).
88
#

pyx/font/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- encoding: utf-8 -*-
22
#
33
#
4-
# Copyright (C) 2011 Jörg Lehmann <[email protected]>
5-
# Copyright (C) 2005-2011 André Wobst <wobsta@users.sourceforge.net>
4+
# Copyright (C) 2011 Jörg Lehmann <[email protected]>
5+
# Copyright (C) 2005-2011 André Wobst <wobsta@pyx-project.org>
66
#
77
# This file is part of PyX (http://pyx.sourceforge.net/).
88
#

pyx/font/afmfile.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- encoding: utf-8 -*-
22
#
33
#
4-
# Copyright (C) 2006-2011 Jörg Lehmann <[email protected]>
5-
# Copyright (C) 2007-2011 André Wobst <wobsta@users.sourceforge.net>
4+
# Copyright (C) 2006-2011 Jörg Lehmann <[email protected]>
5+
# Copyright (C) 2007-2011 André Wobst <wobsta@pyx-project.org>
66
#
77
# This file is part of PyX (http://pyx.sourceforge.net/).
88
#

pyx/font/font.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# -*- encoding: utf-8 -*-
22
#
33
#
4-
# Copyright (C) 2005-2011 Jörg Lehmann <[email protected]>
4+
# Copyright (C) 2005-2011 Jörg Lehmann <[email protected]>
55
# Copyright (C) 2006-2011 Michael Schindler <[email protected]>
6-
# Copyright (C) 2005-2011 André Wobst <wobsta@users.sourceforge.net>
6+
# Copyright (C) 2005-2011 André Wobst <wobsta@pyx-project.org>
77
#
88
# This file is part of PyX (http://pyx.sourceforge.net/).
99
#

pyx/font/metric.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- encoding: utf-8 -*-
22
#
33
#
4-
# Copyright (C) 2007-2011 Jörg Lehmann <[email protected]>
5-
# Copyright (C) 2007-2011 André Wobst <wobsta@users.sourceforge.net>
4+
# Copyright (C) 2007-2011 Jörg Lehmann <[email protected]>
5+
# Copyright (C) 2007-2011 André Wobst <wobsta@pyx-project.org>
66
#
77
# This file is part of PyX (http://pyx.sourceforge.net/).
88
#

pyx/font/pfmfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- encoding: utf-8 -*-
22
#
33
#
4-
# Copyright (C) 2007-2011 André Wobst <wobsta@users.sourceforge.net>
4+
# Copyright (C) 2007-2011 André Wobst <wobsta@pyx-project.org>
55
#
66
# This file is part of PyX (http://pyx.sourceforge.net/).
77
#

pyx/font/t1code.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- encoding: utf-8 -*-
22
#
33
#
4-
# Copyright (C) 2005-2006 André Wobst <wobsta@users.sourceforge.net>
4+
# Copyright (C) 2005-2006 André Wobst <wobsta@pyx-project.org>
55
#
66
# This file is part of PyX (http://pyx.sourceforge.net/).
77
#

pyx/font/t1file.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- encoding: utf-8 -*-
22
#
33
#
4-
# Copyright (C) 2005-2011 André Wobst <wobsta@users.sourceforge.net>
5-
# Copyright (C) 2006-2011 Jörg Lehmann <[email protected]>
4+
# Copyright (C) 2005-2011 André Wobst <wobsta@pyx-project.org>
5+
# Copyright (C) 2006-2011 Jörg Lehmann <[email protected]>
66
#
77
# This file is part of PyX (http://pyx.sourceforge.net/).
88
#

0 commit comments

Comments
 (0)