diff -r 8450951a8e2d -r 14a343be7a5a demo/graph_to_eps_demo.cc --- a/demo/graph_to_eps_demo.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/demo/graph_to_eps_demo.cc Sat Mar 03 16:30:37 2007 +0000 @@ -2,7 +2,7 @@ * * This file is a part of LEMON, a generic C++ optimization library * - * Copyright (C) 2003-2006 + * Copyright (C) 2003-2007 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport * (Egervary Research Group on Combinatorial Optimization, EGRES). * @@ -86,7 +86,7 @@ //scale(10). coords(coords). title("Sample .eps figure"). - copyright("(C) 2006 LEMON Project"). + copyright("(C) 2003-2007 LEMON Project"). run(); cout << "Create 'graph_to_eps_demo_out.eps'" << endl; @@ -94,7 +94,7 @@ //scale(10). coords(coords). title("Sample .eps figure"). - copyright("(C) 2006 LEMON Project"). + copyright("(C) 2003-2007 LEMON Project"). absoluteNodeSizes().absoluteEdgeWidths(). nodeScale(2).nodeSizes(sizes). nodeShapes(shapes). @@ -109,7 +109,7 @@ graphToEps(g,"graph_to_eps_demo_out_arr.eps"). //scale(10). title("Sample .eps figure (with arrowheads)"). - copyright("(C) 2006 LEMON Project"). + copyright("(C) 2003-2007 LEMON Project"). absoluteNodeSizes().absoluteEdgeWidths(). nodeColors(composeMap(palette,colors)). coords(coords). @@ -136,7 +136,7 @@ graphToEps(g,"graph_to_eps_demo_out_par.eps"). //scale(10). title("Sample .eps figure (parallel edges)"). - copyright("(C) 2006 LEMON Project"). + copyright("(C) 2003-2007 LEMON Project"). absoluteNodeSizes().absoluteEdgeWidths(). nodeShapes(shapes). coords(coords). @@ -152,7 +152,7 @@ graphToEps(g,"graph_to_eps_demo_out_par_arr.eps"). //scale(10). title("Sample .eps figure (parallel edges and arrowheads)"). - copyright("(C) 2006 LEMON Project"). + copyright("(C) 2003-2007 LEMON Project"). absoluteNodeSizes().absoluteEdgeWidths(). nodeScale(2).nodeSizes(sizes). coords(coords). @@ -168,7 +168,7 @@ cout << "Create 'graph_to_eps_demo_out_a4.eps'" << endl; graphToEps(g,"graph_to_eps_demo_out_a4.eps").scaleToA4(). title("Sample .eps figure (fits to A4)"). - copyright("(C) 2006 LEMON Project"). + copyright("(C) 2003-2007 LEMON Project"). absoluteNodeSizes().absoluteEdgeWidths(). nodeScale(2).nodeSizes(sizes). coords(coords). @@ -196,7 +196,7 @@ graphToEps(h,"graph_to_eps_demo_out_colors.eps"). //scale(60). title("Sample .eps figure (Palette demo)"). - copyright("(C) 2006 LEMON Project"). + copyright("(C) 2003-2007 LEMON Project"). coords(hcoords). absoluteNodeSizes().absoluteEdgeWidths(). nodeScale(45).