Happy new year to LEMON
authoralpar
Wed, 04 Jan 2006 13:31:59 +0000
changeset 187598698b69a902
parent 1874 396831fa7012
child 1876 5ad84ad1b68f
Happy new year to LEMON
LICENSE
demo/coloring.cc
demo/descriptor_map_demo.cc
demo/dijkstra_demo.cc
demo/dim_to_dot.cc
demo/dim_to_lgf.cc
demo/graph_orientation.cc
demo/graph_to_eps_demo.cc
demo/grid_graph_demo.cc
demo/hello_lemon.cc
demo/kruskal_demo.cc
demo/lp_demo.cc
demo/lp_maxflow_demo.cc
demo/min_route.cc
demo/reader_writer_demo.cc
demo/sub_graph_adaptor_demo.cc
demo/tight_edge_filter_map.h
demo/topology_demo.cc
doc/template.h
gui/xml.h
lemon/attic/debug.h
lemon/base.cc
lemon/bellman_ford.h
lemon/bezier.h
lemon/bfs.h
lemon/bin_heap.h
lemon/bits/alteration_notifier.h
lemon/bits/array_map.h
lemon/bits/default_map.h
lemon/bits/graph_extender.h
lemon/bits/item_reader.h
lemon/bits/item_writer.h
lemon/bits/map_extender.h
lemon/bits/static_map.h
lemon/bits/vector_map.h
lemon/concept/graph.h
lemon/concept/graph_component.h
lemon/concept/heap.h
lemon/concept/maps.h
lemon/concept/matrix_maps.h
lemon/concept/path.h
lemon/concept/undir_graph.h
lemon/counter.h
lemon/dfs.h
lemon/dijkstra.h
lemon/dimacs.h
lemon/edge_set.h
lemon/error.h
lemon/euler.h
lemon/fib_heap.h
lemon/floyd_warshall.h
lemon/full_graph.h
lemon/graph_adaptor.h
lemon/graph_reader.h
lemon/graph_to_eps.h
lemon/graph_utils.h
lemon/graph_writer.h
lemon/grid_graph.h
lemon/hypercube_graph.h
lemon/invalid.h
lemon/iterable_maps.h
lemon/johnson.h
lemon/kruskal.h
lemon/lemon_reader.h
lemon/lemon_writer.h
lemon/linear_heap.h
lemon/list_graph.h
lemon/lp.h
lemon/lp_base.cc
lemon/lp_base.h
lemon/lp_cplex.cc
lemon/lp_cplex.h
lemon/lp_glpk.cc
lemon/lp_glpk.h
lemon/lp_skeleton.cc
lemon/lp_skeleton.h
lemon/map_iterator.h
lemon/maps.h
lemon/matrix_maps.h
lemon/max_matching.h
lemon/min_cost_flow.h
lemon/path.h
lemon/preflow.h
lemon/radix_heap.h
lemon/radix_sort.h
lemon/smart_graph.h
lemon/sub_graph.h
lemon/suurballe.h
lemon/time_measure.h
lemon/tolerance.h
lemon/topology.h
lemon/traits.h
lemon/unionfind.h
lemon/utility.h
lemon/xy.h
test/bfs_test.cc
test/counter_test.cc
test/dfs_test.cc
test/dijkstra_test.cc
test/error_test.cc
test/graph_adaptor_test.cc
test/graph_factory_test.cc
test/graph_test.h
test/graph_utils_test.h
test/kruskal_test.cc
test/map_test.h
test/max_matching_test.cc
test/min_cost_flow_test.cc
test/path_test.cc
test/preflow_test.cc
test/suurballe_test.cc
test/test_tools.h
test/test_tools_fail.cc
test/test_tools_pass.cc
test/time_measure_test.cc
test/unionfind_test.cc
test/xy_test.cc
     1.1 --- a/LICENSE	Wed Jan 04 13:20:17 2006 +0000
     1.2 +++ b/LICENSE	Wed Jan 04 13:31:59 2006 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  LEMON code without an explicit copyright is covered by the following
     1.5  copyright/license:
     1.6  
     1.7 -Copyright (C) 2003-2005 Egervary Jeno Kombinatorikus Optimalizalasi
     1.8 +Copyright (C) 2003-2006 Egervary Jeno Kombinatorikus Optimalizalasi
     1.9  Kutatocsoport (Egervary Combinatorial Optimization Research Group,
    1.10  EGRES).
    1.11  
     2.1 --- a/demo/coloring.cc	Wed Jan 04 13:20:17 2006 +0000
     2.2 +++ b/demo/coloring.cc	Wed Jan 04 13:31:59 2006 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  /* -*- C++ -*-
     2.5   * demo/coloring.cc - Part of LEMON, a generic C++ optimization library
     2.6   *
     2.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     2.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     2.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    2.10   *
    2.11   * Permission to use, modify and distribute this software is granted
    2.12 @@ -98,7 +98,7 @@
    2.13    ColorSet colorSet;
    2.14  
    2.15    graphToEps(graph, "coloring.eps").
    2.16 -    title("Six Colored Plan Graph").copyright("(C) 2005 LEMON Project").
    2.17 +    title("Six Colored Plan Graph").copyright("(C) 2006 LEMON Project").
    2.18      coords(coords).nodeColors(composeMap(colorSet, color)).
    2.19      nodeScale(5.0).scaleToA4().run();
    2.20  
     3.1 --- a/demo/descriptor_map_demo.cc	Wed Jan 04 13:20:17 2006 +0000
     3.2 +++ b/demo/descriptor_map_demo.cc	Wed Jan 04 13:31:59 2006 +0000
     3.3 @@ -2,7 +2,7 @@
     3.4   * demo/descriptor_map_demo.cc - Part of LEMON, a generic C++ optimization
     3.5   * library
     3.6   *
     3.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     3.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     3.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    3.10   *
    3.11   * Permission to use, modify and distribute this software is granted
    3.12 @@ -110,7 +110,7 @@
    3.13      
    3.14    graphToEps(graph,"descriptor_map_demo.eps").scaleToA4().
    3.15      title("Generated graph").
    3.16 -    copyright("(C) 2005 LEMON Project").
    3.17 +    copyright("(C) 2006 LEMON Project").
    3.18      coords(coords).
    3.19      nodeScale(1.0).
    3.20      enableParallel().parEdgeDist(1).
     4.1 --- a/demo/dijkstra_demo.cc	Wed Jan 04 13:20:17 2006 +0000
     4.2 +++ b/demo/dijkstra_demo.cc	Wed Jan 04 13:31:59 2006 +0000
     4.3 @@ -1,7 +1,7 @@
     4.4  /* -*- C++ -*-
     4.5   * demo/dijkstra_demo.cc - Part of LEMON, a generic C++ optimization library
     4.6   *
     4.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     4.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     4.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    4.10   *
    4.11   * Permission to use, modify and distribute this software is granted
     5.1 --- a/demo/dim_to_dot.cc	Wed Jan 04 13:20:17 2006 +0000
     5.2 +++ b/demo/dim_to_dot.cc	Wed Jan 04 13:31:59 2006 +0000
     5.3 @@ -1,7 +1,7 @@
     5.4  /* -*- C++ -*-
     5.5   * demo/dim_to_dot.cc - Part of LEMON, a generic C++ optimization library
     5.6   *
     5.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     5.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     5.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    5.10   *
    5.11   * Permission to use, modify and distribute this software is granted
     6.1 --- a/demo/dim_to_lgf.cc	Wed Jan 04 13:20:17 2006 +0000
     6.2 +++ b/demo/dim_to_lgf.cc	Wed Jan 04 13:31:59 2006 +0000
     6.3 @@ -1,7 +1,7 @@
     6.4  /* -*- C++ -*-
     6.5   * demo/dim_to_lgf.cc - Part of LEMON, a generic C++ optimization library
     6.6   *
     6.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     6.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     6.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    6.10   *
    6.11   * Permission to use, modify and distribute this software is granted
     7.1 --- a/demo/graph_orientation.cc	Wed Jan 04 13:20:17 2006 +0000
     7.2 +++ b/demo/graph_orientation.cc	Wed Jan 04 13:31:59 2006 +0000
     7.3 @@ -1,7 +1,7 @@
     7.4  /* -*- C++ -*-
     7.5   * demo/graph_orientation.cc - Part of LEMON, a generic C++ optimization library
     7.6   *
     7.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     7.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     7.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    7.10   *
    7.11   * Permission to use, modify and distribute this software is granted
    7.12 @@ -108,7 +108,7 @@
    7.13  
    7.14    graphToEps(g,"graph_orientation.eps").scaleToA4().
    7.15      title("Sample .eps figure (fits to A4)").
    7.16 -    copyright("(C) 2005 LEMON Project").
    7.17 +    copyright("(C) 2006 LEMON Project").
    7.18      nodeScale(15).
    7.19      coords(coords).
    7.20      negateY().
     8.1 --- a/demo/graph_to_eps_demo.cc	Wed Jan 04 13:20:17 2006 +0000
     8.2 +++ b/demo/graph_to_eps_demo.cc	Wed Jan 04 13:31:59 2006 +0000
     8.3 @@ -1,7 +1,7 @@
     8.4  /* -*- C++ -*-
     8.5   * demo/graph_to_eps.cc - Part of LEMON, a generic C++ optimization library
     8.6   *
     8.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     8.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     8.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    8.10   *
    8.11   * Permission to use, modify and distribute this software is granted
    8.12 @@ -81,7 +81,7 @@
    8.13    cout << "Create 'graph_to_eps_demo_out.eps'" << endl;
    8.14    graphToEps(g,"graph_to_eps_demo_out.eps").scale(10).coords(coords).
    8.15      title("Sample .eps figure").
    8.16 -    copyright("(C) 2005 LEMON Project").
    8.17 +    copyright("(C) 2006 LEMON Project").
    8.18      nodeScale(2).nodeSizes(sizes).
    8.19      nodeShapes(shapes).
    8.20      nodeColors(composeMap(colorSet,colors)).
    8.21 @@ -94,7 +94,7 @@
    8.22    cout << "Create 'graph_to_eps_demo_out_arr.eps'" << endl;
    8.23    graphToEps(g,"graph_to_eps_demo_out_arr.eps").scale(10).
    8.24      title("Sample .eps figure (with arrowheads)").
    8.25 -    copyright("(C) 2005 LEMON Project").
    8.26 +    copyright("(C) 2006 LEMON Project").
    8.27      nodeColors(composeMap(colorSet,colors)).
    8.28      coords(coords).
    8.29      nodeScale(2).nodeSizes(sizes).
    8.30 @@ -119,7 +119,7 @@
    8.31    cout << "Create 'graph_to_eps_demo_out_par.eps'" << endl;
    8.32    graphToEps(g,"graph_to_eps_demo_out_par.eps").scale(10).
    8.33      title("Sample .eps figure (parallel edges)").
    8.34 -    copyright("(C) 2005 LEMON Project").
    8.35 +    copyright("(C) 2006 LEMON Project").
    8.36      nodeShapes(shapes).
    8.37      coords(coords).
    8.38      nodeScale(2).nodeSizes(sizes).
    8.39 @@ -133,7 +133,7 @@
    8.40    cout << "Create 'graph_to_eps_demo_out_par_arr.eps'" << endl;
    8.41    graphToEps(g,"graph_to_eps_demo_out_par_arr.eps").scale(10).
    8.42      title("Sample .eps figure (parallel edges and arrowheads)").
    8.43 -    copyright("(C) 2005 LEMON Project").
    8.44 +    copyright("(C) 2006 LEMON Project").
    8.45      nodeScale(2).nodeSizes(sizes).
    8.46      coords(coords).
    8.47      nodeShapes(shapes).
    8.48 @@ -148,7 +148,7 @@
    8.49    cout << "Create 'graph_to_eps_demo_out_a4.eps'" << endl;
    8.50    graphToEps(g,"graph_to_eps_demo_out_a4.eps").scaleToA4().
    8.51      title("Sample .eps figure (fits to A4)").
    8.52 -    copyright("(C) 2005 LEMON Project").
    8.53 +    copyright("(C) 2006 LEMON Project").
    8.54      nodeScale(2).nodeSizes(sizes).
    8.55      coords(coords).
    8.56      nodeShapes(shapes).
    8.57 @@ -174,7 +174,7 @@
    8.58    cout << "Create 'graph_to_eps_demo_out_colors.eps'" << endl;
    8.59    graphToEps(h,"graph_to_eps_demo_out_colors.eps").scale(60).
    8.60      title("Sample .eps figure (ColorSet demo)").
    8.61 -    copyright("(C) 2005 LEMON Project").
    8.62 +    copyright("(C) 2006 LEMON Project").
    8.63      coords(hcoords).
    8.64      nodeScale(.45).
    8.65      distantColorNodeTexts().
     9.1 --- a/demo/grid_graph_demo.cc	Wed Jan 04 13:20:17 2006 +0000
     9.2 +++ b/demo/grid_graph_demo.cc	Wed Jan 04 13:31:59 2006 +0000
     9.3 @@ -69,7 +69,7 @@
     9.4    
     9.5    graphToEps(filtered, "grid_graph_demo.eps").scaleToA4().
     9.6      title("Grid graph").
     9.7 -    copyright("(C) 2005 LEMON Project").
     9.8 +    copyright("(C) 2006 LEMON Project").
     9.9      coords(scaleMap(indexMap(graph), 10)).
    9.10      enableParallel().
    9.11      nodeScale(0.5).
    10.1 --- a/demo/hello_lemon.cc	Wed Jan 04 13:20:17 2006 +0000
    10.2 +++ b/demo/hello_lemon.cc	Wed Jan 04 13:31:59 2006 +0000
    10.3 @@ -1,7 +1,7 @@
    10.4  /* -*- C++ -*-
    10.5   * demo/hello_lemon.cc - Part of LEMON, a generic C++ optimization library
    10.6   *
    10.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    10.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    10.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   10.10   *
   10.11   * Permission to use, modify and distribute this software is granted
    11.1 --- a/demo/kruskal_demo.cc	Wed Jan 04 13:20:17 2006 +0000
    11.2 +++ b/demo/kruskal_demo.cc	Wed Jan 04 13:31:59 2006 +0000
    11.3 @@ -1,7 +1,7 @@
    11.4  /* -*- C++ -*-
    11.5   * demo/kruskal_demo.cc - Part of LEMON, a generic C++ optimization library
    11.6   *
    11.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    11.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    11.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   11.10   *
   11.11   * Permission to use, modify and distribute this software is granted
    12.1 --- a/demo/lp_demo.cc	Wed Jan 04 13:20:17 2006 +0000
    12.2 +++ b/demo/lp_demo.cc	Wed Jan 04 13:31:59 2006 +0000
    12.3 @@ -1,7 +1,7 @@
    12.4  /* -*- C++ -*-
    12.5   * demo/lp_demo.cc - Part of LEMON, a generic C++ optimization library
    12.6   *
    12.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    12.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    12.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   12.10   *
   12.11   * Permission to use, modify and distribute this software is granted
    13.1 --- a/demo/lp_maxflow_demo.cc	Wed Jan 04 13:20:17 2006 +0000
    13.2 +++ b/demo/lp_maxflow_demo.cc	Wed Jan 04 13:31:59 2006 +0000
    13.3 @@ -1,7 +1,7 @@
    13.4  /* -*- C++ -*-
    13.5   * demo/lp_maxflow_demo.cc - Part of LEMON, a generic C++ optimization library
    13.6   *
    13.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    13.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    13.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   13.10   *
   13.11   * Permission to use, modify and distribute this software is granted
    14.1 --- a/demo/min_route.cc	Wed Jan 04 13:20:17 2006 +0000
    14.2 +++ b/demo/min_route.cc	Wed Jan 04 13:31:59 2006 +0000
    14.3 @@ -1,7 +1,7 @@
    14.4  /* -*- C++ -*-
    14.5   * demo/min_route.cc - Part of LEMON, a generic C++ optimization library
    14.6   *
    14.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    14.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    14.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   14.10   *
   14.11   * Permission to use, modify and distribute this software is granted
    15.1 --- a/demo/reader_writer_demo.cc	Wed Jan 04 13:20:17 2006 +0000
    15.2 +++ b/demo/reader_writer_demo.cc	Wed Jan 04 13:31:59 2006 +0000
    15.3 @@ -2,7 +2,7 @@
    15.4   * demo/reader_writer_demo.cc - Part of LEMON, a generic C++ optimization
    15.5   * library
    15.6   *
    15.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    15.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    15.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   15.10   *
   15.11   * Permission to use, modify and distribute this software is granted
    16.1 --- a/demo/sub_graph_adaptor_demo.cc	Wed Jan 04 13:20:17 2006 +0000
    16.2 +++ b/demo/sub_graph_adaptor_demo.cc	Wed Jan 04 13:31:59 2006 +0000
    16.3 @@ -2,7 +2,7 @@
    16.4   * demo/sub_graph_adaptor_demo.cc - Part of LEMON, a generic C++ optimization
    16.5   * library
    16.6   *
    16.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    16.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    16.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   16.10   *
   16.11   * Permission to use, modify and distribute this software is granted
    17.1 --- a/demo/tight_edge_filter_map.h	Wed Jan 04 13:20:17 2006 +0000
    17.2 +++ b/demo/tight_edge_filter_map.h	Wed Jan 04 13:31:59 2006 +0000
    17.3 @@ -2,7 +2,7 @@
    17.4   * demo/tight_edge_filter_map.h - Part of LEMON, a generic C++ optimization
    17.5   * library
    17.6   *
    17.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    17.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    17.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   17.10   *
   17.11   * Permission to use, modify and distribute this software is granted
    18.1 --- a/demo/topology_demo.cc	Wed Jan 04 13:20:17 2006 +0000
    18.2 +++ b/demo/topology_demo.cc	Wed Jan 04 13:31:59 2006 +0000
    18.3 @@ -1,7 +1,7 @@
    18.4  /* -*- C++ -*-
    18.5   * demo/min_route.cc - Part of LEMON, a generic C++ optimization library
    18.6   *
    18.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    18.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    18.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   18.10   *
   18.11   * Permission to use, modify and distribute this software is granted
    19.1 --- a/doc/template.h	Wed Jan 04 13:20:17 2006 +0000
    19.2 +++ b/doc/template.h	Wed Jan 04 13:31:59 2006 +0000
    19.3 @@ -1,7 +1,7 @@
    19.4  /* -*- C++ -*-
    19.5   * lemon/template.h - Part of LEMON, a generic C++ optimization library
    19.6   *
    19.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    19.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    19.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   19.10   *
   19.11   * Permission to use, modify and distribute this software is granted
    20.1 --- a/gui/xml.h	Wed Jan 04 13:20:17 2006 +0000
    20.2 +++ b/gui/xml.h	Wed Jan 04 13:31:59 2006 +0000
    20.3 @@ -1,7 +1,7 @@
    20.4  /* -*- C++ -*-
    20.5   * gui/xml.h - Part of LEMON, a generic C++ optimization library
    20.6   *
    20.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    20.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    20.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   20.10   *
   20.11   * Permission to use, modify and distribute this software is granted
    21.1 --- a/lemon/attic/debug.h	Wed Jan 04 13:20:17 2006 +0000
    21.2 +++ b/lemon/attic/debug.h	Wed Jan 04 13:31:59 2006 +0000
    21.3 @@ -1,7 +1,7 @@
    21.4  /* -*- C++ -*-
    21.5   * lemon/debug.h - Part of LEMON, a generic C++ optimization library
    21.6   *
    21.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    21.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    21.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   21.10   *
   21.11   * Permission to use, modify and distribute this software is granted
    22.1 --- a/lemon/base.cc	Wed Jan 04 13:20:17 2006 +0000
    22.2 +++ b/lemon/base.cc	Wed Jan 04 13:31:59 2006 +0000
    22.3 @@ -1,7 +1,7 @@
    22.4  /* -*- C++ -*-
    22.5   * lemon/base.cc - Part of LEMON, a generic C++ optimization library
    22.6   *
    22.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    22.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    22.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   22.10   *
   22.11   * Permission to use, modify and distribute this software is granted
    23.1 --- a/lemon/bellman_ford.h	Wed Jan 04 13:20:17 2006 +0000
    23.2 +++ b/lemon/bellman_ford.h	Wed Jan 04 13:31:59 2006 +0000
    23.3 @@ -1,7 +1,7 @@
    23.4  /* -*- C++ -*-
    23.5   * lemon/bellman_ford.h - Part of LEMON, a generic C++ optimization library
    23.6   *
    23.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    23.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    23.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   23.10   *
   23.11   * Permission to use, modify and distribute this software is granted
    24.1 --- a/lemon/bezier.h	Wed Jan 04 13:20:17 2006 +0000
    24.2 +++ b/lemon/bezier.h	Wed Jan 04 13:31:59 2006 +0000
    24.3 @@ -1,7 +1,7 @@
    24.4  /* -*- C++ -*-
    24.5   * lemon/bezier.h - Part of LEMON, a generic C++ optimization library
    24.6   *
    24.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    24.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    24.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   24.10   *
   24.11   * Permission to use, modify and distribute this software is granted
    25.1 --- a/lemon/bfs.h	Wed Jan 04 13:20:17 2006 +0000
    25.2 +++ b/lemon/bfs.h	Wed Jan 04 13:31:59 2006 +0000
    25.3 @@ -1,7 +1,7 @@
    25.4  /* -*- C++ -*-
    25.5   * lemon/bfs.h - Part of LEMON, a generic C++ optimization library
    25.6   *
    25.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    25.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    25.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   25.10   *
   25.11   * Permission to use, modify and distribute this software is granted
    26.1 --- a/lemon/bin_heap.h	Wed Jan 04 13:20:17 2006 +0000
    26.2 +++ b/lemon/bin_heap.h	Wed Jan 04 13:31:59 2006 +0000
    26.3 @@ -1,7 +1,7 @@
    26.4  /* -*- C++ -*-
    26.5   * lemon/bin_heap.h - Part of LEMON, a generic C++ optimization library
    26.6   *
    26.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    26.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    26.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   26.10   *
   26.11   * Permission to use, modify and distribute this software is granted
    27.1 --- a/lemon/bits/alteration_notifier.h	Wed Jan 04 13:20:17 2006 +0000
    27.2 +++ b/lemon/bits/alteration_notifier.h	Wed Jan 04 13:31:59 2006 +0000
    27.3 @@ -1,7 +1,7 @@
    27.4  /* -*- C++ -*-
    27.5   * lemon/notifier.h - Part of LEMON, a generic C++ optimization library
    27.6   *
    27.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    27.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    27.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   27.10   *
   27.11   * Permission to use, modify and distribute this software is granted
    28.1 --- a/lemon/bits/array_map.h	Wed Jan 04 13:20:17 2006 +0000
    28.2 +++ b/lemon/bits/array_map.h	Wed Jan 04 13:31:59 2006 +0000
    28.3 @@ -1,7 +1,7 @@
    28.4  /* -*- C++ -*-
    28.5   * lemon/bits/array_map.h - Part of LEMON, a generic C++ optimization library
    28.6   *
    28.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    28.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    28.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   28.10   *
   28.11   * Permission to use, modify and distribute this software is granted
    29.1 --- a/lemon/bits/default_map.h	Wed Jan 04 13:20:17 2006 +0000
    29.2 +++ b/lemon/bits/default_map.h	Wed Jan 04 13:31:59 2006 +0000
    29.3 @@ -1,7 +1,7 @@
    29.4  /* -*- C++ -*-
    29.5   * lemon/default_map.h - Part of LEMON, a generic C++ optimization library
    29.6   *
    29.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    29.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    29.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   29.10   *
   29.11   * Permission to use, modify and distribute this software is granted
    30.1 --- a/lemon/bits/graph_extender.h	Wed Jan 04 13:20:17 2006 +0000
    30.2 +++ b/lemon/bits/graph_extender.h	Wed Jan 04 13:31:59 2006 +0000
    30.3 @@ -1,7 +1,7 @@
    30.4  /* -*- C++ -*-
    30.5   * lemon/graph_extender.h - Part of LEMON, a generic C++ optimization library
    30.6   *
    30.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi
    30.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi
    30.9   * Kutatocsoport (Egervary Research Group on Combinatorial Optimization,
   30.10   * EGRES).
   30.11   *
    31.1 --- a/lemon/bits/item_reader.h	Wed Jan 04 13:20:17 2006 +0000
    31.2 +++ b/lemon/bits/item_reader.h	Wed Jan 04 13:31:59 2006 +0000
    31.3 @@ -1,7 +1,7 @@
    31.4  /* -*- C++ -*-
    31.5   * lemon/bits/item_reader.h - Part of LEMON, a generic C++ optimization library
    31.6   *
    31.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    31.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    31.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   31.10   *
   31.11   * Permission to use, modify and distribute this software is granted
    32.1 --- a/lemon/bits/item_writer.h	Wed Jan 04 13:20:17 2006 +0000
    32.2 +++ b/lemon/bits/item_writer.h	Wed Jan 04 13:31:59 2006 +0000
    32.3 @@ -1,7 +1,7 @@
    32.4  /* -*- C++ -*-
    32.5   * lemon/bits/item_reader.h - Part of LEMON, a generic C++ optimization library
    32.6   *
    32.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    32.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    32.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   32.10   *
   32.11   * Permission to use, modify and distribute this software is granted
    33.1 --- a/lemon/bits/map_extender.h	Wed Jan 04 13:20:17 2006 +0000
    33.2 +++ b/lemon/bits/map_extender.h	Wed Jan 04 13:31:59 2006 +0000
    33.3 @@ -1,7 +1,7 @@
    33.4  /* -*- C++ -*-
    33.5   * lemon/map_extender.h - Part of LEMON, a generic C++ optimization library
    33.6   *
    33.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    33.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    33.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   33.10   *
   33.11   * Permission to use, modify and distribute this software is granted
    34.1 --- a/lemon/bits/static_map.h	Wed Jan 04 13:20:17 2006 +0000
    34.2 +++ b/lemon/bits/static_map.h	Wed Jan 04 13:31:59 2006 +0000
    34.3 @@ -1,7 +1,7 @@
    34.4  /* -*- C++ -*-
    34.5   * lemon/static_map.h - Part of LEMON, a generic C++ optimization library
    34.6   *
    34.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    34.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    34.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   34.10   *
   34.11   * Permission to use, modify and distribute this software is granted
    35.1 --- a/lemon/bits/vector_map.h	Wed Jan 04 13:20:17 2006 +0000
    35.2 +++ b/lemon/bits/vector_map.h	Wed Jan 04 13:31:59 2006 +0000
    35.3 @@ -1,7 +1,7 @@
    35.4  /* -*- C++ -*-
    35.5   * lemon/vector_map.h - Part of LEMON, a generic C++ optimization library
    35.6   *
    35.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    35.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    35.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   35.10   *
   35.11   * Permission to use, modify and distribute this software is granted
    36.1 --- a/lemon/concept/graph.h	Wed Jan 04 13:20:17 2006 +0000
    36.2 +++ b/lemon/concept/graph.h	Wed Jan 04 13:31:59 2006 +0000
    36.3 @@ -1,7 +1,7 @@
    36.4  /* -*- C++ -*-
    36.5   * lemon/concept/graph.h - Part of LEMON, a generic C++ optimization library
    36.6   *
    36.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    36.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    36.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   36.10   *
   36.11   * Permission to use, modify and distribute this software is granted
    37.1 --- a/lemon/concept/graph_component.h	Wed Jan 04 13:20:17 2006 +0000
    37.2 +++ b/lemon/concept/graph_component.h	Wed Jan 04 13:31:59 2006 +0000
    37.3 @@ -1,7 +1,7 @@
    37.4  /* -*- C++ -*-
    37.5   * lemon/concept/graph_component.h - Part of LEMON, a generic C++ optimization library
    37.6   *
    37.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    37.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    37.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   37.10   *
   37.11   * Permission to use, modify and distribute this software is granted
    38.1 --- a/lemon/concept/heap.h	Wed Jan 04 13:20:17 2006 +0000
    38.2 +++ b/lemon/concept/heap.h	Wed Jan 04 13:31:59 2006 +0000
    38.3 @@ -1,7 +1,7 @@
    38.4  /* -*- C++ -*-
    38.5   * lemon/concept/heap.h - Part of LEMON, a generic C++ optimization library
    38.6   *
    38.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    38.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    38.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   38.10   *
   38.11   * Permission to use, modify and distribute this software is granted
    39.1 --- a/lemon/concept/maps.h	Wed Jan 04 13:20:17 2006 +0000
    39.2 +++ b/lemon/concept/maps.h	Wed Jan 04 13:31:59 2006 +0000
    39.3 @@ -1,7 +1,7 @@
    39.4  /* -*- C++ -*-
    39.5   * lemon/concept/maps.h - Part of LEMON, a generic C++ optimization library
    39.6   *
    39.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    39.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    39.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   39.10   *
   39.11   * Permission to use, modify and distribute this software is granted
    40.1 --- a/lemon/concept/matrix_maps.h	Wed Jan 04 13:20:17 2006 +0000
    40.2 +++ b/lemon/concept/matrix_maps.h	Wed Jan 04 13:31:59 2006 +0000
    40.3 @@ -1,7 +1,7 @@
    40.4  /* -*- C++ -*-
    40.5   * lemon/concept/matrix_maps.h - Part of LEMON, a generic C++ optimization library
    40.6   *
    40.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    40.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    40.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   40.10   *
   40.11   * Permission to use, modify and distribute this software is granted
    41.1 --- a/lemon/concept/path.h	Wed Jan 04 13:20:17 2006 +0000
    41.2 +++ b/lemon/concept/path.h	Wed Jan 04 13:31:59 2006 +0000
    41.3 @@ -1,7 +1,7 @@
    41.4  /* -*- C++ -*-
    41.5   * lemon/concept/path.h - Part of LEMON, a generic C++ optimization library
    41.6   *
    41.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    41.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    41.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   41.10   *
   41.11   * Permission to use, modify and distribute this software is granted
    42.1 --- a/lemon/concept/undir_graph.h	Wed Jan 04 13:20:17 2006 +0000
    42.2 +++ b/lemon/concept/undir_graph.h	Wed Jan 04 13:31:59 2006 +0000
    42.3 @@ -3,7 +3,7 @@
    42.4   * lemon/concept/undir_graph_component.h - Part of LEMON, a generic
    42.5   * C++ optimization library
    42.6   *
    42.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi
    42.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi
    42.9   * Kutatocsoport (Egervary Research Group on Combinatorial Optimization,
   42.10   * EGRES).
   42.11   *
    43.1 --- a/lemon/counter.h	Wed Jan 04 13:20:17 2006 +0000
    43.2 +++ b/lemon/counter.h	Wed Jan 04 13:31:59 2006 +0000
    43.3 @@ -2,7 +2,7 @@
    43.4   * lemon/counter.h - 
    43.5   * Part of LEMON, a generic C++ optimization library
    43.6   *
    43.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    43.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    43.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   43.10   *
   43.11   * Permission to use, modify and distribute this software is granted
    44.1 --- a/lemon/dfs.h	Wed Jan 04 13:20:17 2006 +0000
    44.2 +++ b/lemon/dfs.h	Wed Jan 04 13:31:59 2006 +0000
    44.3 @@ -1,7 +1,7 @@
    44.4  /* -*- C++ -*-
    44.5   * lemon/dfs.h - Part of LEMON, a generic C++ optimization library
    44.6   *
    44.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    44.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    44.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   44.10   *
   44.11   * Permission to use, modify and distribute this software is granted
    45.1 --- a/lemon/dijkstra.h	Wed Jan 04 13:20:17 2006 +0000
    45.2 +++ b/lemon/dijkstra.h	Wed Jan 04 13:31:59 2006 +0000
    45.3 @@ -1,7 +1,7 @@
    45.4  /* -*- C++ -*-
    45.5   * lemon/dijkstra.h - Part of LEMON, a generic C++ optimization library
    45.6   *
    45.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    45.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    45.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   45.10   *
   45.11   * Permission to use, modify and distribute this software is granted
    46.1 --- a/lemon/dimacs.h	Wed Jan 04 13:20:17 2006 +0000
    46.2 +++ b/lemon/dimacs.h	Wed Jan 04 13:31:59 2006 +0000
    46.3 @@ -1,7 +1,7 @@
    46.4  /* -*- C++ -*-
    46.5   * lemon/dimacs.h - Part of LEMON, a generic C++ optimization library
    46.6   *
    46.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    46.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    46.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   46.10   *
   46.11   * Permission to use, modify and distribute this software is granted
    47.1 --- a/lemon/edge_set.h	Wed Jan 04 13:20:17 2006 +0000
    47.2 +++ b/lemon/edge_set.h	Wed Jan 04 13:31:59 2006 +0000
    47.3 @@ -1,7 +1,7 @@
    47.4  /* -*- C++ -*-
    47.5   * lemon/edge_set.h - Part of LEMON, a generic C++ optimization library
    47.6   *
    47.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    47.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    47.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   47.10   *
   47.11   * Permission to use, modify and distribute this software is granted
    48.1 --- a/lemon/error.h	Wed Jan 04 13:20:17 2006 +0000
    48.2 +++ b/lemon/error.h	Wed Jan 04 13:31:59 2006 +0000
    48.3 @@ -1,7 +1,7 @@
    48.4  /* -*- C++ -*-
    48.5   * lemon/error.h - Part of LEMON, a generic C++ optimization library
    48.6   *
    48.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi
    48.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi
    48.9   * Kutatocsoport (Egervary Research Group on Combinatorial Optimization,
   48.10   * EGRES).
   48.11   *
    49.1 --- a/lemon/euler.h	Wed Jan 04 13:20:17 2006 +0000
    49.2 +++ b/lemon/euler.h	Wed Jan 04 13:31:59 2006 +0000
    49.3 @@ -1,7 +1,7 @@
    49.4  /* -*- C++ -*-
    49.5   * lemon/euler.h - Part of LEMON, a generic C++ optimization library
    49.6   *
    49.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    49.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    49.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   49.10   *
   49.11   * Permission to use, modify and distribute this software is granted
    50.1 --- a/lemon/fib_heap.h	Wed Jan 04 13:20:17 2006 +0000
    50.2 +++ b/lemon/fib_heap.h	Wed Jan 04 13:31:59 2006 +0000
    50.3 @@ -1,7 +1,7 @@
    50.4  /* -*- C++ -*-
    50.5   * lemon/fib_heap.h - Part of LEMON, a generic C++ optimization library
    50.6   *
    50.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    50.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    50.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   50.10   *
   50.11   * Permission to use, modify and distribute this software is granted
    51.1 --- a/lemon/floyd_warshall.h	Wed Jan 04 13:20:17 2006 +0000
    51.2 +++ b/lemon/floyd_warshall.h	Wed Jan 04 13:31:59 2006 +0000
    51.3 @@ -1,7 +1,7 @@
    51.4  /* -*- C++ -*-
    51.5   * lemon/floyd_warshall.h - Part of LEMON, a generic C++ optimization library
    51.6   *
    51.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    51.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    51.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   51.10   *
   51.11   * Permission to use, modify and distribute this software is granted
    52.1 --- a/lemon/full_graph.h	Wed Jan 04 13:20:17 2006 +0000
    52.2 +++ b/lemon/full_graph.h	Wed Jan 04 13:31:59 2006 +0000
    52.3 @@ -1,7 +1,7 @@
    52.4  /* -*- C++ -*-
    52.5   * lemon/full_graph.h - Part of LEMON, a generic C++ optimization library
    52.6   *
    52.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    52.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    52.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   52.10   *
   52.11   * Permission to use, modify and distribute this software is granted
    53.1 --- a/lemon/graph_adaptor.h	Wed Jan 04 13:20:17 2006 +0000
    53.2 +++ b/lemon/graph_adaptor.h	Wed Jan 04 13:31:59 2006 +0000
    53.3 @@ -1,7 +1,7 @@
    53.4  /* -*- C++ -*-
    53.5   * lemon/graph_adaptor.h - Part of LEMON, a generic C++ optimization library
    53.6   *
    53.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    53.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    53.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   53.10   *
   53.11   * Permission to use, modify and distribute this software is granted
    54.1 --- a/lemon/graph_reader.h	Wed Jan 04 13:20:17 2006 +0000
    54.2 +++ b/lemon/graph_reader.h	Wed Jan 04 13:31:59 2006 +0000
    54.3 @@ -1,7 +1,7 @@
    54.4  /* -*- C++ -*-
    54.5   * lemon/graph_reader.h - Part of LEMON, a generic C++ optimization library
    54.6   *
    54.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    54.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    54.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   54.10   *
   54.11   * Permission to use, modify and distribute this software is granted
    55.1 --- a/lemon/graph_to_eps.h	Wed Jan 04 13:20:17 2006 +0000
    55.2 +++ b/lemon/graph_to_eps.h	Wed Jan 04 13:31:59 2006 +0000
    55.3 @@ -1,7 +1,7 @@
    55.4  /* -*- C++ -*-
    55.5   * lemon/graph_to_eps.h - Part of LEMON, a generic C++ optimization library
    55.6   *
    55.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    55.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    55.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   55.10   *
   55.11   * Permission to use, modify and distribute this software is granted
    56.1 --- a/lemon/graph_utils.h	Wed Jan 04 13:20:17 2006 +0000
    56.2 +++ b/lemon/graph_utils.h	Wed Jan 04 13:31:59 2006 +0000
    56.3 @@ -1,7 +1,7 @@
    56.4  /* -*- C++ -*-
    56.5   * lemon/graph_utils.h - Part of LEMON, a generic C++ optimization library
    56.6   *
    56.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    56.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    56.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   56.10   *
   56.11   * Permission to use, modify and distribute this software is granted
    57.1 --- a/lemon/graph_writer.h	Wed Jan 04 13:20:17 2006 +0000
    57.2 +++ b/lemon/graph_writer.h	Wed Jan 04 13:31:59 2006 +0000
    57.3 @@ -1,7 +1,7 @@
    57.4  /* -*- C++ -*-
    57.5   * lemon/graph_writer.h - Part of LEMON, a generic C++ optimization library
    57.6   *
    57.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    57.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    57.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   57.10   *
   57.11   * Permission to use, modify and distribute this software is granted
    58.1 --- a/lemon/grid_graph.h	Wed Jan 04 13:20:17 2006 +0000
    58.2 +++ b/lemon/grid_graph.h	Wed Jan 04 13:31:59 2006 +0000
    58.3 @@ -1,7 +1,7 @@
    58.4  /* -*- C++ -*-
    58.5   * lemon/grid_graph.h - Part of LEMON, a generic C++ optimization library
    58.6   *
    58.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    58.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    58.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   58.10   *
   58.11   * Permission to use, modify and distribute this software is granted
    59.1 --- a/lemon/hypercube_graph.h	Wed Jan 04 13:20:17 2006 +0000
    59.2 +++ b/lemon/hypercube_graph.h	Wed Jan 04 13:31:59 2006 +0000
    59.3 @@ -1,7 +1,7 @@
    59.4  /* -*- C++ -*-
    59.5   * lemon/hypercube_graph.h - Part of LEMON, a generic C++ optimization library
    59.6   *
    59.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    59.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    59.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   59.10   *
   59.11   * Permission to use, modify and distribute this software is granted
    60.1 --- a/lemon/invalid.h	Wed Jan 04 13:20:17 2006 +0000
    60.2 +++ b/lemon/invalid.h	Wed Jan 04 13:31:59 2006 +0000
    60.3 @@ -1,7 +1,7 @@
    60.4  /* -*- C++ -*-
    60.5   * lemon/invalid.h - Part of LEMON, a generic C++ optimization library
    60.6   *
    60.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    60.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    60.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   60.10   *
   60.11   * Permission to use, modify and distribute this software is granted
    61.1 --- a/lemon/iterable_maps.h	Wed Jan 04 13:20:17 2006 +0000
    61.2 +++ b/lemon/iterable_maps.h	Wed Jan 04 13:31:59 2006 +0000
    61.3 @@ -1,7 +1,7 @@
    61.4  /* -*- C++ -*-
    61.5   * lemon/iterable_maps.h - Part of LEMON, a generic C++ optimization library
    61.6   *
    61.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    61.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    61.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   61.10   *
   61.11   * Permission to use, modify and distribute this software is granted
    62.1 --- a/lemon/johnson.h	Wed Jan 04 13:20:17 2006 +0000
    62.2 +++ b/lemon/johnson.h	Wed Jan 04 13:31:59 2006 +0000
    62.3 @@ -1,7 +1,7 @@
    62.4  /* -*- C++ -*-
    62.5   * lemon/johnson.h - Part of LEMON, a generic C++ optimization library
    62.6   *
    62.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    62.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    62.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   62.10   *
   62.11   * Permission to use, modify and distribute this software is granted
    63.1 --- a/lemon/kruskal.h	Wed Jan 04 13:20:17 2006 +0000
    63.2 +++ b/lemon/kruskal.h	Wed Jan 04 13:31:59 2006 +0000
    63.3 @@ -1,7 +1,7 @@
    63.4  /* -*- C++ -*-
    63.5   * lemon/kruskal.h - Part of LEMON, a generic C++ optimization library
    63.6   *
    63.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    63.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    63.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   63.10   *
   63.11   * Permission to use, modify and distribute this software is granted
    64.1 --- a/lemon/lemon_reader.h	Wed Jan 04 13:20:17 2006 +0000
    64.2 +++ b/lemon/lemon_reader.h	Wed Jan 04 13:31:59 2006 +0000
    64.3 @@ -1,7 +1,7 @@
    64.4  /* -*- C++ -*-
    64.5   * lemon/lemon_reader.h - Part of LEMON, a generic C++ optimization library
    64.6   *
    64.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    64.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    64.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   64.10   *
   64.11   * Permission to use, modify and distribute this software is granted
    65.1 --- a/lemon/lemon_writer.h	Wed Jan 04 13:20:17 2006 +0000
    65.2 +++ b/lemon/lemon_writer.h	Wed Jan 04 13:31:59 2006 +0000
    65.3 @@ -1,7 +1,7 @@
    65.4  /* -*- C++ -*-
    65.5   * lemon/lemon_writer.h - Part of LEMON, a generic C++ optimization library
    65.6   *
    65.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    65.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    65.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   65.10   *
   65.11   * Permission to use, modify and distribute this software is granted
    66.1 --- a/lemon/linear_heap.h	Wed Jan 04 13:20:17 2006 +0000
    66.2 +++ b/lemon/linear_heap.h	Wed Jan 04 13:31:59 2006 +0000
    66.3 @@ -1,7 +1,7 @@
    66.4  /* -*- C++ -*-
    66.5   * lemon/linear_heap.h - Part of LEMON, a generic C++ optimization library
    66.6   *
    66.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    66.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    66.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   66.10   *
   66.11   * Permission to use, modify and distribute this software is granted
    67.1 --- a/lemon/list_graph.h	Wed Jan 04 13:20:17 2006 +0000
    67.2 +++ b/lemon/list_graph.h	Wed Jan 04 13:31:59 2006 +0000
    67.3 @@ -1,7 +1,7 @@
    67.4  /* -*- C++ -*-
    67.5   * lemon/list_graph.h - Part of LEMON, a generic C++ optimization library
    67.6   *
    67.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    67.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    67.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   67.10   *
   67.11   * Permission to use, modify and distribute this software is granted
    68.1 --- a/lemon/lp.h	Wed Jan 04 13:20:17 2006 +0000
    68.2 +++ b/lemon/lp.h	Wed Jan 04 13:31:59 2006 +0000
    68.3 @@ -1,7 +1,7 @@
    68.4  /* -*- C++ -*-
    68.5   * lemon/lp.h - Part of LEMON, a generic C++ optimization library
    68.6   *
    68.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    68.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    68.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   68.10   *
   68.11   * Permission to use, modify and distribute this software is granted
    69.1 --- a/lemon/lp_base.cc	Wed Jan 04 13:20:17 2006 +0000
    69.2 +++ b/lemon/lp_base.cc	Wed Jan 04 13:31:59 2006 +0000
    69.3 @@ -1,7 +1,7 @@
    69.4  /* -*- C++ -*-
    69.5   * lemon/lp_base.cc - Part of LEMON, a generic C++ optimization library
    69.6   *
    69.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    69.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    69.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   69.10   *
   69.11   * Permission to use, modify and distribute this software is granted
    70.1 --- a/lemon/lp_base.h	Wed Jan 04 13:20:17 2006 +0000
    70.2 +++ b/lemon/lp_base.h	Wed Jan 04 13:31:59 2006 +0000
    70.3 @@ -1,7 +1,7 @@
    70.4  /* -*- C++ -*-
    70.5   * lemon/lp_base.h - Part of LEMON, a generic C++ optimization library
    70.6   *
    70.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    70.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    70.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   70.10   *
   70.11   * Permission to use, modify and distribute this software is granted
    71.1 --- a/lemon/lp_cplex.cc	Wed Jan 04 13:20:17 2006 +0000
    71.2 +++ b/lemon/lp_cplex.cc	Wed Jan 04 13:31:59 2006 +0000
    71.3 @@ -1,7 +1,7 @@
    71.4  /* -*- C++ -*-
    71.5   * lemon/lp_cplex.cc - Part of LEMON, a generic C++ optimization library
    71.6   *
    71.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    71.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    71.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   71.10   *
   71.11   * Permission to use, modify and distribute this software is granted
    72.1 --- a/lemon/lp_cplex.h	Wed Jan 04 13:20:17 2006 +0000
    72.2 +++ b/lemon/lp_cplex.h	Wed Jan 04 13:31:59 2006 +0000
    72.3 @@ -1,7 +1,7 @@
    72.4  /* -*- C++ -*-
    72.5   * lemon/lp_cplex.h - Part of LEMON, a generic C++ optimization library
    72.6   *
    72.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    72.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    72.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   72.10   *
   72.11   * Permission to use, modify and distribute this software is granted
    73.1 --- a/lemon/lp_glpk.cc	Wed Jan 04 13:20:17 2006 +0000
    73.2 +++ b/lemon/lp_glpk.cc	Wed Jan 04 13:31:59 2006 +0000
    73.3 @@ -1,7 +1,7 @@
    73.4  /* -*- C++ -*-
    73.5   * lemon/lp_glpk.cc - Part of LEMON, a generic C++ optimization library
    73.6   *
    73.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    73.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    73.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   73.10   *
   73.11   * Permission to use, modify and distribute this software is granted
    74.1 --- a/lemon/lp_glpk.h	Wed Jan 04 13:20:17 2006 +0000
    74.2 +++ b/lemon/lp_glpk.h	Wed Jan 04 13:31:59 2006 +0000
    74.3 @@ -1,7 +1,7 @@
    74.4  /* -*- C++ -*-
    74.5   * lemon/lp_glpk.h - Part of LEMON, a generic C++ optimization library
    74.6   *
    74.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    74.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    74.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   74.10   *
   74.11   * Permission to use, modify and distribute this software is granted
    75.1 --- a/lemon/lp_skeleton.cc	Wed Jan 04 13:20:17 2006 +0000
    75.2 +++ b/lemon/lp_skeleton.cc	Wed Jan 04 13:31:59 2006 +0000
    75.3 @@ -1,7 +1,7 @@
    75.4  /* -*- C++ -*-
    75.5   * lemon/lp_skeleton.cc - Part of LEMON, a generic C++ optimization library
    75.6   *
    75.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    75.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    75.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   75.10   *
   75.11   * Permission to use, modify and distribute this software is granted
    76.1 --- a/lemon/lp_skeleton.h	Wed Jan 04 13:20:17 2006 +0000
    76.2 +++ b/lemon/lp_skeleton.h	Wed Jan 04 13:31:59 2006 +0000
    76.3 @@ -1,7 +1,7 @@
    76.4  /* -*- C++ -*-
    76.5   * lemon/lp_skeleton.h - Part of LEMON, a generic C++ optimization library
    76.6   *
    76.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    76.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    76.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   76.10   *
   76.11   * Permission to use, modify and distribute this software is granted
    77.1 --- a/lemon/map_iterator.h	Wed Jan 04 13:20:17 2006 +0000
    77.2 +++ b/lemon/map_iterator.h	Wed Jan 04 13:31:59 2006 +0000
    77.3 @@ -1,7 +1,7 @@
    77.4  /* -*- C++ -*-
    77.5   * lemon/map_iterator.h - Part of LEMON, a generic C++ optimization library
    77.6   *
    77.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    77.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    77.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   77.10   *
   77.11   * Permission to use, modify and distribute this software is granted
    78.1 --- a/lemon/maps.h	Wed Jan 04 13:20:17 2006 +0000
    78.2 +++ b/lemon/maps.h	Wed Jan 04 13:31:59 2006 +0000
    78.3 @@ -1,7 +1,7 @@
    78.4  /* -*- C++ -*-
    78.5   * lemon/maps.h - Part of LEMON, a generic C++ optimization library
    78.6   *
    78.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    78.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    78.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   78.10   *
   78.11   * Permission to use, modify and distribute this software is granted
    79.1 --- a/lemon/matrix_maps.h	Wed Jan 04 13:20:17 2006 +0000
    79.2 +++ b/lemon/matrix_maps.h	Wed Jan 04 13:31:59 2006 +0000
    79.3 @@ -1,7 +1,7 @@
    79.4  /* -*- C++ -*-
    79.5   * lemon/matrix_maps.h - Part of LEMON, a generic C++ optimization library
    79.6   *
    79.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    79.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    79.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   79.10   *
   79.11   * Permission to use, modify and distribute this software is granted
    80.1 --- a/lemon/max_matching.h	Wed Jan 04 13:20:17 2006 +0000
    80.2 +++ b/lemon/max_matching.h	Wed Jan 04 13:31:59 2006 +0000
    80.3 @@ -1,7 +1,7 @@
    80.4  /* -*- C++ -*-
    80.5   * lemon/max_matching.h - Part of LEMON, a generic C++ optimization library
    80.6   *
    80.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    80.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    80.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   80.10   *
   80.11   * Permission to use, modify and distribute this software is granted
    81.1 --- a/lemon/min_cost_flow.h	Wed Jan 04 13:20:17 2006 +0000
    81.2 +++ b/lemon/min_cost_flow.h	Wed Jan 04 13:31:59 2006 +0000
    81.3 @@ -1,7 +1,7 @@
    81.4  /* -*- C++ -*-
    81.5   * lemon/min_cost_flow.h - Part of LEMON, a generic C++ optimization library
    81.6   *
    81.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    81.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    81.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   81.10   *
   81.11   * Permission to use, modify and distribute this software is granted
    82.1 --- a/lemon/path.h	Wed Jan 04 13:20:17 2006 +0000
    82.2 +++ b/lemon/path.h	Wed Jan 04 13:31:59 2006 +0000
    82.3 @@ -1,7 +1,7 @@
    82.4  /* -*- C++ -*-
    82.5   * lemon/path.h - Part of LEMON, a generic C++ optimization library
    82.6   *
    82.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    82.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    82.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   82.10   *
   82.11   * Permission to use, modify and distribute this software is granted
    83.1 --- a/lemon/preflow.h	Wed Jan 04 13:20:17 2006 +0000
    83.2 +++ b/lemon/preflow.h	Wed Jan 04 13:31:59 2006 +0000
    83.3 @@ -1,7 +1,7 @@
    83.4  /* -*- C++ -*-
    83.5   * lemon/preflow.h - Part of LEMON, a generic C++ optimization library
    83.6   *
    83.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    83.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    83.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   83.10   *
   83.11   * Permission to use, modify and distribute this software is granted
    84.1 --- a/lemon/radix_heap.h	Wed Jan 04 13:20:17 2006 +0000
    84.2 +++ b/lemon/radix_heap.h	Wed Jan 04 13:31:59 2006 +0000
    84.3 @@ -1,7 +1,7 @@
    84.4  /* -*- C++ -*-
    84.5   * lemon/radix_heap.h - Part of LEMON, a generic C++ optimization library
    84.6   *
    84.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    84.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    84.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   84.10   *
   84.11   * Permission to use, modify and distribute this software is granted
    85.1 --- a/lemon/radix_sort.h	Wed Jan 04 13:20:17 2006 +0000
    85.2 +++ b/lemon/radix_sort.h	Wed Jan 04 13:31:59 2006 +0000
    85.3 @@ -1,7 +1,7 @@
    85.4  /* -*- C++ -*-
    85.5   * lemon/radix_sort.h - Part of LEMON, a generic C++ optimization library
    85.6   *
    85.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    85.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    85.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   85.10   *
   85.11   * Permission to use, modify and distribute this software is granted
    86.1 --- a/lemon/smart_graph.h	Wed Jan 04 13:20:17 2006 +0000
    86.2 +++ b/lemon/smart_graph.h	Wed Jan 04 13:31:59 2006 +0000
    86.3 @@ -1,7 +1,7 @@
    86.4  /* -*- C++ -*-
    86.5   * lemon/smart_graph.h - Part of LEMON, a generic C++ optimization library
    86.6   *
    86.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    86.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    86.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   86.10   *
   86.11   * Permission to use, modify and distribute this software is granted
    87.1 --- a/lemon/sub_graph.h	Wed Jan 04 13:20:17 2006 +0000
    87.2 +++ b/lemon/sub_graph.h	Wed Jan 04 13:31:59 2006 +0000
    87.3 @@ -1,7 +1,7 @@
    87.4  /* -*- C++ -*-
    87.5   * lemon/sub_graph.h - Part of LEMON, a generic C++ optimization library
    87.6   *
    87.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    87.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    87.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   87.10   *
   87.11   * Permission to use, modify and distribute this software is granted
    88.1 --- a/lemon/suurballe.h	Wed Jan 04 13:20:17 2006 +0000
    88.2 +++ b/lemon/suurballe.h	Wed Jan 04 13:31:59 2006 +0000
    88.3 @@ -1,7 +1,7 @@
    88.4  /* -*- C++ -*-
    88.5   * lemon/suurballe.h - Part of LEMON, a generic C++ optimization library
    88.6   *
    88.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    88.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    88.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   88.10   *
   88.11   * Permission to use, modify and distribute this software is granted
    89.1 --- a/lemon/time_measure.h	Wed Jan 04 13:20:17 2006 +0000
    89.2 +++ b/lemon/time_measure.h	Wed Jan 04 13:31:59 2006 +0000
    89.3 @@ -1,7 +1,7 @@
    89.4  /* -*- C++ -*-
    89.5   * lemon/time_measure.h - Part of LEMON, a generic C++ optimization library
    89.6   *
    89.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    89.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    89.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   89.10   *
   89.11   * Permission to use, modify and distribute this software is granted
    90.1 --- a/lemon/tolerance.h	Wed Jan 04 13:20:17 2006 +0000
    90.2 +++ b/lemon/tolerance.h	Wed Jan 04 13:31:59 2006 +0000
    90.3 @@ -1,7 +1,7 @@
    90.4  /* -*- C++ -*-
    90.5   * lemon/tolerance.h - Part of LEMON, a generic C++ optimization library
    90.6   *
    90.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    90.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    90.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   90.10   *
   90.11   * Permission to use, modify and distribute this software is granted
    91.1 --- a/lemon/topology.h	Wed Jan 04 13:20:17 2006 +0000
    91.2 +++ b/lemon/topology.h	Wed Jan 04 13:31:59 2006 +0000
    91.3 @@ -1,7 +1,7 @@
    91.4  /* -*- C++ -*-
    91.5   * lemon/topology.h - Part of LEMON, a generic C++ optimization library
    91.6   *
    91.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    91.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    91.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   91.10   *
   91.11   * Permission to use, modify and distribute this software is granted
    92.1 --- a/lemon/traits.h	Wed Jan 04 13:20:17 2006 +0000
    92.2 +++ b/lemon/traits.h	Wed Jan 04 13:31:59 2006 +0000
    92.3 @@ -1,7 +1,7 @@
    92.4  /* -*- C++ -*-
    92.5   * lemon/traits.h - Part of LEMON, a generic C++ optimization library
    92.6   *
    92.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    92.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    92.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   92.10   *
   92.11   * Permission to use, modify and distribute this software is granted
    93.1 --- a/lemon/unionfind.h	Wed Jan 04 13:20:17 2006 +0000
    93.2 +++ b/lemon/unionfind.h	Wed Jan 04 13:31:59 2006 +0000
    93.3 @@ -1,7 +1,7 @@
    93.4  /* -*- C++ -*-
    93.5   * lemon/unionfind.h - Part of LEMON, a generic C++ optimization library
    93.6   *
    93.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    93.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    93.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   93.10   *
   93.11   * Permission to use, modify and distribute this software is granted
    94.1 --- a/lemon/utility.h	Wed Jan 04 13:20:17 2006 +0000
    94.2 +++ b/lemon/utility.h	Wed Jan 04 13:31:59 2006 +0000
    94.3 @@ -1,7 +1,7 @@
    94.4  /* -*- C++ -*-
    94.5   * lemon/utility.h - Part of LEMON, a generic C++ optimization library
    94.6   *
    94.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi
    94.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi
    94.9   * Kutatocsoport (Egervary Research Group on Combinatorial Optimization,
   94.10   * EGRES).
   94.11   *
    95.1 --- a/lemon/xy.h	Wed Jan 04 13:20:17 2006 +0000
    95.2 +++ b/lemon/xy.h	Wed Jan 04 13:31:59 2006 +0000
    95.3 @@ -1,7 +1,7 @@
    95.4  /* -*- C++ -*-
    95.5   * lemon/xy.h - Part of LEMON, a generic C++ optimization library
    95.6   *
    95.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    95.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    95.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   95.10   *
   95.11   * Permission to use, modify and distribute this software is granted
    96.1 --- a/test/bfs_test.cc	Wed Jan 04 13:20:17 2006 +0000
    96.2 +++ b/test/bfs_test.cc	Wed Jan 04 13:31:59 2006 +0000
    96.3 @@ -1,7 +1,7 @@
    96.4  /* -*- C++ -*-
    96.5   * test/bfs_test.cc - Part of LEMON, a generic C++ optimization library
    96.6   *
    96.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    96.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    96.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   96.10   *
   96.11   * Permission to use, modify and distribute this software is granted
    97.1 --- a/test/counter_test.cc	Wed Jan 04 13:20:17 2006 +0000
    97.2 +++ b/test/counter_test.cc	Wed Jan 04 13:31:59 2006 +0000
    97.3 @@ -1,7 +1,7 @@
    97.4  /* -*- C++ -*-
    97.5   * test/counter_test.cc - Part of LEMON, a generic C++ optimization library
    97.6   *
    97.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    97.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    97.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   97.10   *
   97.11   * Permission to use, modify and distribute this software is granted
    98.1 --- a/test/dfs_test.cc	Wed Jan 04 13:20:17 2006 +0000
    98.2 +++ b/test/dfs_test.cc	Wed Jan 04 13:31:59 2006 +0000
    98.3 @@ -1,7 +1,7 @@
    98.4  /* -*- C++ -*-
    98.5   * test/dfs_test.cc - Part of LEMON, a generic C++ optimization library
    98.6   *
    98.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    98.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    98.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   98.10   *
   98.11   * Permission to use, modify and distribute this software is granted
    99.1 --- a/test/dijkstra_test.cc	Wed Jan 04 13:20:17 2006 +0000
    99.2 +++ b/test/dijkstra_test.cc	Wed Jan 04 13:31:59 2006 +0000
    99.3 @@ -1,7 +1,7 @@
    99.4  /* -*- C++ -*-
    99.5   * test/dijkstra_test.cc - Part of LEMON, a generic C++ optimization library
    99.6   *
    99.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    99.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    99.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   99.10   *
   99.11   * Permission to use, modify and distribute this software is granted
   100.1 --- a/test/error_test.cc	Wed Jan 04 13:20:17 2006 +0000
   100.2 +++ b/test/error_test.cc	Wed Jan 04 13:31:59 2006 +0000
   100.3 @@ -1,7 +1,7 @@
   100.4  /* -*- C++ -*-
   100.5   * test/error_test.cc - Part of LEMON, a generic C++ optimization library
   100.6   *
   100.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   100.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   100.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
  100.10   *
  100.11   * Permission to use, modify and distribute this software is granted
   101.1 --- a/test/graph_adaptor_test.cc	Wed Jan 04 13:20:17 2006 +0000
   101.2 +++ b/test/graph_adaptor_test.cc	Wed Jan 04 13:31:59 2006 +0000
   101.3 @@ -1,7 +1,7 @@
   101.4  /* -*- C++ -*-
   101.5   * test/graph_adaptor_test.cc - Part of LEMON, a generic C++ optimization library
   101.6   *
   101.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   101.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   101.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
  101.10   *
  101.11   * Permission to use, modify and distribute this software is granted
   102.1 --- a/test/graph_factory_test.cc	Wed Jan 04 13:20:17 2006 +0000
   102.2 +++ b/test/graph_factory_test.cc	Wed Jan 04 13:31:59 2006 +0000
   102.3 @@ -1,7 +1,7 @@
   102.4  /* -*- C++ -*-
   102.5   * test/graph_test.cc - Part of LEMON, a generic C++ optimization library
   102.6   *
   102.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   102.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   102.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
  102.10   *
  102.11   * Permission to use, modify and distribute this software is granted
   103.1 --- a/test/graph_test.h	Wed Jan 04 13:20:17 2006 +0000
   103.2 +++ b/test/graph_test.h	Wed Jan 04 13:31:59 2006 +0000
   103.3 @@ -1,7 +1,7 @@
   103.4  /* -*- C++ -*-
   103.5   * test/graph_test.h - Part of LEMON, a generic C++ optimization library
   103.6   *
   103.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   103.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   103.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
  103.10   *
  103.11   * Permission to use, modify and distribute this software is granted
   104.1 --- a/test/graph_utils_test.h	Wed Jan 04 13:20:17 2006 +0000
   104.2 +++ b/test/graph_utils_test.h	Wed Jan 04 13:31:59 2006 +0000
   104.3 @@ -1,7 +1,7 @@
   104.4  /* -*- C++ -*-
   104.5   * test/graph_utils_test.h - Part of LEMON, a generic C++ optimization library
   104.6   *
   104.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   104.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   104.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
  104.10   *
  104.11   * Permission to use, modify and distribute this software is granted
   105.1 --- a/test/kruskal_test.cc	Wed Jan 04 13:20:17 2006 +0000
   105.2 +++ b/test/kruskal_test.cc	Wed Jan 04 13:31:59 2006 +0000
   105.3 @@ -1,7 +1,7 @@
   105.4  /* -*- C++ -*-
   105.5   * test/kruskal_test.cc - Part of LEMON, a generic C++ optimization library
   105.6   *
   105.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   105.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   105.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
  105.10   *
  105.11   * Permission to use, modify and distribute this software is granted
   106.1 --- a/test/map_test.h	Wed Jan 04 13:20:17 2006 +0000
   106.2 +++ b/test/map_test.h	Wed Jan 04 13:31:59 2006 +0000
   106.3 @@ -1,7 +1,7 @@
   106.4  /* -*- C++ -*-
   106.5   * test/map_test.h - Part of LEMON, a generic C++ optimization library
   106.6   *
   106.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   106.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   106.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
  106.10   *
  106.11   * Permission to use, modify and distribute this software is granted
   107.1 --- a/test/max_matching_test.cc	Wed Jan 04 13:20:17 2006 +0000
   107.2 +++ b/test/max_matching_test.cc	Wed Jan 04 13:31:59 2006 +0000
   107.3 @@ -2,7 +2,7 @@
   107.4   * test/max_matching_test.cc - 
   107.5   * Part of LEMON, a generic C++ optimization library
   107.6   *
   107.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   107.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   107.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
  107.10   *
  107.11   * Permission to use, modify and distribute this software is granted
   108.1 --- a/test/min_cost_flow_test.cc	Wed Jan 04 13:20:17 2006 +0000
   108.2 +++ b/test/min_cost_flow_test.cc	Wed Jan 04 13:31:59 2006 +0000
   108.3 @@ -1,7 +1,7 @@
   108.4  /* -*- C++ -*-
   108.5   * test/min_cost_flow_test.cc - Part of LEMON, a generic C++ optimization library
   108.6   *
   108.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   108.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   108.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
  108.10   *
  108.11   * Permission to use, modify and distribute this software is granted
   109.1 --- a/test/path_test.cc	Wed Jan 04 13:20:17 2006 +0000
   109.2 +++ b/test/path_test.cc	Wed Jan 04 13:31:59 2006 +0000
   109.3 @@ -1,7 +1,7 @@
   109.4  /* -*- C++ -*-
   109.5   * test/path_test.cc - Part of LEMON, a generic C++ optimization library
   109.6   *
   109.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   109.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   109.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
  109.10   *
  109.11   * Permission to use, modify and distribute this software is granted
   110.1 --- a/test/preflow_test.cc	Wed Jan 04 13:20:17 2006 +0000
   110.2 +++ b/test/preflow_test.cc	Wed Jan 04 13:31:59 2006 +0000
   110.3 @@ -1,7 +1,7 @@
   110.4  /* -*- C++ -*-
   110.5   * test/preflow_test.cc - Part of LEMON, a generic C++ optimization library
   110.6   *
   110.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   110.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   110.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
  110.10   *
  110.11   * Permission to use, modify and distribute this software is granted
   111.1 --- a/test/suurballe_test.cc	Wed Jan 04 13:20:17 2006 +0000
   111.2 +++ b/test/suurballe_test.cc	Wed Jan 04 13:31:59 2006 +0000
   111.3 @@ -1,7 +1,7 @@
   111.4  /* -*- C++ -*-
   111.5   * test/suurballe_test.cc - Part of LEMON, a generic C++ optimization library
   111.6   *
   111.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   111.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   111.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
  111.10   *
  111.11   * Permission to use, modify and distribute this software is granted
   112.1 --- a/test/test_tools.h	Wed Jan 04 13:20:17 2006 +0000
   112.2 +++ b/test/test_tools.h	Wed Jan 04 13:31:59 2006 +0000
   112.3 @@ -1,7 +1,7 @@
   112.4  /* -*- C++ -*-
   112.5   * test/test_tools.h - Part of LEMON, a generic C++ optimization library
   112.6   *
   112.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   112.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   112.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
  112.10   *
  112.11   * Permission to use, modify and distribute this software is granted
   113.1 --- a/test/test_tools_fail.cc	Wed Jan 04 13:20:17 2006 +0000
   113.2 +++ b/test/test_tools_fail.cc	Wed Jan 04 13:31:59 2006 +0000
   113.3 @@ -1,7 +1,7 @@
   113.4  /* -*- C++ -*-
   113.5   * test/test_tools_fail.cc - Part of LEMON, a generic C++ optimization library
   113.6   *
   113.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   113.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   113.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
  113.10   *
  113.11   * Permission to use, modify and distribute this software is granted
   114.1 --- a/test/test_tools_pass.cc	Wed Jan 04 13:20:17 2006 +0000
   114.2 +++ b/test/test_tools_pass.cc	Wed Jan 04 13:31:59 2006 +0000
   114.3 @@ -1,7 +1,7 @@
   114.4  /* -*- C++ -*-
   114.5   * test/test_tools_pass.cc - Part of LEMON, a generic C++ optimization library
   114.6   *
   114.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   114.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   114.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
  114.10   *
  114.11   * Permission to use, modify and distribute this software is granted
   115.1 --- a/test/time_measure_test.cc	Wed Jan 04 13:20:17 2006 +0000
   115.2 +++ b/test/time_measure_test.cc	Wed Jan 04 13:31:59 2006 +0000
   115.3 @@ -1,7 +1,7 @@
   115.4  /* -*- C++ -*-
   115.5   * test/time_measure_test.cc - Part of LEMON, a generic C++ optimization library
   115.6   *
   115.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   115.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   115.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
  115.10   *
  115.11   * Permission to use, modify and distribute this software is granted
   116.1 --- a/test/unionfind_test.cc	Wed Jan 04 13:20:17 2006 +0000
   116.2 +++ b/test/unionfind_test.cc	Wed Jan 04 13:31:59 2006 +0000
   116.3 @@ -1,7 +1,7 @@
   116.4  /* -*- C++ -*-
   116.5   * test/unionfind_test.cc - Part of LEMON, a generic C++ optimization library
   116.6   *
   116.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   116.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   116.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
  116.10   *
  116.11   * Permission to use, modify and distribute this software is granted
   117.1 --- a/test/xy_test.cc	Wed Jan 04 13:20:17 2006 +0000
   117.2 +++ b/test/xy_test.cc	Wed Jan 04 13:31:59 2006 +0000
   117.3 @@ -1,7 +1,7 @@
   117.4  /* -*- C++ -*-
   117.5   * test/xy_test.cc - Part of LEMON, a generic C++ optimization library
   117.6   *
   117.7 - * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   117.8 + * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   117.9   * (Egervary Research Group on Combinatorial Optimization, EGRES).
  117.10   *
  117.11   * Permission to use, modify and distribute this software is granted