diff --git a/contrib/textboxes.tex b/contrib/textboxes.tex index b9f57db7..be71aaaf 100644 --- a/contrib/textboxes.tex +++ b/contrib/textboxes.tex @@ -4,7 +4,7 @@ % % Copyright (C) 2004 Michael Schindler % -% This file is part of PyX (http://pyx.sourceforge.net/). +% This file is part of PyX (https://pyx-project.org/). % % PyX is free software; you can redistribute it and/or modify % it under the terms of the GNU General Public License as published by diff --git a/design/dtk/pyx.tex b/design/dtk/pyx.tex index 327bb526..b3be8f85 100644 --- a/design/dtk/pyx.tex +++ b/design/dtk/pyx.tex @@ -385,7 +385,7 @@ \section{Erzeugung von Text: die \TeX/\LaTeX-Integration} \PyX{} möglich ist. Die Textausrichtung, wie auch viele andere Eigenschaften, lassen sich dabei ganz einfach anhand von Attributen setzen. Beispiele mit zugehörigem Quellcode finden sich auf der -\PyX-Beispielseite unter \url{http://pyx.sourceforge.net/examples/}. +\PyX-Beispielseite unter \url{https://pyx-project.org/examples/}. \section{Komplexe Graphikaufgaben: Graphen} @@ -452,7 +452,7 @@ \section{Komplexe Graphikaufgaben: Graphen} Anzahl unterschiedlicher Anwendungsbeispiele. An dieser Stelle soll nur ein einfaches Beispiel gezeigt werden, um die prinzipielle Funktionsweise vorzustellen. Darüber hinaus ist ein Besuch auf der -\PyX-Beispielseite unter \url{http://pyx.sourceforge.net/examples/} +\PyX-Beispielseite unter \url{https://pyx-project.org/examples/} sehr zu empfehlen. \begin{figure}[tp] diff --git a/faq/general_aspects_pyx.rst b/faq/general_aspects_pyx.rst index cd9ae7ca..91f2ab67 100644 --- a/faq/general_aspects_pyx.rst +++ b/faq/general_aspects_pyx.rst @@ -22,7 +22,7 @@ Where do I get the latest version of PyX? ========================================= The current release of PyX (as well as older ones) is freely available from -`http://pyx.sourceforge.net `_ where also a +`https://pyx-project.org `_ where also a subversion repository with the latest patches can be found. In addition, PyX is registered on the Python Package Index at `https://pypi.python.org/pypi/PyX `_ and can @@ -165,11 +165,11 @@ Where can I get help if my question is not answered in this FAQ? ================================================================ The PyX sources contain a reference manual which is also available online at -`http://pyx.sourceforge.net/manual/ `_. +`https://pyx-project.org/manual/ `_. Furthermore, there exists a set of examples demonstrating various features of PyX, which is available in the sources or can be browsed at -`http://pyx.sourceforge.net/examples.html -`_. If the feature you are looking +`https://pyx-project.org/examples.html +`_. If the feature you are looking for is among them, using the appropriate part of the example code or adapting it for your purposes may help. @@ -180,7 +180,7 @@ discussion list is available at `http://sourceforge.net/mailarchive/forum.php?forum_name=pyx-user `_. -Finally, it might be worth checking `http://pyx.sourceforge.net/pyxfaq.pdf -`_ for an updated version of this FAQ. +Finally, it might be worth checking `https://pyx-project.org/pyxfaq.pdf +`_ for an updated version of this FAQ. .. [#texbook] D.Knuth, *The TeX book* (Addison-Wesley, 1984) diff --git a/pyx/__init__.py b/pyx/__init__.py index 059d9968..9f49bcf7 100644 --- a/pyx/__init__.py +++ b/pyx/__init__.py @@ -5,7 +5,7 @@ # Copyright (C) 2002-2006 André Wobst # Copyright (C) 2006 Michael Schindler # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/attr.py b/pyx/attr.py index 56884c03..37f95b53 100644 --- a/pyx/attr.py +++ b/pyx/attr.py @@ -5,7 +5,7 @@ # Copyright (C) 2003-2004 Michael Schindler # Copyright (C) 2003-2013 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/baseclasses.py b/pyx/baseclasses.py index a3c7345c..030de41f 100644 --- a/pyx/baseclasses.py +++ b/pyx/baseclasses.py @@ -4,7 +4,7 @@ # Copyright (C) 2002-2007 Jörg Lehmann # Copyright (C) 2002-2007 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/bbox.py b/pyx/bbox.py index e223fd48..8a5688d8 100644 --- a/pyx/bbox.py +++ b/pyx/bbox.py @@ -4,7 +4,7 @@ # Copyright (C) 2002-2006 Jörg Lehmann # Copyright (C) 2002-2004 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/bitmap.py b/pyx/bitmap.py index 48f5928a..0bd0a51d 100644 --- a/pyx/bitmap.py +++ b/pyx/bitmap.py @@ -4,7 +4,7 @@ # Copyright (C) 2004-2015 André Wobst # Copyright (C) 2011 Michael Schindler # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/box.py b/pyx/box.py index 416eeda9..ef3c294a 100644 --- a/pyx/box.py +++ b/pyx/box.py @@ -5,7 +5,7 @@ # Copyright (C) 2003-2004 Michael Schindler # Copyright (C) 2002-2004 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/canvas.py b/pyx/canvas.py index 466b30ff..a67e26b5 100644 --- a/pyx/canvas.py +++ b/pyx/canvas.py @@ -4,7 +4,7 @@ # Copyright (C) 2002-2012 Jörg Lehmann # Copyright (C) 2002-2012 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/color.py b/pyx/color.py index 015ff008..e08f7a05 100644 --- a/pyx/color.py +++ b/pyx/color.py @@ -5,7 +5,7 @@ # Copyright (C) 2003-2006 Michael Schindler # Copyright (C) 2002-2011 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/config.py b/pyx/config.py index 37c380d6..fbebd976 100644 --- a/pyx/config.py +++ b/pyx/config.py @@ -4,7 +4,7 @@ # Copyright (C) 2003-2011 Jörg Lehmann # Copyright (C) 2003-2011 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/connector.py b/pyx/connector.py index 6cbe5089..3ff0faa6 100644 --- a/pyx/connector.py +++ b/pyx/connector.py @@ -3,7 +3,7 @@ # # Copyright (C) 2003-2006 Michael Schindler # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/data/lfs/10pt.lfs b/pyx/data/lfs/10pt.lfs index 2a4f4bed..ab9815a0 100644 --- a/pyx/data/lfs/10pt.lfs +++ b/pyx/data/lfs/10pt.lfs @@ -1,4 +1,4 @@ -% This automatically generated file is part of PyX (http://pyx.sourceforge.net/). +% This automatically generated file is part of PyX (https://pyx-project.org/). % \latexstylename="10pt" % \latexclassname="article" % \latexclassopt="10pt" diff --git a/pyx/data/lfs/10ptex.lfs b/pyx/data/lfs/10ptex.lfs index 77eaca8e..c4b1d60a 100644 --- a/pyx/data/lfs/10ptex.lfs +++ b/pyx/data/lfs/10ptex.lfs @@ -1,4 +1,4 @@ -% This automatically generated file is part of PyX (http://pyx.sourceforge.net/). +% This automatically generated file is part of PyX (https://pyx-project.org/). % \latexstylename="10ptex" % \latexclassname="article" % \latexclassopt="10pt" diff --git a/pyx/data/lfs/11pt.lfs b/pyx/data/lfs/11pt.lfs index 2d0bc9c0..cd8ce3b5 100644 --- a/pyx/data/lfs/11pt.lfs +++ b/pyx/data/lfs/11pt.lfs @@ -1,4 +1,4 @@ -% This automatically generated file is part of PyX (http://pyx.sourceforge.net/). +% This automatically generated file is part of PyX (https://pyx-project.org/). % \latexstylename="11pt" % \latexclassname="article" % \latexclassopt="11pt" diff --git a/pyx/data/lfs/11ptex.lfs b/pyx/data/lfs/11ptex.lfs index 507361a5..ff120cd8 100644 --- a/pyx/data/lfs/11ptex.lfs +++ b/pyx/data/lfs/11ptex.lfs @@ -1,4 +1,4 @@ -% This automatically generated file is part of PyX (http://pyx.sourceforge.net/). +% This automatically generated file is part of PyX (https://pyx-project.org/). % \latexstylename="11ptex" % \latexclassname="article" % \latexclassopt="11pt" diff --git a/pyx/data/lfs/12pt.lfs b/pyx/data/lfs/12pt.lfs index c06109d8..37448549 100644 --- a/pyx/data/lfs/12pt.lfs +++ b/pyx/data/lfs/12pt.lfs @@ -1,4 +1,4 @@ -% This automatically generated file is part of PyX (http://pyx.sourceforge.net/). +% This automatically generated file is part of PyX (https://pyx-project.org/). % \latexstylename="12pt" % \latexclassname="article" % \latexclassopt="12pt" diff --git a/pyx/data/lfs/12ptex.lfs b/pyx/data/lfs/12ptex.lfs index d97d9996..9b194a1e 100644 --- a/pyx/data/lfs/12ptex.lfs +++ b/pyx/data/lfs/12ptex.lfs @@ -1,4 +1,4 @@ -% This automatically generated file is part of PyX (http://pyx.sourceforge.net/). +% This automatically generated file is part of PyX (https://pyx-project.org/). % \latexstylename="12ptex" % \latexclassname="article" % \latexclassopt="12pt" diff --git a/pyx/data/lfs/createlfs.py b/pyx/data/lfs/createlfs.py index 7b913d5a..a9f843a9 100755 --- a/pyx/data/lfs/createlfs.py +++ b/pyx/data/lfs/createlfs.py @@ -4,7 +4,7 @@ # Copyright (C) 2002 Jörg Lehmann # Copyright (C) 2002 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/data/lfs/createlfs.tex b/pyx/data/lfs/createlfs.tex index bc2b8bf9..4b88702c 100644 --- a/pyx/data/lfs/createlfs.tex +++ b/pyx/data/lfs/createlfs.tex @@ -1,7 +1,7 @@ % Copyright (C) 2002 Jörg Lehmann % Copyright (C) 2002 André Wobst % -% This file is part of PyX (http://pyx.sourceforge.net/). +% This file is part of PyX (https://pyx-project.org/). % % PyX is free software; you can redistribute it and/or modify % it under the terms of the GNU General Public License as published by @@ -79,7 +79,7 @@ \begin{document} \immediate\openout\myfile=\latexstylename.lfs -{\catcode`\%=12\immediate\write\myfile{% This automatically generated file is part of PyX (http://pyx.sourceforge.net/).}} +{\catcode`\%=12\immediate\write\myfile{% This automatically generated file is part of PyX (https://pyx-project.org/).}} {\catcode`\%=12\immediate\write\myfile{% \string\latexstylename="\expandafter\string\latexstylename"}} {\catcode`\%=12\immediate\write\myfile{% \string\latexclassname="\expandafter\string\latexclassname"}} {\catcode`\%=12\immediate\write\myfile{% \string\latexclassopt="\expandafter\string\latexclassopt"}} diff --git a/pyx/data/lfs/foils17pt.lfs b/pyx/data/lfs/foils17pt.lfs index b8a3b8e6..23fed410 100644 --- a/pyx/data/lfs/foils17pt.lfs +++ b/pyx/data/lfs/foils17pt.lfs @@ -1,4 +1,4 @@ -% This automatically generated file is part of PyX (http://pyx.sourceforge.net/). +% This automatically generated file is part of PyX (https://pyx-project.org/). % \latexstylename="foils17pt" % \latexclassname="foils" % \latexclassopt="17pt" diff --git a/pyx/data/lfs/foils20pt.lfs b/pyx/data/lfs/foils20pt.lfs index 9f597126..43868ed9 100644 --- a/pyx/data/lfs/foils20pt.lfs +++ b/pyx/data/lfs/foils20pt.lfs @@ -1,4 +1,4 @@ -% This automatically generated file is part of PyX (http://pyx.sourceforge.net/). +% This automatically generated file is part of PyX (https://pyx-project.org/). % \latexstylename="foils20pt" % \latexclassname="foils" % \latexclassopt="20pt" diff --git a/pyx/data/lfs/foils25pt.lfs b/pyx/data/lfs/foils25pt.lfs index 828cf8a2..35bd1d3d 100644 --- a/pyx/data/lfs/foils25pt.lfs +++ b/pyx/data/lfs/foils25pt.lfs @@ -1,4 +1,4 @@ -% This automatically generated file is part of PyX (http://pyx.sourceforge.net/). +% This automatically generated file is part of PyX (https://pyx-project.org/). % \latexstylename="foils25pt" % \latexclassname="foils" % \latexclassopt="25pt" diff --git a/pyx/data/lfs/foils30pt.lfs b/pyx/data/lfs/foils30pt.lfs index fcc05d90..6b972e15 100644 --- a/pyx/data/lfs/foils30pt.lfs +++ b/pyx/data/lfs/foils30pt.lfs @@ -1,4 +1,4 @@ -% This automatically generated file is part of PyX (http://pyx.sourceforge.net/). +% This automatically generated file is part of PyX (https://pyx-project.org/). % \latexstylename="foils30pt" % \latexclassname="foils" % \latexclassopt="30pt" diff --git a/pyx/deco.py b/pyx/deco.py index 768f264d..0ff5776a 100644 --- a/pyx/deco.py +++ b/pyx/deco.py @@ -5,7 +5,7 @@ # Copyright (C) 2003-2011 Michael Schindler # Copyright (C) 2002-2013 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/deformer.py b/pyx/deformer.py index c742d508..67ce0fc5 100644 --- a/pyx/deformer.py +++ b/pyx/deformer.py @@ -4,7 +4,7 @@ # Copyright (C) 2003-2013 Michael Schindler # Copyright (C) 2003-2005 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/document.py b/pyx/document.py index 45bad5d3..06a08a8b 100644 --- a/pyx/document.py +++ b/pyx/document.py @@ -4,7 +4,7 @@ # Copyright (C) 2005-2011 Jörg Lehmann # Copyright (C) 2005-2011 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/dvi/dvifile.py b/pyx/dvi/dvifile.py index ec8dbf77..c799ab56 100644 --- a/pyx/dvi/dvifile.py +++ b/pyx/dvi/dvifile.py @@ -5,7 +5,7 @@ # Copyright (C) 2003-2004,2006,2007 Michael Schindler # Copyright (C) 2002-2011 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/dvi/encfile.py b/pyx/dvi/encfile.py index e4770eb3..65714946 100644 --- a/pyx/dvi/encfile.py +++ b/pyx/dvi/encfile.py @@ -4,7 +4,7 @@ # Copyright (C) 2007-2011 Jörg Lehmann # Copyright (C) 2007-2011 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/dvi/mapfile.py b/pyx/dvi/mapfile.py index a6c7a7a7..548f52af 100644 --- a/pyx/dvi/mapfile.py +++ b/pyx/dvi/mapfile.py @@ -4,7 +4,7 @@ # Copyright (C) 2007-2011 Jörg Lehmann # Copyright (C) 2007-2011 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/dvi/texfont.py b/pyx/dvi/texfont.py index f77615a5..33c148f4 100644 --- a/pyx/dvi/texfont.py +++ b/pyx/dvi/texfont.py @@ -4,7 +4,7 @@ # Copyright (C) 2007-2011 Jörg Lehmann # Copyright (C) 2007-2011 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/dvi/tfmfile.py b/pyx/dvi/tfmfile.py index f643ac18..b9829f1c 100644 --- a/pyx/dvi/tfmfile.py +++ b/pyx/dvi/tfmfile.py @@ -4,7 +4,7 @@ # Copyright (C) 2007-2011 Jörg Lehmann # Copyright (C) 2007-2011 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/dvi/vffile.py b/pyx/dvi/vffile.py index e06f75cd..819bd40f 100644 --- a/pyx/dvi/vffile.py +++ b/pyx/dvi/vffile.py @@ -4,7 +4,7 @@ # Copyright (C) 2002-2007 Jörg Lehmann # Copyright (C) 2002-2007 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/epsfile.py b/pyx/epsfile.py index 27bbc45d..55454e27 100644 --- a/pyx/epsfile.py +++ b/pyx/epsfile.py @@ -4,7 +4,7 @@ # Copyright (C) 2002-2011 Jörg Lehmann # Copyright (C) 2002-2011 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/font/__init__.py b/pyx/font/__init__.py index ad26c8c6..349f6ce6 100644 --- a/pyx/font/__init__.py +++ b/pyx/font/__init__.py @@ -4,7 +4,7 @@ # Copyright (C) 2011 Jörg Lehmann # Copyright (C) 2005-2011 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/font/afmfile.py b/pyx/font/afmfile.py index f24bd223..3aeb05a0 100644 --- a/pyx/font/afmfile.py +++ b/pyx/font/afmfile.py @@ -4,7 +4,7 @@ # Copyright (C) 2006-2011 Jörg Lehmann # Copyright (C) 2007-2011 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/font/font.py b/pyx/font/font.py index 14725c4e..1f730a48 100644 --- a/pyx/font/font.py +++ b/pyx/font/font.py @@ -5,7 +5,7 @@ # Copyright (C) 2006-2011 Michael Schindler # Copyright (C) 2005-2011 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/font/metric.py b/pyx/font/metric.py index 6c9d8a22..a4cdb8f1 100644 --- a/pyx/font/metric.py +++ b/pyx/font/metric.py @@ -4,7 +4,7 @@ # Copyright (C) 2007-2011 Jörg Lehmann # Copyright (C) 2007-2011 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/font/pfmfile.py b/pyx/font/pfmfile.py index 1725721a..c577c44a 100644 --- a/pyx/font/pfmfile.py +++ b/pyx/font/pfmfile.py @@ -3,7 +3,7 @@ # # Copyright (C) 2007-2011 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/font/t1code.py b/pyx/font/t1code.py index c7ad7841..5ce82a56 100644 --- a/pyx/font/t1code.py +++ b/pyx/font/t1code.py @@ -3,7 +3,7 @@ # # Copyright (C) 2005-2006 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/font/t1file.py b/pyx/font/t1file.py index ccf302df..17e7522e 100644 --- a/pyx/font/t1file.py +++ b/pyx/font/t1file.py @@ -4,7 +4,7 @@ # Copyright (C) 2005-2011 André Wobst # Copyright (C) 2006-2011 Jörg Lehmann # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/graph/__init__.py b/pyx/graph/__init__.py index 8bc50c34..7ccb09c6 100644 --- a/pyx/graph/__init__.py +++ b/pyx/graph/__init__.py @@ -3,7 +3,7 @@ # # Copyright (C) 2004-2012 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/graph/axis/__init__.py b/pyx/graph/axis/__init__.py index 087bb66f..102719d3 100644 --- a/pyx/graph/axis/__init__.py +++ b/pyx/graph/axis/__init__.py @@ -3,7 +3,7 @@ # # Copyright (C) 2004-2006 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/graph/axis/axis.py b/pyx/graph/axis/axis.py index a9f91740..cf414b9c 100644 --- a/pyx/graph/axis/axis.py +++ b/pyx/graph/axis/axis.py @@ -5,7 +5,7 @@ # Copyright (C) 2003-2011 Michael Schindler # Copyright (C) 2002-2012 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/graph/axis/painter.py b/pyx/graph/axis/painter.py index e81628be..96813cde 100644 --- a/pyx/graph/axis/painter.py +++ b/pyx/graph/axis/painter.py @@ -5,7 +5,7 @@ # Copyright (C) 2003-2004 Michael Schindler # Copyright (C) 2002-2012 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/graph/axis/parter.py b/pyx/graph/axis/parter.py index 4acdcbcc..02c25e2a 100644 --- a/pyx/graph/axis/parter.py +++ b/pyx/graph/axis/parter.py @@ -5,7 +5,7 @@ # Copyright (C) 2003-2004 Michael Schindler # Copyright (C) 2002-2006 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/graph/axis/positioner.py b/pyx/graph/axis/positioner.py index 30ba4d8a..7396f5b6 100644 --- a/pyx/graph/axis/positioner.py +++ b/pyx/graph/axis/positioner.py @@ -3,7 +3,7 @@ # # Copyright (C) 2005-2006 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/graph/axis/rater.py b/pyx/graph/axis/rater.py index 410cfdac..e36c82b0 100644 --- a/pyx/graph/axis/rater.py +++ b/pyx/graph/axis/rater.py @@ -5,7 +5,7 @@ # Copyright (C) 2003-2004 Michael Schindler # Copyright (C) 2002-2012 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/graph/axis/texter.py b/pyx/graph/axis/texter.py index 9112afd5..d2f6d01e 100644 --- a/pyx/graph/axis/texter.py +++ b/pyx/graph/axis/texter.py @@ -5,7 +5,7 @@ # Copyright (C) 2003-2004 Michael Schindler # Copyright (C) 2002-2004 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/graph/axis/tick.py b/pyx/graph/axis/tick.py index 65978b21..0275718d 100644 --- a/pyx/graph/axis/tick.py +++ b/pyx/graph/axis/tick.py @@ -5,7 +5,7 @@ # Copyright (C) 2003-2004 Michael Schindler # Copyright (C) 2002-2005 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/graph/axis/timeaxis.py b/pyx/graph/axis/timeaxis.py index 841fe071..eb27716f 100644 --- a/pyx/graph/axis/timeaxis.py +++ b/pyx/graph/axis/timeaxis.py @@ -3,7 +3,7 @@ # # Copyright (C) 2004-2006 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/graph/data.py b/pyx/graph/data.py index ec2ee3a0..68370ed2 100644 --- a/pyx/graph/data.py +++ b/pyx/graph/data.py @@ -5,7 +5,7 @@ # Copyright (C) 2003-2004 Michael Schindler # Copyright (C) 2002-2012 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/graph/graph.py b/pyx/graph/graph.py index bff0c69b..aad56ad1 100644 --- a/pyx/graph/graph.py +++ b/pyx/graph/graph.py @@ -5,7 +5,7 @@ # Copyright (C) 2003-2004 Michael Schindler # Copyright (C) 2002-2012 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/graph/key.py b/pyx/graph/key.py index b06b1468..6bbb22b0 100644 --- a/pyx/graph/key.py +++ b/pyx/graph/key.py @@ -5,7 +5,7 @@ # Copyright (C) 2003-2004 Michael Schindler # Copyright (C) 2002-2011 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/graph/style.py b/pyx/graph/style.py index 0621fa0e..469db2ba 100644 --- a/pyx/graph/style.py +++ b/pyx/graph/style.py @@ -5,7 +5,7 @@ # Copyright (C) 2003-2004 Michael Schindler # Copyright (C) 2002-2012 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/mathutils.py b/pyx/mathutils.py index 3b4f8815..429517fd 100644 --- a/pyx/mathutils.py +++ b/pyx/mathutils.py @@ -4,7 +4,7 @@ # Copyright (C) 2005-2006 Michael Schindler # Copyright (C) 2006 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/mesh.py b/pyx/mesh.py index 7815fd36..c4a41e8f 100644 --- a/pyx/mesh.py +++ b/pyx/mesh.py @@ -3,7 +3,7 @@ # # Copyright (C) 2006-2011 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/metapost/__init__.py b/pyx/metapost/__init__.py index 31b70543..d5a374af 100644 --- a/pyx/metapost/__init__.py +++ b/pyx/metapost/__init__.py @@ -3,7 +3,7 @@ # # Copyright (C) 2011 Michael Schindler # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/metapost/mp_path.py b/pyx/metapost/mp_path.py index 03d5f74e..b3c94535 100644 --- a/pyx/metapost/mp_path.py +++ b/pyx/metapost/mp_path.py @@ -2,7 +2,7 @@ # # Copyright (C) 2011 Michael Schindler # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/metapost/path.py b/pyx/metapost/path.py index d0c750d7..30a71c6d 100644 --- a/pyx/metapost/path.py +++ b/pyx/metapost/path.py @@ -2,7 +2,7 @@ # # Copyright (C) 2011 Michael Schindler # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/normpath.py b/pyx/normpath.py index 6fee37d8..8e801d52 100644 --- a/pyx/normpath.py +++ b/pyx/normpath.py @@ -5,7 +5,7 @@ # Copyright (C) 2003-2013 Michael Schindler # Copyright (C) 2002-2013 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/path.py b/pyx/path.py index e1efee47..781c5ac7 100644 --- a/pyx/path.py +++ b/pyx/path.py @@ -5,7 +5,7 @@ # Copyright (C) 2003-2005 Michael Schindler # Copyright (C) 2002-2011 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/pattern.py b/pyx/pattern.py index 557a761b..d7560b8f 100644 --- a/pyx/pattern.py +++ b/pyx/pattern.py @@ -4,7 +4,7 @@ # Copyright (C) 2002-2011 Jörg Lehmann # Copyright (C) 2002-2011 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/pdfextra.py b/pyx/pdfextra.py index 7d5b2653..f27b1994 100644 --- a/pyx/pdfextra.py +++ b/pyx/pdfextra.py @@ -3,7 +3,7 @@ # # Copyright (C) 2006 Michael Schindler # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/pdfwriter.py b/pyx/pdfwriter.py index 0ab37334..caa4861f 100644 --- a/pyx/pdfwriter.py +++ b/pyx/pdfwriter.py @@ -5,7 +5,7 @@ # Copyright (C) 2007 Michael Schindler # Copyright (C) 2005-2011 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/pswriter.py b/pyx/pswriter.py index e628daf9..1497d90a 100644 --- a/pyx/pswriter.py +++ b/pyx/pswriter.py @@ -4,7 +4,7 @@ # Copyright (C) 2005-2011 Jörg Lehmann # Copyright (C) 2005-2011 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/reader.py b/pyx/reader.py index 454e16f8..3718d071 100644 --- a/pyx/reader.py +++ b/pyx/reader.py @@ -4,7 +4,7 @@ # Copyright (C) 2007-2011 Jörg Lehmann # Copyright (C) 2007-2011 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/style.py b/pyx/style.py index a26acc1d..04483851 100644 --- a/pyx/style.py +++ b/pyx/style.py @@ -5,7 +5,7 @@ # Copyright (C) 2003-2006 Michael Schindler # Copyright (C) 2002-2012 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/svgfile.py b/pyx/svgfile.py index 253e8a74..69c54067 100644 --- a/pyx/svgfile.py +++ b/pyx/svgfile.py @@ -3,7 +3,7 @@ # # Copyright (C) 2015 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/svgwriter.py b/pyx/svgwriter.py index 275c86f1..c6bd743e 100644 --- a/pyx/svgwriter.py +++ b/pyx/svgwriter.py @@ -3,7 +3,7 @@ # # Copyright (C) 2015 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/text.py b/pyx/text.py index c8c75971..7ebc42d8 100644 --- a/pyx/text.py +++ b/pyx/text.py @@ -2,7 +2,7 @@ # Copyright (C) 2003-2011 Michael Schindler # Copyright (C) 2002-2013 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/trafo.py b/pyx/trafo.py index 95c53dc3..60223a4f 100644 --- a/pyx/trafo.py +++ b/pyx/trafo.py @@ -4,7 +4,7 @@ # Copyright (C) 2002-2011 Jörg Lehmann # Copyright (C) 2002-2011 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/unit.py b/pyx/unit.py index 4a605504..54e6b6f4 100644 --- a/pyx/unit.py +++ b/pyx/unit.py @@ -4,7 +4,7 @@ # Copyright (C) 2002-2004 Jörg Lehmann # Copyright (C) 2002-2004 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/utils.py b/pyx/utils.py index a1e9da41..b1e5f31c 100644 --- a/pyx/utils.py +++ b/pyx/utils.py @@ -4,7 +4,7 @@ # Copyright (C) 2017 Jörg Lehmann # Copyright (C) 2017 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/version.py b/pyx/version.py index 991ac1ee..dd2a1b41 100644 --- a/pyx/version.py +++ b/pyx/version.py @@ -5,7 +5,7 @@ # Copyright (C) 2002-2012 André Wobst # Copyright (C) 2011 Michael Schindler # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/pyx/writer.py b/pyx/writer.py index cb774026..0acc5887 100644 --- a/pyx/writer.py +++ b/pyx/writer.py @@ -4,7 +4,7 @@ # Copyright (C) 2013 Jörg Lehmann # Copyright (C) 2013 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/test/experimental/solve.py b/test/experimental/solve.py index c151b8dc..a676f5e5 100644 --- a/test/experimental/solve.py +++ b/test/experimental/solve.py @@ -4,7 +4,7 @@ # # Copyright (C) 2004 André Wobst # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/test/functional/test_metapost.py b/test/functional/test_metapost.py index 0abb6c67..8475c47d 100755 --- a/test/functional/test_metapost.py +++ b/test/functional/test_metapost.py @@ -3,7 +3,7 @@ # # Copyright (C) 2011 Michael Schindler # -# This file is part of PyX (http://pyx.sourceforge.net/). +# This file is part of PyX (https://pyx-project.org/). # # PyX is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by