From a8a35e18a245c55cfec082c9b9a534c1d01ea63d Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Fri, 20 Nov 2020 17:08:24 -0800 Subject: [PATCH] update Adaptagrams URLs It is debatable whether this is useful as the upstream project seems to be dead. --- lib/vpsc/block.cpp | 2 +- lib/vpsc/block.h | 2 +- lib/vpsc/blocks.cpp | 2 +- lib/vpsc/blocks.h | 2 +- lib/vpsc/constraint.cpp | 2 +- lib/vpsc/constraint.h | 2 +- lib/vpsc/csolve_VPSC.cpp | 2 +- lib/vpsc/csolve_VPSC.h | 2 +- lib/vpsc/generate-constraints.cpp | 2 +- lib/vpsc/generate-constraints.h | 2 +- lib/vpsc/pairingheap/PairingHeap.cpp | 2 +- lib/vpsc/pairingheap/PairingHeap.h | 2 +- lib/vpsc/remove_rectangle_overlap.cpp | 2 +- lib/vpsc/remove_rectangle_overlap.h | 2 +- lib/vpsc/solve_VPSC.cpp | 2 +- lib/vpsc/solve_VPSC.h | 2 +- lib/vpsc/variable.cpp | 2 +- lib/vpsc/variable.h | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/lib/vpsc/block.cpp b/lib/vpsc/block.cpp index a6537cc8d..3f13c722f 100644 --- a/lib/vpsc/block.cpp +++ b/lib/vpsc/block.cpp @@ -11,7 +11,7 @@ * This version is released under the CPL (Common Public License) with * the Graphviz distribution. * A version is also available under the LGPL as part of the Adaptagrams - * project: http://sourceforge.net/projects/adaptagrams. + * project: https://github.com/mjwybrow/adaptagrams. * If you make improvements or bug fixes to this code it would be much * appreciated if you could also contribute those changes back to the * Adaptagrams repository. diff --git a/lib/vpsc/block.h b/lib/vpsc/block.h index 6a8bae01e..79bfeae41 100644 --- a/lib/vpsc/block.h +++ b/lib/vpsc/block.h @@ -13,7 +13,7 @@ * This version is released under the CPL (Common Public License) with * the Graphviz distribution. * A version is also available under the LGPL as part of the Adaptagrams - * project: http://sourceforge.net/projects/adaptagrams. + * project: https://github.com/mjwybrow/adaptagrams. * If you make improvements or bug fixes to this code it would be much * appreciated if you could also contribute those changes back to the * Adaptagrams repository. diff --git a/lib/vpsc/blocks.cpp b/lib/vpsc/blocks.cpp index ac210e54f..f9073ab5c 100644 --- a/lib/vpsc/blocks.cpp +++ b/lib/vpsc/blocks.cpp @@ -13,7 +13,7 @@ * This version is released under the CPL (Common Public License) with * the Graphviz distribution. * A version is also available under the LGPL as part of the Adaptagrams - * project: http://sourceforge.net/projects/adaptagrams. + * project: https://github.com/mjwybrow/adaptagrams. * If you make improvements or bug fixes to this code it would be much * appreciated if you could also contribute those changes back to the * Adaptagrams repository. diff --git a/lib/vpsc/blocks.h b/lib/vpsc/blocks.h index f70ff7820..abb681f0e 100644 --- a/lib/vpsc/blocks.h +++ b/lib/vpsc/blocks.h @@ -15,7 +15,7 @@ * This version is released under the CPL (Common Public License) with * the Graphviz distribution. * A version is also available under the LGPL as part of the Adaptagrams - * project: http://sourceforge.net/projects/adaptagrams. + * project: https://github.com/mjwybrow/adaptagrams. * If you make improvements or bug fixes to this code it would be much * appreciated if you could also contribute those changes back to the * Adaptagrams repository. diff --git a/lib/vpsc/constraint.cpp b/lib/vpsc/constraint.cpp index e3561a088..b1c7e78fb 100644 --- a/lib/vpsc/constraint.cpp +++ b/lib/vpsc/constraint.cpp @@ -10,7 +10,7 @@ * This version is released under the CPL (Common Public License) with * the Graphviz distribution. * A version is also available under the LGPL as part of the Adaptagrams - * project: http://sourceforge.net/projects/adaptagrams. + * project: https://github.com/mjwybrow/adaptagrams. * If you make improvements or bug fixes to this code it would be much * appreciated if you could also contribute those changes back to the * Adaptagrams repository. diff --git a/lib/vpsc/constraint.h b/lib/vpsc/constraint.h index 2fc3c92f6..20288259d 100644 --- a/lib/vpsc/constraint.h +++ b/lib/vpsc/constraint.h @@ -12,7 +12,7 @@ * This version is released under the CPL (Common Public License) with * the Graphviz distribution. * A version is also available under the LGPL as part of the Adaptagrams - * project: http://sourceforge.net/projects/adaptagrams. + * project: https://github.com/mjwybrow/adaptagrams. * If you make improvements or bug fixes to this code it would be much * appreciated if you could also contribute those changes back to the * Adaptagrams repository. diff --git a/lib/vpsc/csolve_VPSC.cpp b/lib/vpsc/csolve_VPSC.cpp index 716c30dee..90130622c 100644 --- a/lib/vpsc/csolve_VPSC.cpp +++ b/lib/vpsc/csolve_VPSC.cpp @@ -9,7 +9,7 @@ * This version is released under the CPL (Common Public License) with * the Graphviz distribution. * A version is also available under the LGPL as part of the Adaptagrams - * project: http://sourceforge.net/projects/adaptagrams. + * project: https://github.com/mjwybrow/adaptagrams. * If you make improvements or bug fixes to this code it would be much * appreciated if you could also contribute those changes back to the * Adaptagrams repository. diff --git a/lib/vpsc/csolve_VPSC.h b/lib/vpsc/csolve_VPSC.h index eae5d7453..366ac938f 100644 --- a/lib/vpsc/csolve_VPSC.h +++ b/lib/vpsc/csolve_VPSC.h @@ -11,7 +11,7 @@ * This version is released under the CPL (Common Public License) with * the Graphviz distribution. * A version is also available under the LGPL as part of the Adaptagrams - * project: http://sourceforge.net/projects/adaptagrams. + * project: https://github.com/mjwybrow/adaptagrams. * If you make improvements or bug fixes to this code it would be much * appreciated if you could also contribute those changes back to the * Adaptagrams repository. diff --git a/lib/vpsc/generate-constraints.cpp b/lib/vpsc/generate-constraints.cpp index 48a0bcc83..7d7d74597 100644 --- a/lib/vpsc/generate-constraints.cpp +++ b/lib/vpsc/generate-constraints.cpp @@ -10,7 +10,7 @@ * This version is released under the CPL (Common Public License) with * the Graphviz distribution. * A version is also available under the LGPL as part of the Adaptagrams - * project: http://sourceforge.net/projects/adaptagrams. + * project: https://github.com/mjwybrow/adaptagrams. * If you make improvements or bug fixes to this code it would be much * appreciated if you could also contribute those changes back to the * Adaptagrams repository. diff --git a/lib/vpsc/generate-constraints.h b/lib/vpsc/generate-constraints.h index 770eb0508..30b95c4ee 100644 --- a/lib/vpsc/generate-constraints.h +++ b/lib/vpsc/generate-constraints.h @@ -12,7 +12,7 @@ * This version is released under the CPL (Common Public License) with * the Graphviz distribution. * A version is also available under the LGPL as part of the Adaptagrams - * project: http://sourceforge.net/projects/adaptagrams. + * project: https://github.com/mjwybrow/adaptagrams. * If you make improvements or bug fixes to this code it would be much * appreciated if you could also contribute those changes back to the * Adaptagrams repository. diff --git a/lib/vpsc/pairingheap/PairingHeap.cpp b/lib/vpsc/pairingheap/PairingHeap.cpp index 5864a18d8..9896d168c 100644 --- a/lib/vpsc/pairingheap/PairingHeap.cpp +++ b/lib/vpsc/pairingheap/PairingHeap.cpp @@ -16,7 +16,7 @@ * This version is released under the CPL (Common Public License) with * the Graphviz distribution. * A version is also available under the LGPL as part of the Adaptagrams - * project: http://sourceforge.net/projects/adaptagrams. + * project: https://github.com/mjwybrow/adaptagrams. * If you make improvements or bug fixes to this code it would be much * appreciated if you could also contribute those changes back to the * Adaptagrams repository. diff --git a/lib/vpsc/pairingheap/PairingHeap.h b/lib/vpsc/pairingheap/PairingHeap.h index 87a2ed806..c64c337ed 100644 --- a/lib/vpsc/pairingheap/PairingHeap.h +++ b/lib/vpsc/pairingheap/PairingHeap.h @@ -18,7 +18,7 @@ * This version is released under the CPL (Common Public License) with * the Graphviz distribution. * A version is also available under the LGPL as part of the Adaptagrams - * project: http://sourceforge.net/projects/adaptagrams. + * project: https://github.com/mjwybrow/adaptagrams. * If you make improvements or bug fixes to this code it would be much * appreciated if you could also contribute those changes back to the * Adaptagrams repository. diff --git a/lib/vpsc/remove_rectangle_overlap.cpp b/lib/vpsc/remove_rectangle_overlap.cpp index ca649616d..62910fd3d 100644 --- a/lib/vpsc/remove_rectangle_overlap.cpp +++ b/lib/vpsc/remove_rectangle_overlap.cpp @@ -9,7 +9,7 @@ * This version is released under the CPL (Common Public License) with * the Graphviz distribution. * A version is also available under the LGPL as part of the Adaptagrams - * project: http://sourceforge.net/projects/adaptagrams. + * project: https://github.com/mjwybrow/adaptagrams. * If you make improvements or bug fixes to this code it would be much * appreciated if you could also contribute those changes back to the * Adaptagrams repository. diff --git a/lib/vpsc/remove_rectangle_overlap.h b/lib/vpsc/remove_rectangle_overlap.h index 11cf04b75..4ffc23330 100644 --- a/lib/vpsc/remove_rectangle_overlap.h +++ b/lib/vpsc/remove_rectangle_overlap.h @@ -11,7 +11,7 @@ * This version is released under the CPL (Common Public License) with * the Graphviz distribution. * A version is also available under the LGPL as part of the Adaptagrams - * project: http://sourceforge.net/projects/adaptagrams. + * project: https://github.com/mjwybrow/adaptagrams. * If you make improvements or bug fixes to this code it would be much * appreciated if you could also contribute those changes back to the * Adaptagrams repository. diff --git a/lib/vpsc/solve_VPSC.cpp b/lib/vpsc/solve_VPSC.cpp index 1ebeda7cb..4f8f65fa7 100644 --- a/lib/vpsc/solve_VPSC.cpp +++ b/lib/vpsc/solve_VPSC.cpp @@ -10,7 +10,7 @@ * This version is released under the CPL (Common Public License) with * the Graphviz distribution. * A version is also available under the LGPL as part of the Adaptagrams - * project: http://sourceforge.net/projects/adaptagrams. + * project: https://github.com/mjwybrow/adaptagrams. * If you make improvements or bug fixes to this code it would be much * appreciated if you could also contribute those changes back to the * Adaptagrams repository. diff --git a/lib/vpsc/solve_VPSC.h b/lib/vpsc/solve_VPSC.h index 8ec3af3f0..0344e8d68 100644 --- a/lib/vpsc/solve_VPSC.h +++ b/lib/vpsc/solve_VPSC.h @@ -12,7 +12,7 @@ * This version is released under the CPL (Common Public License) with * the Graphviz distribution. * A version is also available under the LGPL as part of the Adaptagrams - * project: http://sourceforge.net/projects/adaptagrams. + * project: https://github.com/mjwybrow/adaptagrams. * If you make improvements or bug fixes to this code it would be much * appreciated if you could also contribute those changes back to the * Adaptagrams repository. diff --git a/lib/vpsc/variable.cpp b/lib/vpsc/variable.cpp index 4dba3b80b..857e53834 100644 --- a/lib/vpsc/variable.cpp +++ b/lib/vpsc/variable.cpp @@ -8,7 +8,7 @@ * This version is released under the CPL (Common Public License) with * the Graphviz distribution. * A version is also available under the LGPL as part of the Adaptagrams - * project: http://sourceforge.net/projects/adaptagrams. + * project: https://github.com/mjwybrow/adaptagrams. * If you make improvements or bug fixes to this code it would be much * appreciated if you could also contribute those changes back to the * Adaptagrams repository. diff --git a/lib/vpsc/variable.h b/lib/vpsc/variable.h index 694dcf745..7bd44d2b3 100644 --- a/lib/vpsc/variable.h +++ b/lib/vpsc/variable.h @@ -10,7 +10,7 @@ * This version is released under the CPL (Common Public License) with * the Graphviz distribution. * A version is also available under the LGPL as part of the Adaptagrams - * project: http://sourceforge.net/projects/adaptagrams. + * project: https://github.com/mjwybrow/adaptagrams. * If you make improvements or bug fixes to this code it would be much * appreciated if you could also contribute those changes back to the * Adaptagrams repository. -- 2.50.0