# HG changeset patch # User alpar # Date 1172939437 0 # Node ID 14a343be7a5a2bb782f39b8fe2efe3ca7d4bcde3 # Parent 8450951a8e2d687dc2e56e401fef880a111500ea Happy New Year to all source files! diff -r 8450951a8e2d -r 14a343be7a5a LICENSE --- a/LICENSE Sat Mar 03 16:04:50 2007 +0000 +++ b/LICENSE Sat Mar 03 16:30:37 2007 +0000 @@ -1,7 +1,7 @@ LEMON code without an explicit copyright is covered by the following copyright/license: -Copyright (C) 2003-2006 Egervary Jeno Kombinatorikus Optimalizalasi +Copyright (C) 2003-2007 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport (Egervary Combinatorial Optimization Research Group, EGRES). diff -r 8450951a8e2d -r 14a343be7a5a benchmark/bench_tools.h --- a/benchmark/bench_tools.h Sat Mar 03 16:04:50 2007 +0000 +++ b/benchmark/bench_tools.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a benchmark/bfs-bench.cc --- a/benchmark/bfs-bench.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/benchmark/bfs-bench.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). * diff -r 8450951a8e2d -r 14a343be7a5a benchmark/edge_lookup.cc --- a/benchmark/edge_lookup.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/benchmark/edge_lookup.cc Sat Mar 03 16:30:37 2007 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + #include #include #include diff -r 8450951a8e2d -r 14a343be7a5a benchmark/graph-bench.cc --- a/benchmark/graph-bench.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/benchmark/graph-bench.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). * diff -r 8450951a8e2d -r 14a343be7a5a benchmark/hcube.cc --- a/benchmark/hcube.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/benchmark/hcube.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). * diff -r 8450951a8e2d -r 14a343be7a5a benchmark/min_cut.cc --- a/benchmark/min_cut.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/benchmark/min_cut.cc Sat Mar 03 16:30:37 2007 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + #include #include diff -r 8450951a8e2d -r 14a343be7a5a benchmark/min_cut_graphs.h --- a/benchmark/min_cut_graphs.h Sat Mar 03 16:04:50 2007 +0000 +++ b/benchmark/min_cut_graphs.h Sat Mar 03 16:30:37 2007 +0000 @@ -1,4 +1,21 @@ -// -*- C++ -*- +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + #include diff -r 8450951a8e2d -r 14a343be7a5a benchmark/radix_sort-bench.cc --- a/benchmark/radix_sort-bench.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/benchmark/radix_sort-bench.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). * diff -r 8450951a8e2d -r 14a343be7a5a benchmark/random_bench.cc --- a/benchmark/random_bench.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/benchmark/random_bench.cc Sat Mar 03 16:30:37 2007 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + #include #include #include diff -r 8450951a8e2d -r 14a343be7a5a benchmark/swap_bipartite_bench.cc --- a/benchmark/swap_bipartite_bench.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/benchmark/swap_bipartite_bench.cc Sat Mar 03 16:30:37 2007 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + #include #include #include diff -r 8450951a8e2d -r 14a343be7a5a demo/arg_parser_demo.cc --- a/demo/arg_parser_demo.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/demo/arg_parser_demo.cc Sat Mar 03 16:30:37 2007 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + #include using namespace lemon; diff -r 8450951a8e2d -r 14a343be7a5a demo/circulation_demo.cc --- a/demo/circulation_demo.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/demo/circulation_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). * diff -r 8450951a8e2d -r 14a343be7a5a demo/coloring.cc --- a/demo/coloring.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/demo/coloring.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). * @@ -101,7 +101,7 @@ graphToEps(graph, "coloring.eps"). title("Six Colored Planar Graph"). - copyright("(C) 2006 LEMON Project"). + copyright("(C) 2003-2007 LEMON Project"). coords(coords).nodeColors(composeMap(palette, color)). nodeScale(5.0).scaleToA4().run(); diff -r 8450951a8e2d -r 14a343be7a5a demo/csp_demo.cc --- a/demo/csp_demo.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/demo/csp_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). * diff -r 8450951a8e2d -r 14a343be7a5a demo/descriptor_map_demo.cc --- a/demo/descriptor_map_demo.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/demo/descriptor_map_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). * @@ -122,7 +122,7 @@ graphToEps(graph,"descriptor_map_demo.eps").scaleToA4(). title("Generated graph"). - copyright("(C) 2006 LEMON Project"). + copyright("(C) 2003-2007 LEMON Project"). coords(coords). nodeScale(1.0). enableParallel().parEdgeDist(1). diff -r 8450951a8e2d -r 14a343be7a5a demo/dijkstra_demo.cc --- a/demo/dijkstra_demo.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/demo/dijkstra_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). * diff -r 8450951a8e2d -r 14a343be7a5a demo/dim_to_dot.cc --- a/demo/dim_to_dot.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/demo/dim_to_dot.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). * diff -r 8450951a8e2d -r 14a343be7a5a demo/dim_to_lgf.cc --- a/demo/dim_to_lgf.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/demo/dim_to_lgf.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). * diff -r 8450951a8e2d -r 14a343be7a5a demo/disjoint_paths_demo.cc --- a/demo/disjoint_paths_demo.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/demo/disjoint_paths_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). * @@ -70,7 +70,7 @@ cout << "Number of edge disjoint paths: " << preflow.flowValue() << endl; graphToEps(graph, "edge_disjoint_paths.eps"). - title("edge disjoint path").copyright("(C) 2006 LEMON Project").drawArrows(). + title("edge disjoint path").copyright("(C) 2003-2007 LEMON Project").drawArrows(). edgeColors(composeMap(functorMap(color), flow)). coords(coords).autoNodeScale().run(); @@ -96,7 +96,7 @@ graphToEps(sgraph, "node_disjoint_paths.eps"). - title("node disjoint path").copyright("(C) 2006 LEMON Project").drawArrows(). + title("node disjoint path").copyright("(C) 2003-2007 LEMON Project").drawArrows(). edgeColors(composeMap(functorMap(color), sflow)). coords(SGraph::combinedNodeMap(coords, shiftMap(coords, diff -r 8450951a8e2d -r 14a343be7a5a demo/eps_demo.cc --- a/demo/eps_demo.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/demo/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). * diff -r 8450951a8e2d -r 14a343be7a5a demo/graph_orientation.cc --- a/demo/graph_orientation.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/demo/graph_orientation.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). * @@ -103,7 +103,7 @@ graphToEps(g,"graph_orientation.eps").scaleToA4(). title("Sample .eps figure (fits to A4)"). - copyright("(C) 2006 LEMON Project"). + copyright("(C) 2003-2007 LEMON Project"). absoluteNodeSizes().absoluteEdgeWidths(). nodeScale(15). coords(coords). 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). diff -r 8450951a8e2d -r 14a343be7a5a demo/grid_ugraph_demo.cc --- a/demo/grid_ugraph_demo.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/demo/grid_ugraph_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). * @@ -87,7 +87,7 @@ graphToEps(filtered, "grid_ugraph_demo.eps").scaleToA4(). title("Grid ugraph"). - copyright("(C) 2006 LEMON Project"). + copyright("(C) 2003-2007 LEMON Project"). coords(scaleMap(indexMap(ugraph), 10)). enableParallel(). nodeScale(0.5). diff -r 8450951a8e2d -r 14a343be7a5a demo/hello_lemon.cc --- a/demo/hello_lemon.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/demo/hello_lemon.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). * diff -r 8450951a8e2d -r 14a343be7a5a demo/hello_world.cc --- a/demo/hello_world.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/demo/hello_world.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). * diff -r 8450951a8e2d -r 14a343be7a5a demo/kruskal_demo.cc --- a/demo/kruskal_demo.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/demo/kruskal_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). * diff -r 8450951a8e2d -r 14a343be7a5a demo/lp_demo.cc --- a/demo/lp_demo.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/demo/lp_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). * diff -r 8450951a8e2d -r 14a343be7a5a demo/lp_maxflow_demo.cc --- a/demo/lp_maxflow_demo.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/demo/lp_maxflow_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). * diff -r 8450951a8e2d -r 14a343be7a5a demo/maps_summary.cc --- a/demo/maps_summary.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/demo/maps_summary.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). * diff -r 8450951a8e2d -r 14a343be7a5a demo/min_route.cc --- a/demo/min_route.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/demo/min_route.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). * diff -r 8450951a8e2d -r 14a343be7a5a demo/mip_demo.cc --- a/demo/mip_demo.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/demo/mip_demo.cc Sat Mar 03 16:30:37 2007 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + #include //#include diff -r 8450951a8e2d -r 14a343be7a5a demo/reader_writer_demo.cc --- a/demo/reader_writer_demo.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/demo/reader_writer_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). * diff -r 8450951a8e2d -r 14a343be7a5a demo/simann_maxcut_demo.cc --- a/demo/simann_maxcut_demo.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/demo/simann_maxcut_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). * diff -r 8450951a8e2d -r 14a343be7a5a demo/strongly_connected_orientation.cc --- a/demo/strongly_connected_orientation.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/demo/strongly_connected_orientation.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). * diff -r 8450951a8e2d -r 14a343be7a5a demo/sub_graph_adaptor_demo.cc --- a/demo/sub_graph_adaptor_demo.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/demo/sub_graph_adaptor_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). * diff -r 8450951a8e2d -r 14a343be7a5a demo/tight_edge_filter_map.h --- a/demo/tight_edge_filter_map.h Sat Mar 03 16:04:50 2007 +0000 +++ b/demo/tight_edge_filter_map.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a demo/topological_ordering.cc --- a/demo/topological_ordering.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/demo/topological_ordering.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). * diff -r 8450951a8e2d -r 14a343be7a5a demo/topology_demo.cc --- a/demo/topology_demo.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/demo/topology_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). * diff -r 8450951a8e2d -r 14a343be7a5a doc/algorithms.dox --- a/doc/algorithms.dox Sat Mar 03 16:04:50 2007 +0000 +++ b/doc/algorithms.dox Sat Mar 03 16:30:37 2007 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + namespace lemon { /** \page algorithms Algorithms diff -r 8450951a8e2d -r 14a343be7a5a doc/basic_concepts.dox --- a/doc/basic_concepts.dox Sat Mar 03 16:04:50 2007 +0000 +++ b/doc/basic_concepts.dox Sat Mar 03 16:30:37 2007 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + namespace lemon { /** @@ -120,4 +138,4 @@ graph representations. It has an undirected version too: ListUGraph. */ -} \ No newline at end of file +} diff -r 8450951a8e2d -r 14a343be7a5a doc/coding_style.dox --- a/doc/coding_style.dox Sat Mar 03 16:04:50 2007 +0000 +++ b/doc/coding_style.dox Sat Mar 03 16:30:37 2007 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + /*! \page coding_style LEMON Coding Style diff -r 8450951a8e2d -r 14a343be7a5a doc/developers_interface.dox --- a/doc/developers_interface.dox Sat Mar 03 16:04:50 2007 +0000 +++ b/doc/developers_interface.dox Sat Mar 03 16:30:37 2007 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + /*! \page developers_interface Developers' interface to graph structures diff -r 8450951a8e2d -r 14a343be7a5a doc/dirs.dox --- a/doc/dirs.dox Sat Mar 03 16:04:50 2007 +0000 +++ b/doc/dirs.dox Sat Mar 03 16:30:37 2007 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + /** \dir demo \brief A collection of demo application. diff -r 8450951a8e2d -r 14a343be7a5a doc/getstart.dox --- a/doc/getstart.dox Sat Mar 03 16:04:50 2007 +0000 +++ b/doc/getstart.dox Sat Mar 03 16:30:37 2007 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + /** \page getstart How to start using LEMON diff -r 8450951a8e2d -r 14a343be7a5a doc/getting_started.dox --- a/doc/getting_started.dox Sat Mar 03 16:04:50 2007 +0000 +++ b/doc/getting_started.dox Sat Mar 03 16:30:37 2007 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + /** \page getting_started Getting Started diff -r 8450951a8e2d -r 14a343be7a5a doc/graph-adaptors.dox --- a/doc/graph-adaptors.dox Sat Mar 03 16:04:50 2007 +0000 +++ b/doc/graph-adaptors.dox Sat Mar 03 16:30:37 2007 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + /** @defgroup graph_adaptors Adaptor Classes for Graphs @ingroup graphs diff -r 8450951a8e2d -r 14a343be7a5a doc/graph_io.dox --- a/doc/graph_io.dox Sat Mar 03 16:04:50 2007 +0000 +++ b/doc/graph_io.dox Sat Mar 03 16:30:37 2007 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + namespace lemon { /*! @@ -481,4 +499,4 @@ \author Balazs Dezso */ -} \ No newline at end of file +} diff -r 8450951a8e2d -r 14a343be7a5a doc/graph_orientation.dox --- a/doc/graph_orientation.dox Sat Mar 03 16:04:50 2007 +0000 +++ b/doc/graph_orientation.dox Sat Mar 03 16:30:37 2007 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + namespace lemon { /** @@ -180,4 +198,4 @@ */ -} \ No newline at end of file +} diff -r 8450951a8e2d -r 14a343be7a5a doc/graphs.dox --- a/doc/graphs.dox Sat Mar 03 16:04:50 2007 +0000 +++ b/doc/graphs.dox Sat Mar 03 16:30:37 2007 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + /*! \page graphs Graphs diff -r 8450951a8e2d -r 14a343be7a5a doc/groups.dox --- a/doc/groups.dox Sat Mar 03 16:04:50 2007 +0000 +++ b/doc/groups.dox Sat Mar 03 16:30:37 2007 +0000 @@ -1,3 +1,20 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ /** @defgroup datas Data Structures diff -r 8450951a8e2d -r 14a343be7a5a doc/lemon_file_format.dox --- a/doc/lemon_file_format.dox Sat Mar 03 16:04:50 2007 +0000 +++ b/doc/lemon_file_format.dox Sat Mar 03 16:30:37 2007 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + namespace lemon { /*! diff -r 8450951a8e2d -r 14a343be7a5a doc/license.dox --- a/doc/license.dox Sat Mar 03 16:04:50 2007 +0000 +++ b/doc/license.dox Sat Mar 03 16:30:37 2007 +0000 @@ -1,7 +1,25 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + /** \page license License Terms \verbinclude LICENSE -*/ \ No newline at end of file +*/ diff -r 8450951a8e2d -r 14a343be7a5a doc/mainpage.dox --- a/doc/mainpage.dox Sat Mar 03 16:04:50 2007 +0000 +++ b/doc/mainpage.dox Sat Mar 03 16:30:37 2007 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + /** \mainpage LEMON Documentation diff -r 8450951a8e2d -r 14a343be7a5a doc/maps.dox --- a/doc/maps.dox Sat Mar 03 16:04:50 2007 +0000 +++ b/doc/maps.dox Sat Mar 03 16:30:37 2007 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + namespace lemon{ /*! diff -r 8450951a8e2d -r 14a343be7a5a doc/maps1.dox --- a/doc/maps1.dox Sat Mar 03 16:04:50 2007 +0000 +++ b/doc/maps1.dox Sat Mar 03 16:30:37 2007 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + /** \page maps1 Maps I. diff -r 8450951a8e2d -r 14a343be7a5a doc/maps2.dox --- a/doc/maps2.dox Sat Mar 03 16:04:50 2007 +0000 +++ b/doc/maps2.dox Sat Mar 03 16:30:37 2007 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + /** \page maps2 Maps II. diff -r 8450951a8e2d -r 14a343be7a5a doc/named-param.dox --- a/doc/named-param.dox Sat Mar 03 16:04:50 2007 +0000 +++ b/doc/named-param.dox Sat Mar 03 16:30:37 2007 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + /*! \page named-param Named Parameters diff -r 8450951a8e2d -r 14a343be7a5a doc/namespaces.dox --- a/doc/namespaces.dox Sat Mar 03 16:04:50 2007 +0000 +++ b/doc/namespaces.dox Sat Mar 03 16:30:37 2007 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + /// The namespace of LEMON /// The namespace of LEMON diff -r 8450951a8e2d -r 14a343be7a5a doc/quicktour.dox --- a/doc/quicktour.dox Sat Mar 03 16:04:50 2007 +0000 +++ b/doc/quicktour.dox Sat Mar 03 16:30:37 2007 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + /** \page quicktour Quick Tour to LEMON diff -r 8450951a8e2d -r 14a343be7a5a doc/read_write_bg.dox --- a/doc/read_write_bg.dox Sat Mar 03 16:04:50 2007 +0000 +++ b/doc/read_write_bg.dox Sat Mar 03 16:30:37 2007 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + namespace lemon { /*! \page read_write_bg Background of Reading and Writing diff -r 8450951a8e2d -r 14a343be7a5a doc/template.h --- a/doc/template.h Sat Mar 03 16:04:50 2007 +0000 +++ b/doc/template.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a doc/tutorial.dox --- a/doc/tutorial.dox Sat Mar 03 16:04:50 2007 +0000 +++ b/doc/tutorial.dox Sat Mar 03 16:30:37 2007 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + namespace lemon { /** \page Tutorial LEMON Tutorial diff -r 8450951a8e2d -r 14a343be7a5a doc/ugraphs.dox --- a/doc/ugraphs.dox Sat Mar 03 16:04:50 2007 +0000 +++ b/doc/ugraphs.dox Sat Mar 03 16:30:37 2007 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + /*! \page ugraphs Undirected graph structures diff -r 8450951a8e2d -r 14a343be7a5a lemon/arg_parser.cc --- a/lemon/arg_parser.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/arg_parser.cc Sat Mar 03 16:30:37 2007 +0000 @@ -1,7 +1,9 @@ /* -*- C++ -*- - * lemon/main_params.h - Part of LEMON, a generic C++ optimization library * - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport * (Egervary Research Group on Combinatorial Optimization, EGRES). * * Permission to use, modify and distribute this software is granted diff -r 8450951a8e2d -r 14a343be7a5a lemon/arg_parser.h --- a/lemon/arg_parser.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/arg_parser.h Sat Mar 03 16:30:37 2007 +0000 @@ -1,7 +1,9 @@ /* -*- C++ -*- - * lemon/main_params.h - Part of LEMON, a generic C++ optimization library * - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport * (Egervary Research Group on Combinatorial Optimization, EGRES). * * Permission to use, modify and distribute this software is granted diff -r 8450951a8e2d -r 14a343be7a5a lemon/attic/debug.h --- a/lemon/attic/debug.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/attic/debug.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/base.cc --- a/lemon/base.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/base.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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/bellman_ford.h --- a/lemon/bellman_ford.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/bellman_ford.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/bfs.h --- a/lemon/bfs.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/bfs.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/bin_heap.h --- a/lemon/bin_heap.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/bin_heap.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/bipartite_matching.h --- a/lemon/bipartite_matching.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/bipartite_matching.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/bits/alteration_notifier.h --- a/lemon/bits/alteration_notifier.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/bits/alteration_notifier.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/bits/array_map.h --- a/lemon/bits/array_map.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/bits/array_map.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/bits/base_extender.h --- a/lemon/bits/base_extender.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/bits/base_extender.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/bits/bezier.h --- a/lemon/bits/bezier.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/bits/bezier.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/bits/debug_map.h --- a/lemon/bits/debug_map.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/bits/debug_map.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/bits/default_map.h --- a/lemon/bits/default_map.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/bits/default_map.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/bits/edge_set_extender.h --- a/lemon/bits/edge_set_extender.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/bits/edge_set_extender.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/bits/graph_adaptor_extender.h --- a/lemon/bits/graph_adaptor_extender.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/bits/graph_adaptor_extender.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/bits/graph_extender.h --- a/lemon/bits/graph_extender.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/bits/graph_extender.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/bits/invalid.h --- a/lemon/bits/invalid.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/bits/invalid.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/bits/item_reader.h --- a/lemon/bits/item_reader.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/bits/item_reader.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/bits/item_writer.h --- a/lemon/bits/item_writer.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/bits/item_writer.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/bits/lp_id.h --- a/lemon/bits/lp_id.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/bits/lp_id.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/bits/map_extender.h --- a/lemon/bits/map_extender.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/bits/map_extender.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/bits/mingw32_time.cc --- a/lemon/bits/mingw32_time.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/bits/mingw32_time.cc Sat Mar 03 16:30:37 2007 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + #ifdef WIN32 #include diff -r 8450951a8e2d -r 14a343be7a5a lemon/bits/mingw32_time.h --- a/lemon/bits/mingw32_time.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/bits/mingw32_time.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/bits/path_dump.h --- a/lemon/bits/path_dump.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/bits/path_dump.h Sat Mar 03 16:30:37 2007 +0000 @@ -1,9 +1,8 @@ - /* -*- C++ -*- * * 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/bits/traits.h --- a/lemon/bits/traits.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/bits/traits.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/bits/utility.h --- a/lemon/bits/utility.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/bits/utility.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/bits/variant.h --- a/lemon/bits/variant.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/bits/variant.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/bits/vector_map.h --- a/lemon/bits/vector_map.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/bits/vector_map.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/bp_matching.h --- a/lemon/bp_matching.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/bp_matching.h Sat Mar 03 16:30:37 2007 +0000 @@ -1,7 +1,9 @@ /* -*- C++ -*- - * lemon/preflow_matching.h - Part of LEMON, a generic C++ optimization library * - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport * (Egervary Research Group on Combinatorial Optimization, EGRES). * * Permission to use, modify and distribute this software is granted diff -r 8450951a8e2d -r 14a343be7a5a lemon/bpugraph_adaptor.h --- a/lemon/bpugraph_adaptor.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/bpugraph_adaptor.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/bucket_heap.h --- a/lemon/bucket_heap.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/bucket_heap.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/circulation.h --- a/lemon/circulation.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/circulation.h Sat Mar 03 16:30:37 2007 +0000 @@ -1,7 +1,9 @@ /* -*- C++ -*- - * lemon/preflow_matching.h - Part of LEMON, a generic C++ optimization library * - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport * (Egervary Research Group on Combinatorial Optimization, EGRES). * * Permission to use, modify and distribute this software is granted diff -r 8450951a8e2d -r 14a343be7a5a lemon/color.cc --- a/lemon/color.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/color.cc Sat Mar 03 16:30:37 2007 +0000 @@ -1,8 +1,8 @@ - /* -*- C++ -*- +/* -*- C++ -*- * * 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/color.h --- a/lemon/color.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/color.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/concept_check.h --- a/lemon/concept_check.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/concept_check.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/concepts/bpugraph.h --- a/lemon/concepts/bpugraph.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/concepts/bpugraph.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/concepts/graph.h --- a/lemon/concepts/graph.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/concepts/graph.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/concepts/graph_components.h --- a/lemon/concepts/graph_components.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/concepts/graph_components.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/concepts/heap.h --- a/lemon/concepts/heap.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/concepts/heap.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/concepts/maps.h --- a/lemon/concepts/maps.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/concepts/maps.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/concepts/matrix_maps.h --- a/lemon/concepts/matrix_maps.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/concepts/matrix_maps.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/concepts/path.h --- a/lemon/concepts/path.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/concepts/path.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/concepts/ugraph.h --- a/lemon/concepts/ugraph.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/concepts/ugraph.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/counter.h --- a/lemon/counter.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/counter.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/csp.h --- a/lemon/csp.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/csp.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/dag_shortest_path.h --- a/lemon/dag_shortest_path.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/dag_shortest_path.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/dfs.h --- a/lemon/dfs.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/dfs.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/dijkstra.h --- a/lemon/dijkstra.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/dijkstra.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/dim2.h --- a/lemon/dim2.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/dim2.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/dimacs.h --- a/lemon/dimacs.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/dimacs.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/dist_log.h --- a/lemon/dist_log.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/dist_log.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/edge_set.h --- a/lemon/edge_set.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/edge_set.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/edmonds_karp.h --- a/lemon/edmonds_karp.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/edmonds_karp.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/elevator.h --- a/lemon/elevator.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/elevator.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/eps.cc --- a/lemon/eps.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/eps.cc Sat Mar 03 16:30:37 2007 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + #include namespace lemon { diff -r 8450951a8e2d -r 14a343be7a5a lemon/eps.h --- a/lemon/eps.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/eps.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/error.h --- a/lemon/error.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/error.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/euler.h --- a/lemon/euler.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/euler.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/fib_heap.h --- a/lemon/fib_heap.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/fib_heap.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/floyd_warshall.h --- a/lemon/floyd_warshall.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/floyd_warshall.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/fredman_tarjan.h --- a/lemon/fredman_tarjan.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/fredman_tarjan.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/full_graph.h --- a/lemon/full_graph.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/full_graph.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/graph_adaptor.h --- a/lemon/graph_adaptor.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/graph_adaptor.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/graph_reader.h --- a/lemon/graph_reader.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/graph_reader.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/graph_to_eps.h --- a/lemon/graph_to_eps.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/graph_to_eps.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/graph_utils.h --- a/lemon/graph_utils.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/graph_utils.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/graph_writer.h --- a/lemon/graph_writer.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/graph_writer.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/grid_ugraph.h --- a/lemon/grid_ugraph.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/grid_ugraph.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/hao_orlin.h --- a/lemon/hao_orlin.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/hao_orlin.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/hypercube_graph.h --- a/lemon/hypercube_graph.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/hypercube_graph.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/iterable_maps.h --- a/lemon/iterable_maps.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/iterable_maps.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/johnson.h --- a/lemon/johnson.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/johnson.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/kruskal.h --- a/lemon/kruskal.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/kruskal.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/lemon_reader.h --- a/lemon/lemon_reader.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/lemon_reader.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/lemon_writer.h --- a/lemon/lemon_writer.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/lemon_writer.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/list_graph.h --- a/lemon/list_graph.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/list_graph.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/lp.h --- a/lemon/lp.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/lp.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/lp_base.cc --- a/lemon/lp_base.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/lp_base.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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/lp_base.h --- a/lemon/lp_base.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/lp_base.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/lp_cplex.cc --- a/lemon/lp_cplex.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/lp_cplex.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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/lp_cplex.h --- a/lemon/lp_cplex.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/lp_cplex.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/lp_glpk.cc --- a/lemon/lp_glpk.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/lp_glpk.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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/lp_glpk.h --- a/lemon/lp_glpk.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/lp_glpk.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/lp_skeleton.cc --- a/lemon/lp_skeleton.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/lp_skeleton.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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/lp_skeleton.h --- a/lemon/lp_skeleton.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/lp_skeleton.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/lp_soplex.cc --- a/lemon/lp_soplex.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/lp_soplex.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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/lp_soplex.h --- a/lemon/lp_soplex.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/lp_soplex.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/lp_utils.h --- a/lemon/lp_utils.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/lp_utils.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/map_iterator.h --- a/lemon/map_iterator.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/map_iterator.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/maps.h --- a/lemon/maps.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/maps.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/matrix_maps.h --- a/lemon/matrix_maps.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/matrix_maps.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/max_matching.h --- a/lemon/max_matching.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/max_matching.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/min_cost_arborescence.h --- a/lemon/min_cost_arborescence.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/min_cost_arborescence.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/mip_cplex.cc --- a/lemon/mip_cplex.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/mip_cplex.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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/mip_cplex.h --- a/lemon/mip_cplex.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/mip_cplex.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/mip_glpk.cc --- a/lemon/mip_glpk.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/mip_glpk.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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/mip_glpk.h --- a/lemon/mip_glpk.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/mip_glpk.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/nagamochi_ibaraki.h --- a/lemon/nagamochi_ibaraki.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/nagamochi_ibaraki.h Sat Mar 03 16:30:37 2007 +0000 @@ -1,7 +1,9 @@ /* -*- C++ -*- - * lemon/min_cut.h - Part of LEMON, a generic C++ optimization library * - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport * (Egervary Research Group on Combinatorial Optimization, EGRES). * * Permission to use, modify and distribute this software is granted diff -r 8450951a8e2d -r 14a343be7a5a lemon/path.h --- a/lemon/path.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/path.h 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). * @@ -16,7 +16,6 @@ * */ - ///\ingroup paths ///\file ///\brief Classes for representing paths in graphs. diff -r 8450951a8e2d -r 14a343be7a5a lemon/path_utils.h --- a/lemon/path_utils.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/path_utils.h 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). * @@ -16,7 +16,6 @@ * */ - ///\ingroup paths ///\file ///\brief Classes for representing paths in graphs. diff -r 8450951a8e2d -r 14a343be7a5a lemon/polynomial.h --- a/lemon/polynomial.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/polynomial.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/preflow.h --- a/lemon/preflow.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/preflow.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/prim.h --- a/lemon/prim.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/prim.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/radix_heap.h --- a/lemon/radix_heap.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/radix_heap.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/radix_sort.h --- a/lemon/radix_sort.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/radix_sort.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/random.cc --- a/lemon/random.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/random.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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/random.h --- a/lemon/random.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/random.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/refptr.h --- a/lemon/refptr.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/refptr.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/simann.h --- a/lemon/simann.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/simann.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/smart_graph.h --- a/lemon/smart_graph.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/smart_graph.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/ssp_min_cost_flow.h --- a/lemon/ssp_min_cost_flow.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/ssp_min_cost_flow.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/static_graph.h --- a/lemon/static_graph.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/static_graph.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/steiner.h --- a/lemon/steiner.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/steiner.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/sub_graph.h --- a/lemon/sub_graph.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/sub_graph.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/suurballe.h --- a/lemon/suurballe.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/suurballe.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/tabu_search.h --- a/lemon/tabu_search.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/tabu_search.h 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). * @@ -16,7 +16,6 @@ * */ - #ifndef LEMON_TABU_SEARCH_H #define LEMON_TABU_SEARCH_H diff -r 8450951a8e2d -r 14a343be7a5a lemon/time_measure.h --- a/lemon/time_measure.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/time_measure.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/tolerance.h --- a/lemon/tolerance.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/tolerance.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/topology.h --- a/lemon/topology.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/topology.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/ugraph_adaptor.h --- a/lemon/ugraph_adaptor.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/ugraph_adaptor.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/unionfind.h --- a/lemon/unionfind.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/unionfind.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a lemon/vmap.h --- a/lemon/vmap.h Sat Mar 03 16:04:50 2007 +0000 +++ b/lemon/vmap.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a scripts/update-copyright-header --- a/scripts/update-copyright-header Sat Mar 03 16:04:50 2007 +0000 +++ b/scripts/update-copyright-header Sat Mar 03 16:30:37 2007 +0000 @@ -2,7 +2,7 @@ FILE_NAME=$1 TMP_FILE=`mktemp` -YEAR='2003-2006' +YEAR='2003-2007' (echo "/* -*- C++ -*- * diff -r 8450951a8e2d -r 14a343be7a5a test/all_pairs_shortest_path_test.cc --- a/test/all_pairs_shortest_path_test.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/test/all_pairs_shortest_path_test.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). * diff -r 8450951a8e2d -r 14a343be7a5a test/arborescence_test.cc --- a/test/arborescence_test.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/test/arborescence_test.cc Sat Mar 03 16:30:37 2007 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + #include #include #include diff -r 8450951a8e2d -r 14a343be7a5a test/bfs_test.cc --- a/test/bfs_test.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/test/bfs_test.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). * diff -r 8450951a8e2d -r 14a343be7a5a test/bipartite_matching_test.cc --- a/test/bipartite_matching_test.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/test/bipartite_matching_test.cc Sat Mar 03 16:30:37 2007 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + #include #include #include diff -r 8450951a8e2d -r 14a343be7a5a test/bpugraph_test.cc --- a/test/bpugraph_test.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/test/bpugraph_test.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). * diff -r 8450951a8e2d -r 14a343be7a5a test/counter_test.cc --- a/test/counter_test.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/test/counter_test.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). * diff -r 8450951a8e2d -r 14a343be7a5a test/dfs_test.cc --- a/test/dfs_test.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/test/dfs_test.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). * diff -r 8450951a8e2d -r 14a343be7a5a test/dijkstra_test.cc --- a/test/dijkstra_test.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/test/dijkstra_test.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). * diff -r 8450951a8e2d -r 14a343be7a5a test/dim_test.cc --- a/test/dim_test.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/test/dim_test.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). * diff -r 8450951a8e2d -r 14a343be7a5a test/edge_set_test.cc --- a/test/edge_set_test.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/test/edge_set_test.cc Sat Mar 03 16:30:37 2007 +0000 @@ -1,4 +1,20 @@ -// -*- c++ -*- +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ #include #include diff -r 8450951a8e2d -r 14a343be7a5a test/error_test.cc --- a/test/error_test.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/test/error_test.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). * diff -r 8450951a8e2d -r 14a343be7a5a test/graph_adaptor_test.cc --- a/test/graph_adaptor_test.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/test/graph_adaptor_test.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). * diff -r 8450951a8e2d -r 14a343be7a5a test/graph_copy_test.cc --- a/test/graph_copy_test.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/test/graph_copy_test.cc Sat Mar 03 16:30:37 2007 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + #include #include #include diff -r 8450951a8e2d -r 14a343be7a5a test/graph_factory_test.cc --- a/test/graph_factory_test.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/test/graph_factory_test.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). * diff -r 8450951a8e2d -r 14a343be7a5a test/graph_test.cc --- a/test/graph_test.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/test/graph_test.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). * diff -r 8450951a8e2d -r 14a343be7a5a test/graph_test.h --- a/test/graph_test.h Sat Mar 03 16:04:50 2007 +0000 +++ b/test/graph_test.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a test/graph_utils_test.cc --- a/test/graph_utils_test.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/test/graph_utils_test.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). * diff -r 8450951a8e2d -r 14a343be7a5a test/graph_utils_test.h --- a/test/graph_utils_test.h Sat Mar 03 16:04:50 2007 +0000 +++ b/test/graph_utils_test.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a test/heap_test.cc --- a/test/heap_test.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/test/heap_test.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). * diff -r 8450951a8e2d -r 14a343be7a5a test/heap_test.h --- a/test/heap_test.h Sat Mar 03 16:04:50 2007 +0000 +++ b/test/heap_test.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a test/kruskal_test.cc --- a/test/kruskal_test.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/test/kruskal_test.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). * diff -r 8450951a8e2d -r 14a343be7a5a test/lp_test.cc --- a/test/lp_test.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/test/lp_test.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). * diff -r 8450951a8e2d -r 14a343be7a5a test/map_test.h --- a/test/map_test.h Sat Mar 03 16:04:50 2007 +0000 +++ b/test/map_test.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a test/maps_test.cc --- a/test/maps_test.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/test/maps_test.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). * diff -r 8450951a8e2d -r 14a343be7a5a test/matrix_maps_test.cc --- a/test/matrix_maps_test.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/test/matrix_maps_test.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). * diff -r 8450951a8e2d -r 14a343be7a5a test/max_matching_test.cc --- a/test/max_matching_test.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/test/max_matching_test.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). * diff -r 8450951a8e2d -r 14a343be7a5a test/min_cost_flow_test.cc --- a/test/min_cost_flow_test.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/test/min_cost_flow_test.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). * diff -r 8450951a8e2d -r 14a343be7a5a test/mip_test.cc --- a/test/mip_test.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/test/mip_test.cc Sat Mar 03 16:30:37 2007 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + #include "test_tools.h" diff -r 8450951a8e2d -r 14a343be7a5a test/path_test.cc --- a/test/path_test.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/test/path_test.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). * diff -r 8450951a8e2d -r 14a343be7a5a test/polynomial_test.cc --- a/test/polynomial_test.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/test/polynomial_test.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). * diff -r 8450951a8e2d -r 14a343be7a5a test/preflow_test.cc --- a/test/preflow_test.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/test/preflow_test.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). * diff -r 8450951a8e2d -r 14a343be7a5a test/radix_sort_test.cc --- a/test/radix_sort_test.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/test/radix_sort_test.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). * diff -r 8450951a8e2d -r 14a343be7a5a test/refptr_test.cc --- a/test/refptr_test.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/test/refptr_test.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). * diff -r 8450951a8e2d -r 14a343be7a5a test/simann_test.cc --- a/test/simann_test.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/test/simann_test.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). * diff -r 8450951a8e2d -r 14a343be7a5a test/suurballe_test.cc --- a/test/suurballe_test.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/test/suurballe_test.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). * diff -r 8450951a8e2d -r 14a343be7a5a test/test_tools.h --- a/test/test_tools.h Sat Mar 03 16:04:50 2007 +0000 +++ b/test/test_tools.h 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). * diff -r 8450951a8e2d -r 14a343be7a5a test/test_tools_fail.cc --- a/test/test_tools_fail.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/test/test_tools_fail.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). * diff -r 8450951a8e2d -r 14a343be7a5a test/test_tools_pass.cc --- a/test/test_tools_pass.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/test/test_tools_pass.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). * diff -r 8450951a8e2d -r 14a343be7a5a test/time_measure_test.cc --- a/test/time_measure_test.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/test/time_measure_test.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). * diff -r 8450951a8e2d -r 14a343be7a5a test/ugraph_test.cc --- a/test/ugraph_test.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/test/ugraph_test.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). * diff -r 8450951a8e2d -r 14a343be7a5a test/unionfind_test.cc --- a/test/unionfind_test.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/test/unionfind_test.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). * diff -r 8450951a8e2d -r 14a343be7a5a tools/lgf-gen.cc --- a/tools/lgf-gen.cc Sat Mar 03 16:04:50 2007 +0000 +++ b/tools/lgf-gen.cc Sat Mar 03 16:30:37 2007 +0000 @@ -1,3 +1,21 @@ +/* -*- C++ -*- + * + * This file is a part of LEMON, a generic C++ optimization library + * + * Copyright (C) 2003-2007 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport + * (Egervary Research Group on Combinatorial Optimization, EGRES). + * + * Permission to use, modify and distribute this software is granted + * provided that this copyright notice appears in all copies. For + * precise terms see the accompanying LICENSE file. + * + * This software is provided "AS IS" with no warranty of any kind, + * express or implied, and with no claim as to its suitability for any + * purpose. + * + */ + #include #include #include