A year has passed again.
authoralpar
Mon, 21 Feb 2005 14:59:12 +0000
changeset 116480bb73097736
parent 1163 eb4e28715baf
child 1165 c5e56125959a
A year has passed again.
LICENSE
doc/template.h
src/demo/graph_to_eps_demo.cc
src/demo/tight_edge_filter_map.h
src/lemon/alteration_notifier.h
src/lemon/array_map.h
src/lemon/attic/debug.h
src/lemon/bezier.h
src/lemon/bfs.h
src/lemon/bin_heap.h
src/lemon/concept/graph.h
src/lemon/concept/graph_component.h
src/lemon/concept/maps.h
src/lemon/concept/path.h
src/lemon/concept/sym_graph.h
src/lemon/concept/undir_graph.h
src/lemon/default_map.h
src/lemon/dfs.h
src/lemon/dijkstra.h
src/lemon/dimacs.h
src/lemon/error.h
src/lemon/extended_pair.h
src/lemon/fib_heap.h
src/lemon/full_graph.h
src/lemon/graph_reader.h
src/lemon/graph_to_eps.h
src/lemon/graph_utils.h
src/lemon/graph_wrapper.h
src/lemon/graph_writer.h
src/lemon/invalid.h
src/lemon/kruskal.h
src/lemon/list_graph.h
src/lemon/map_iterator.h
src/lemon/map_utils.h
src/lemon/maps.h
src/lemon/max_matching.h
src/lemon/min_cost_flow.h
src/lemon/path.h
src/lemon/preflow.h
src/lemon/smart_graph.h
src/lemon/suurballe.h
src/lemon/time_measure.h
src/lemon/undir_graph_extender.h
src/lemon/unionfind.h
src/lemon/utility.h
src/lemon/vector_map.h
src/lemon/xy.h
src/test/bfs_test.cc
src/test/dfs_test.cc
src/test/dijkstra_heap_test.cc
src/test/dijkstra_test.cc
src/test/error_test.cc
src/test/graph_factory_test.cc
src/test/graph_test.h
src/test/graph_utils_test.h
src/test/graph_wrapper_test.cc
src/test/kruskal_test.cc
src/test/map_test.h
src/test/max_matching_test.cc
src/test/min_cost_flow_test.cc
src/test/path_test.cc
src/test/preflow_test.cc
src/test/suurballe_test.cc
src/test/sym_graph_test.cc
src/test/sym_graph_test.h
src/test/test_tools.h
src/test/test_tools_fail.cc
src/test/test_tools_pass.cc
src/test/time_measure_test.cc
src/test/unionfind_test.cc
src/test/xy_test.cc
src/work/marci/bfs_mm_test.cc
src/work/marci/merge_node_graph_wrapper.h
     1.1 --- a/LICENSE	Mon Feb 21 14:17:24 2005 +0000
     1.2 +++ b/LICENSE	Mon Feb 21 14:59:12 2005 +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-2004 Egervary Jeno Kombinatorikus Optimalizalasi
     1.8 +Copyright (C) 2003-2005 Egervary Jeno Kombinatorikus Optimalizalasi
     1.9  Kutatocsoport (Egervary Combinatorial Optimization Research Group,
    1.10  EGRES).
    1.11  
     2.1 --- a/doc/template.h	Mon Feb 21 14:17:24 2005 +0000
     2.2 +++ b/doc/template.h	Mon Feb 21 14:59:12 2005 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  /* -*- C++ -*-
     2.5   * src/lemon/template.h - Part of LEMON, a generic C++ optimization library
     2.6   *
     2.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     2.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     2.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
    2.10   *
    2.11   * Permission to use, modify and distribute this software is granted
     3.1 --- a/src/demo/graph_to_eps_demo.cc	Mon Feb 21 14:17:24 2005 +0000
     3.2 +++ b/src/demo/graph_to_eps_demo.cc	Mon Feb 21 14:59:12 2005 +0000
     3.3 @@ -2,7 +2,7 @@
     3.4   * src/lemon/demo/graph_to_eps.cc - 
     3.5   * Part of LEMON, a generic C++ optimization library
     3.6   *
     3.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     3.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     3.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
    3.10   *
    3.11   * Permission to use, modify and distribute this software is granted
    3.12 @@ -91,7 +91,7 @@
    3.13  
    3.14    graphToEps(g,"graph_to_eps_demo_out.eps").scale(10).coords(coords).
    3.15      title("Sample .eps figure").
    3.16 -    copyright("(C) 2004 LEMON Project").
    3.17 +    copyright("(C) 2005 LEMON Project").
    3.18      nodeScale(2).nodeSizes(sizes).
    3.19      nodeShapes(shapes).
    3.20      nodeColors(composeMap(colorSet,colors)).
    3.21 @@ -102,7 +102,7 @@
    3.22  
    3.23    graphToEps(g,"graph_to_eps_demo_out_arr.eps").scale(10).
    3.24      title("Sample .eps figure (with arrowheads)").
    3.25 -    copyright("(C) 2004 LEMON Project").
    3.26 +    copyright("(C) 2005 LEMON Project").
    3.27      nodeColors(composeMap(colorSet,colors)).
    3.28      coords(coords).
    3.29      nodeScale(2).nodeSizes(sizes).
    3.30 @@ -126,7 +126,7 @@
    3.31  
    3.32    graphToEps(g,"graph_to_eps_demo_out_par.eps").scale(10).
    3.33      title("Sample .eps figure (parallel edges)").
    3.34 -    copyright("(C) 2004 LEMON Project").
    3.35 +    copyright("(C) 2005 LEMON Project").
    3.36      nodeShapes(shapes).
    3.37      coords(coords).
    3.38      nodeScale(2).nodeSizes(sizes).
    3.39 @@ -139,7 +139,7 @@
    3.40    
    3.41    graphToEps(g,"graph_to_eps_demo_out_par_arr.eps").scale(10).
    3.42      title("Sample .eps figure (parallel edges and arrowheads)").
    3.43 -    copyright("(C) 2004 LEMON Project").
    3.44 +    copyright("(C) 2005 LEMON Project").
    3.45      nodeScale(2).nodeSizes(sizes).
    3.46      coords(coords).
    3.47      nodeShapes(shapes).
    3.48 @@ -153,7 +153,7 @@
    3.49  
    3.50    graphToEps(g,"graph_to_eps_demo_out_a4.eps").scaleToA4().
    3.51      title("Sample .eps figure (fits to A4)").
    3.52 -    copyright("(C) 2004 LEMON Project").
    3.53 +    copyright("(C) 2005 LEMON Project").
    3.54      nodeScale(2).nodeSizes(sizes).
    3.55      coords(coords).
    3.56      nodeShapes(shapes).
     4.1 --- a/src/demo/tight_edge_filter_map.h	Mon Feb 21 14:17:24 2005 +0000
     4.2 +++ b/src/demo/tight_edge_filter_map.h	Mon Feb 21 14:59:12 2005 +0000
     4.3 @@ -1,7 +1,7 @@
     4.4  /* -*- C++ -*-
     4.5   * src/lemon/tight_edge_filter_map.h - Part of LEMON, a generic C++ optimization library
     4.6   *
     4.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     4.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     4.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
    4.10   *
    4.11   * Permission to use, modify and distribute this software is granted
     5.1 --- a/src/lemon/alteration_notifier.h	Mon Feb 21 14:17:24 2005 +0000
     5.2 +++ b/src/lemon/alteration_notifier.h	Mon Feb 21 14:59:12 2005 +0000
     5.3 @@ -1,7 +1,7 @@
     5.4  /* -*- C++ -*-
     5.5   * src/lemon/notifier.h - Part of LEMON, a generic C++ optimization library
     5.6   *
     5.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     5.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     5.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
    5.10   *
    5.11   * Permission to use, modify and distribute this software is granted
     6.1 --- a/src/lemon/array_map.h	Mon Feb 21 14:17:24 2005 +0000
     6.2 +++ b/src/lemon/array_map.h	Mon Feb 21 14:59:12 2005 +0000
     6.3 @@ -1,7 +1,7 @@
     6.4  /* -*- C++ -*-
     6.5   * src/lemon/array_map.h - Part of LEMON, a generic C++ optimization library
     6.6   *
     6.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     6.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     6.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
    6.10   *
    6.11   * Permission to use, modify and distribute this software is granted
     7.1 --- a/src/lemon/attic/debug.h	Mon Feb 21 14:17:24 2005 +0000
     7.2 +++ b/src/lemon/attic/debug.h	Mon Feb 21 14:59:12 2005 +0000
     7.3 @@ -1,7 +1,7 @@
     7.4  /* -*- C++ -*-
     7.5   * src/lemon/debug.h - Part of LEMON, a generic C++ optimization library
     7.6   *
     7.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     7.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     7.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
    7.10   *
    7.11   * Permission to use, modify and distribute this software is granted
     8.1 --- a/src/lemon/bezier.h	Mon Feb 21 14:17:24 2005 +0000
     8.2 +++ b/src/lemon/bezier.h	Mon Feb 21 14:59:12 2005 +0000
     8.3 @@ -1,7 +1,7 @@
     8.4  /* -*- C++ -*-
     8.5   * src/lemon/bezier.h - Part of LEMON, a generic C++ optimization library
     8.6   *
     8.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     8.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     8.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
    8.10   *
    8.11   * Permission to use, modify and distribute this software is granted
     9.1 --- a/src/lemon/bfs.h	Mon Feb 21 14:17:24 2005 +0000
     9.2 +++ b/src/lemon/bfs.h	Mon Feb 21 14:59:12 2005 +0000
     9.3 @@ -1,7 +1,7 @@
     9.4  /* -*- C++ -*-
     9.5   * src/lemon/bfs.h - Part of LEMON, a generic C++ optimization library
     9.6   *
     9.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     9.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     9.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
    9.10   *
    9.11   * Permission to use, modify and distribute this software is granted
    10.1 --- a/src/lemon/bin_heap.h	Mon Feb 21 14:17:24 2005 +0000
    10.2 +++ b/src/lemon/bin_heap.h	Mon Feb 21 14:59:12 2005 +0000
    10.3 @@ -1,7 +1,7 @@
    10.4  /* -*- C++ -*-
    10.5   * src/lemon/bin_heap.h - Part of LEMON, a generic C++ optimization library
    10.6   *
    10.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    10.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    10.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   10.10   *
   10.11   * Permission to use, modify and distribute this software is granted
    11.1 --- a/src/lemon/concept/graph.h	Mon Feb 21 14:17:24 2005 +0000
    11.2 +++ b/src/lemon/concept/graph.h	Mon Feb 21 14:59:12 2005 +0000
    11.3 @@ -1,7 +1,7 @@
    11.4  /* -*- C++ -*-
    11.5   * src/lemon/concept/graph.h - Part of LEMON, a generic C++ optimization library
    11.6   *
    11.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    11.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    11.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   11.10   *
   11.11   * Permission to use, modify and distribute this software is granted
    12.1 --- a/src/lemon/concept/graph_component.h	Mon Feb 21 14:17:24 2005 +0000
    12.2 +++ b/src/lemon/concept/graph_component.h	Mon Feb 21 14:59:12 2005 +0000
    12.3 @@ -1,7 +1,7 @@
    12.4  /* -*- C++ -*-
    12.5   * src/lemon/concept/graph_component.h - Part of LEMON, a generic C++ optimization library
    12.6   *
    12.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    12.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    12.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   12.10   *
   12.11   * Permission to use, modify and distribute this software is granted
    13.1 --- a/src/lemon/concept/maps.h	Mon Feb 21 14:17:24 2005 +0000
    13.2 +++ b/src/lemon/concept/maps.h	Mon Feb 21 14:59:12 2005 +0000
    13.3 @@ -1,7 +1,7 @@
    13.4  /* -*- C++ -*-
    13.5   * src/lemon/concept/maps.h - Part of LEMON, a generic C++ optimization library
    13.6   *
    13.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    13.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    13.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   13.10   *
   13.11   * Permission to use, modify and distribute this software is granted
    14.1 --- a/src/lemon/concept/path.h	Mon Feb 21 14:17:24 2005 +0000
    14.2 +++ b/src/lemon/concept/path.h	Mon Feb 21 14:59:12 2005 +0000
    14.3 @@ -1,7 +1,7 @@
    14.4  /* -*- C++ -*-
    14.5   * src/lemon/concept/path.h - Part of LEMON, a generic C++ optimization library
    14.6   *
    14.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    14.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    14.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   14.10   *
   14.11   * Permission to use, modify and distribute this software is granted
    15.1 --- a/src/lemon/concept/sym_graph.h	Mon Feb 21 14:17:24 2005 +0000
    15.2 +++ b/src/lemon/concept/sym_graph.h	Mon Feb 21 14:59:12 2005 +0000
    15.3 @@ -1,7 +1,7 @@
    15.4  /* -*- C++ -*-
    15.5   * src/lemon/concept/graph.h - Part of LEMON, a generic C++ optimization library
    15.6   *
    15.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    15.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    15.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   15.10   *
   15.11   * Permission to use, modify and distribute this software is granted
    16.1 --- a/src/lemon/concept/undir_graph.h	Mon Feb 21 14:17:24 2005 +0000
    16.2 +++ b/src/lemon/concept/undir_graph.h	Mon Feb 21 14:59:12 2005 +0000
    16.3 @@ -3,7 +3,7 @@
    16.4   * src/lemon/concept/undir_graph_component.h - Part of LEMON, a generic
    16.5   * C++ optimization library
    16.6   *
    16.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi
    16.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi
    16.9   * Kutatocsoport (Egervary Combinatorial Optimization Research Group,
   16.10   * EGRES).
   16.11   *
    17.1 --- a/src/lemon/default_map.h	Mon Feb 21 14:17:24 2005 +0000
    17.2 +++ b/src/lemon/default_map.h	Mon Feb 21 14:59:12 2005 +0000
    17.3 @@ -1,7 +1,7 @@
    17.4  /* -*- C++ -*-
    17.5   * src/lemon/default_map.h - Part of LEMON, a generic C++ optimization library
    17.6   *
    17.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    17.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    17.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   17.10   *
   17.11   * Permission to use, modify and distribute this software is granted
    18.1 --- a/src/lemon/dfs.h	Mon Feb 21 14:17:24 2005 +0000
    18.2 +++ b/src/lemon/dfs.h	Mon Feb 21 14:59:12 2005 +0000
    18.3 @@ -1,7 +1,7 @@
    18.4  /* -*- C++ -*-
    18.5   * src/lemon/dfs.h - Part of LEMON, a generic C++ optimization library
    18.6   *
    18.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    18.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    18.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   18.10   *
   18.11   * Permission to use, modify and distribute this software is granted
    19.1 --- a/src/lemon/dijkstra.h	Mon Feb 21 14:17:24 2005 +0000
    19.2 +++ b/src/lemon/dijkstra.h	Mon Feb 21 14:59:12 2005 +0000
    19.3 @@ -1,7 +1,7 @@
    19.4  /* -*- C++ -*-
    19.5   * src/lemon/dijkstra.h - Part of LEMON, a generic C++ optimization library
    19.6   *
    19.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    19.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    19.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   19.10   *
   19.11   * Permission to use, modify and distribute this software is granted
    20.1 --- a/src/lemon/dimacs.h	Mon Feb 21 14:17:24 2005 +0000
    20.2 +++ b/src/lemon/dimacs.h	Mon Feb 21 14:59:12 2005 +0000
    20.3 @@ -1,7 +1,7 @@
    20.4  /* -*- C++ -*-
    20.5   * src/lemon/dimacs.h - Part of LEMON, a generic C++ optimization library
    20.6   *
    20.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    20.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    20.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   20.10   *
   20.11   * Permission to use, modify and distribute this software is granted
    21.1 --- a/src/lemon/error.h	Mon Feb 21 14:17:24 2005 +0000
    21.2 +++ b/src/lemon/error.h	Mon Feb 21 14:59:12 2005 +0000
    21.3 @@ -2,7 +2,7 @@
    21.4   *
    21.5   * src/lemon/error.h - Part of LEMON, a generic C++ optimization library
    21.6   *
    21.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi
    21.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi
    21.9   * Kutatocsoport (Egervary Combinatorial Optimization Research Group,
   21.10   * EGRES).
   21.11   *
    22.1 --- a/src/lemon/extended_pair.h	Mon Feb 21 14:17:24 2005 +0000
    22.2 +++ b/src/lemon/extended_pair.h	Mon Feb 21 14:59:12 2005 +0000
    22.3 @@ -1,7 +1,7 @@
    22.4  /* -*- C++ -*-
    22.5   * src/lemon/extended_pair.h - Part of LEMON, a generic C++ optimization library
    22.6   *
    22.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    22.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    22.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   22.10   *
   22.11   * Permission to use, modify and distribute this software is granted
    23.1 --- a/src/lemon/fib_heap.h	Mon Feb 21 14:17:24 2005 +0000
    23.2 +++ b/src/lemon/fib_heap.h	Mon Feb 21 14:59:12 2005 +0000
    23.3 @@ -1,7 +1,7 @@
    23.4  /* -*- C++ -*-
    23.5   * src/lemon/fib_heap.h - Part of LEMON, a generic C++ optimization library
    23.6   *
    23.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    23.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    23.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   23.10   *
   23.11   * Permission to use, modify and distribute this software is granted
    24.1 --- a/src/lemon/full_graph.h	Mon Feb 21 14:17:24 2005 +0000
    24.2 +++ b/src/lemon/full_graph.h	Mon Feb 21 14:59:12 2005 +0000
    24.3 @@ -1,7 +1,7 @@
    24.4  /* -*- C++ -*-
    24.5   * src/lemon/full_graph.h - Part of LEMON, a generic C++ optimization library
    24.6   *
    24.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    24.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    24.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   24.10   *
   24.11   * Permission to use, modify and distribute this software is granted
    25.1 --- a/src/lemon/graph_reader.h	Mon Feb 21 14:17:24 2005 +0000
    25.2 +++ b/src/lemon/graph_reader.h	Mon Feb 21 14:59:12 2005 +0000
    25.3 @@ -1,7 +1,7 @@
    25.4  /* -*- C++ -*-
    25.5   * src/lemon/graph_reader.h - Part of LEMON, a generic C++ optimization library
    25.6   *
    25.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    25.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    25.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   25.10   *
   25.11   * Permission to use, modify and distribute this software is granted
    26.1 --- a/src/lemon/graph_to_eps.h	Mon Feb 21 14:17:24 2005 +0000
    26.2 +++ b/src/lemon/graph_to_eps.h	Mon Feb 21 14:59:12 2005 +0000
    26.3 @@ -1,7 +1,7 @@
    26.4  /* -*- C++ -*-
    26.5   * src/lemon/graph_to_eps.h - Part of LEMON, a generic C++ optimization library
    26.6   *
    26.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    26.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    26.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   26.10   *
   26.11   * Permission to use, modify and distribute this software is granted
    27.1 --- a/src/lemon/graph_utils.h	Mon Feb 21 14:17:24 2005 +0000
    27.2 +++ b/src/lemon/graph_utils.h	Mon Feb 21 14:59:12 2005 +0000
    27.3 @@ -1,7 +1,7 @@
    27.4  /* -*- C++ -*-
    27.5   * src/lemon/graph_utils.h - Part of LEMON, a generic C++ optimization library
    27.6   *
    27.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    27.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    27.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   27.10   *
   27.11   * Permission to use, modify and distribute this software is granted
    28.1 --- a/src/lemon/graph_wrapper.h	Mon Feb 21 14:17:24 2005 +0000
    28.2 +++ b/src/lemon/graph_wrapper.h	Mon Feb 21 14:59:12 2005 +0000
    28.3 @@ -1,7 +1,7 @@
    28.4  /* -*- C++ -*-
    28.5   * src/lemon/graph_wrapper.h - Part of LEMON, a generic C++ optimization library
    28.6   *
    28.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    28.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    28.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   28.10   *
   28.11   * Permission to use, modify and distribute this software is granted
    29.1 --- a/src/lemon/graph_writer.h	Mon Feb 21 14:17:24 2005 +0000
    29.2 +++ b/src/lemon/graph_writer.h	Mon Feb 21 14:59:12 2005 +0000
    29.3 @@ -1,7 +1,7 @@
    29.4  /* -*- C++ -*-
    29.5   * src/lemon/graph_writer.h - Part of LEMON, a generic C++ optimization library
    29.6   *
    29.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    29.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    29.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   29.10   *
   29.11   * Permission to use, modify and distribute this software is granted
    30.1 --- a/src/lemon/invalid.h	Mon Feb 21 14:17:24 2005 +0000
    30.2 +++ b/src/lemon/invalid.h	Mon Feb 21 14:59:12 2005 +0000
    30.3 @@ -1,7 +1,7 @@
    30.4  /* -*- C++ -*-
    30.5   * src/lemon/invalid.h - Part of LEMON, a generic C++ optimization library
    30.6   *
    30.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    30.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    30.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   30.10   *
   30.11   * Permission to use, modify and distribute this software is granted
    31.1 --- a/src/lemon/kruskal.h	Mon Feb 21 14:17:24 2005 +0000
    31.2 +++ b/src/lemon/kruskal.h	Mon Feb 21 14:59:12 2005 +0000
    31.3 @@ -1,7 +1,7 @@
    31.4  /* -*- C++ -*-
    31.5   * src/lemon/kruskal.h - Part of LEMON, a generic C++ optimization library
    31.6   *
    31.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    31.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    31.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   31.10   *
   31.11   * Permission to use, modify and distribute this software is granted
    32.1 --- a/src/lemon/list_graph.h	Mon Feb 21 14:17:24 2005 +0000
    32.2 +++ b/src/lemon/list_graph.h	Mon Feb 21 14:59:12 2005 +0000
    32.3 @@ -1,7 +1,7 @@
    32.4  /* -*- C++ -*-
    32.5   * src/lemon/list_graph.h - Part of LEMON, a generic C++ optimization library
    32.6   *
    32.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    32.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    32.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   32.10   *
   32.11   * Permission to use, modify and distribute this software is granted
    33.1 --- a/src/lemon/map_iterator.h	Mon Feb 21 14:17:24 2005 +0000
    33.2 +++ b/src/lemon/map_iterator.h	Mon Feb 21 14:59:12 2005 +0000
    33.3 @@ -1,7 +1,7 @@
    33.4  /* -*- C++ -*-
    33.5   * src/lemon/map_iterator.h - Part of LEMON, a generic C++ optimization library
    33.6   *
    33.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    33.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    33.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   33.10   *
   33.11   * Permission to use, modify and distribute this software is granted
    34.1 --- a/src/lemon/map_utils.h	Mon Feb 21 14:17:24 2005 +0000
    34.2 +++ b/src/lemon/map_utils.h	Mon Feb 21 14:59:12 2005 +0000
    34.3 @@ -1,7 +1,7 @@
    34.4  /* -*- C++ -*-
    34.5   * src/lemon/map_utils.h - Part of LEMON, a generic C++ optimization library
    34.6   *
    34.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    34.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    34.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   34.10   *
   34.11   * Permission to use, modify and distribute this software is granted
    35.1 --- a/src/lemon/maps.h	Mon Feb 21 14:17:24 2005 +0000
    35.2 +++ b/src/lemon/maps.h	Mon Feb 21 14:59:12 2005 +0000
    35.3 @@ -1,7 +1,7 @@
    35.4  /* -*- C++ -*-
    35.5   * src/lemon/maps.h - Part of LEMON, a generic C++ optimization library
    35.6   *
    35.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    35.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    35.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   35.10   *
   35.11   * Permission to use, modify and distribute this software is granted
    36.1 --- a/src/lemon/max_matching.h	Mon Feb 21 14:17:24 2005 +0000
    36.2 +++ b/src/lemon/max_matching.h	Mon Feb 21 14:59:12 2005 +0000
    36.3 @@ -1,7 +1,7 @@
    36.4  /* -*- C++ -*-
    36.5   * src/lemon/max_matching.h - Part of LEMON, a generic C++ optimization library
    36.6   *
    36.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    36.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    36.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   36.10   *
   36.11   * Permission to use, modify and distribute this software is granted
    37.1 --- a/src/lemon/min_cost_flow.h	Mon Feb 21 14:17:24 2005 +0000
    37.2 +++ b/src/lemon/min_cost_flow.h	Mon Feb 21 14:59:12 2005 +0000
    37.3 @@ -1,7 +1,7 @@
    37.4  /* -*- C++ -*-
    37.5   * src/lemon/min_cost_flow.h - Part of LEMON, a generic C++ optimization library
    37.6   *
    37.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    37.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    37.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   37.10   *
   37.11   * Permission to use, modify and distribute this software is granted
    38.1 --- a/src/lemon/path.h	Mon Feb 21 14:17:24 2005 +0000
    38.2 +++ b/src/lemon/path.h	Mon Feb 21 14:59:12 2005 +0000
    38.3 @@ -1,7 +1,7 @@
    38.4  /* -*- C++ -*-
    38.5   * src/lemon/path.h - Part of LEMON, a generic C++ optimization library
    38.6   *
    38.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    38.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    38.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   38.10   *
   38.11   * Permission to use, modify and distribute this software is granted
    39.1 --- a/src/lemon/preflow.h	Mon Feb 21 14:17:24 2005 +0000
    39.2 +++ b/src/lemon/preflow.h	Mon Feb 21 14:59:12 2005 +0000
    39.3 @@ -1,7 +1,7 @@
    39.4  /* -*- C++ -*-
    39.5   * src/lemon/preflow.h - Part of LEMON, a generic C++ optimization library
    39.6   *
    39.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    39.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    39.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   39.10   *
   39.11   * Permission to use, modify and distribute this software is granted
    40.1 --- a/src/lemon/smart_graph.h	Mon Feb 21 14:17:24 2005 +0000
    40.2 +++ b/src/lemon/smart_graph.h	Mon Feb 21 14:59:12 2005 +0000
    40.3 @@ -1,7 +1,7 @@
    40.4  /* -*- C++ -*-
    40.5   * src/lemon/smart_graph.h - Part of LEMON, a generic C++ optimization library
    40.6   *
    40.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    40.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    40.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   40.10   *
   40.11   * Permission to use, modify and distribute this software is granted
    41.1 --- a/src/lemon/suurballe.h	Mon Feb 21 14:17:24 2005 +0000
    41.2 +++ b/src/lemon/suurballe.h	Mon Feb 21 14:59:12 2005 +0000
    41.3 @@ -1,7 +1,7 @@
    41.4  /* -*- C++ -*-
    41.5   * src/lemon/suurballe.h - Part of LEMON, a generic C++ optimization library
    41.6   *
    41.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    41.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    41.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   41.10   *
   41.11   * Permission to use, modify and distribute this software is granted
    42.1 --- a/src/lemon/time_measure.h	Mon Feb 21 14:17:24 2005 +0000
    42.2 +++ b/src/lemon/time_measure.h	Mon Feb 21 14:59:12 2005 +0000
    42.3 @@ -1,7 +1,7 @@
    42.4  /* -*- C++ -*-
    42.5   * src/lemon/time_measure.h - Part of LEMON, a generic C++ optimization library
    42.6   *
    42.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    42.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    42.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   42.10   *
   42.11   * Permission to use, modify and distribute this software is granted
    43.1 --- a/src/lemon/undir_graph_extender.h	Mon Feb 21 14:17:24 2005 +0000
    43.2 +++ b/src/lemon/undir_graph_extender.h	Mon Feb 21 14:59:12 2005 +0000
    43.3 @@ -3,7 +3,7 @@
    43.4   * src/lemon/undir_graph_extender.h - Part of LEMON, a generic C++
    43.5   * optimization library
    43.6   *
    43.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi
    43.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi
    43.9   * Kutatocsoport (Egervary Combinatorial Optimization Research Group,
   43.10   * EGRES).
   43.11   *
    44.1 --- a/src/lemon/unionfind.h	Mon Feb 21 14:17:24 2005 +0000
    44.2 +++ b/src/lemon/unionfind.h	Mon Feb 21 14:59:12 2005 +0000
    44.3 @@ -1,7 +1,7 @@
    44.4  /* -*- C++ -*-
    44.5   * src/lemon/unionfind.h - Part of LEMON, a generic C++ optimization library
    44.6   *
    44.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    44.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    44.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   44.10   *
   44.11   * Permission to use, modify and distribute this software is granted
    45.1 --- a/src/lemon/utility.h	Mon Feb 21 14:17:24 2005 +0000
    45.2 +++ b/src/lemon/utility.h	Mon Feb 21 14:59:12 2005 +0000
    45.3 @@ -2,7 +2,7 @@
    45.4   *
    45.5   * src/lemon/utility.h - Part of LEMON, a generic C++ optimization library
    45.6   *
    45.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi
    45.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi
    45.9   * Kutatocsoport (Egervary Combinatorial Optimization Research Group,
   45.10   * EGRES).
   45.11   *
    46.1 --- a/src/lemon/vector_map.h	Mon Feb 21 14:17:24 2005 +0000
    46.2 +++ b/src/lemon/vector_map.h	Mon Feb 21 14:59:12 2005 +0000
    46.3 @@ -1,7 +1,7 @@
    46.4  /* -*- C++ -*-
    46.5   * src/lemon/vector_map.h - Part of LEMON, a generic C++ optimization library
    46.6   *
    46.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    46.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    46.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   46.10   *
   46.11   * Permission to use, modify and distribute this software is granted
    47.1 --- a/src/lemon/xy.h	Mon Feb 21 14:17:24 2005 +0000
    47.2 +++ b/src/lemon/xy.h	Mon Feb 21 14:59:12 2005 +0000
    47.3 @@ -1,7 +1,7 @@
    47.4  /* -*- C++ -*-
    47.5   * src/lemon/xy.h - Part of LEMON, a generic C++ optimization library
    47.6   *
    47.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    47.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    47.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   47.10   *
   47.11   * Permission to use, modify and distribute this software is granted
    48.1 --- a/src/test/bfs_test.cc	Mon Feb 21 14:17:24 2005 +0000
    48.2 +++ b/src/test/bfs_test.cc	Mon Feb 21 14:59:12 2005 +0000
    48.3 @@ -1,7 +1,7 @@
    48.4  /* -*- C++ -*-
    48.5   * src/test/bfs_test.cc - Part of LEMON, a generic C++ optimization library
    48.6   *
    48.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    48.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    48.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   48.10   *
   48.11   * Permission to use, modify and distribute this software is granted
    49.1 --- a/src/test/dfs_test.cc	Mon Feb 21 14:17:24 2005 +0000
    49.2 +++ b/src/test/dfs_test.cc	Mon Feb 21 14:59:12 2005 +0000
    49.3 @@ -1,7 +1,7 @@
    49.4  /* -*- C++ -*-
    49.5   * src/test/dfs_test.cc - Part of LEMON, a generic C++ optimization library
    49.6   *
    49.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    49.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    49.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   49.10   *
   49.11   * Permission to use, modify and distribute this software is granted
    50.1 --- a/src/test/dijkstra_heap_test.cc	Mon Feb 21 14:17:24 2005 +0000
    50.2 +++ b/src/test/dijkstra_heap_test.cc	Mon Feb 21 14:59:12 2005 +0000
    50.3 @@ -1,7 +1,7 @@
    50.4  /* -*- C++ -*-
    50.5   * src/test/dijkstra_heap_test.cc - Part of LEMON, a generic C++ optimization library
    50.6   *
    50.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    50.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    50.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   50.10   *
   50.11   * Permission to use, modify and distribute this software is granted
    51.1 --- a/src/test/dijkstra_test.cc	Mon Feb 21 14:17:24 2005 +0000
    51.2 +++ b/src/test/dijkstra_test.cc	Mon Feb 21 14:59:12 2005 +0000
    51.3 @@ -1,7 +1,7 @@
    51.4  /* -*- C++ -*-
    51.5   * src/test/dijkstra_test.cc - Part of LEMON, a generic C++ optimization library
    51.6   *
    51.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    51.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    51.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   51.10   *
   51.11   * Permission to use, modify and distribute this software is granted
    52.1 --- a/src/test/error_test.cc	Mon Feb 21 14:17:24 2005 +0000
    52.2 +++ b/src/test/error_test.cc	Mon Feb 21 14:59:12 2005 +0000
    52.3 @@ -1,7 +1,7 @@
    52.4  /* -*- C++ -*-
    52.5   * src/test/error_test.cc - Part of LEMON, a generic C++ optimization library
    52.6   *
    52.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    52.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    52.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   52.10   *
   52.11   * Permission to use, modify and distribute this software is granted
    53.1 --- a/src/test/graph_factory_test.cc	Mon Feb 21 14:17:24 2005 +0000
    53.2 +++ b/src/test/graph_factory_test.cc	Mon Feb 21 14:59:12 2005 +0000
    53.3 @@ -1,7 +1,7 @@
    53.4  /* -*- C++ -*-
    53.5   * src/test/graph_test.cc - Part of LEMON, a generic C++ optimization library
    53.6   *
    53.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    53.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    53.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   53.10   *
   53.11   * Permission to use, modify and distribute this software is granted
    54.1 --- a/src/test/graph_test.h	Mon Feb 21 14:17:24 2005 +0000
    54.2 +++ b/src/test/graph_test.h	Mon Feb 21 14:59:12 2005 +0000
    54.3 @@ -1,7 +1,7 @@
    54.4  /* -*- C++ -*-
    54.5   * src/test/graph_test.h - Part of LEMON, a generic C++ optimization library
    54.6   *
    54.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    54.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    54.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   54.10   *
   54.11   * Permission to use, modify and distribute this software is granted
    55.1 --- a/src/test/graph_utils_test.h	Mon Feb 21 14:17:24 2005 +0000
    55.2 +++ b/src/test/graph_utils_test.h	Mon Feb 21 14:59:12 2005 +0000
    55.3 @@ -1,7 +1,7 @@
    55.4  /* -*- C++ -*-
    55.5   * src/test/graph_utils_test.h - Part of LEMON, a generic C++ optimization library
    55.6   *
    55.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    55.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    55.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   55.10   *
   55.11   * Permission to use, modify and distribute this software is granted
    56.1 --- a/src/test/graph_wrapper_test.cc	Mon Feb 21 14:17:24 2005 +0000
    56.2 +++ b/src/test/graph_wrapper_test.cc	Mon Feb 21 14:59:12 2005 +0000
    56.3 @@ -1,7 +1,7 @@
    56.4  /* -*- C++ -*-
    56.5   * src/test/graph_wrapper_test.cc - Part of LEMON, a generic C++ optimization library
    56.6   *
    56.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    56.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    56.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   56.10   *
   56.11   * Permission to use, modify and distribute this software is granted
    57.1 --- a/src/test/kruskal_test.cc	Mon Feb 21 14:17:24 2005 +0000
    57.2 +++ b/src/test/kruskal_test.cc	Mon Feb 21 14:59:12 2005 +0000
    57.3 @@ -1,7 +1,7 @@
    57.4  /* -*- C++ -*-
    57.5   * src/test/kruskal_test.cc - Part of LEMON, a generic C++ optimization library
    57.6   *
    57.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    57.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    57.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   57.10   *
   57.11   * Permission to use, modify and distribute this software is granted
    58.1 --- a/src/test/map_test.h	Mon Feb 21 14:17:24 2005 +0000
    58.2 +++ b/src/test/map_test.h	Mon Feb 21 14:59:12 2005 +0000
    58.3 @@ -1,7 +1,7 @@
    58.4  /* -*- C++ -*-
    58.5   * src/test/map_test.h - Part of LEMON, a generic C++ optimization library
    58.6   *
    58.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    58.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    58.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   58.10   *
   58.11   * Permission to use, modify and distribute this software is granted
    59.1 --- a/src/test/max_matching_test.cc	Mon Feb 21 14:17:24 2005 +0000
    59.2 +++ b/src/test/max_matching_test.cc	Mon Feb 21 14:59:12 2005 +0000
    59.3 @@ -2,7 +2,7 @@
    59.4   * src/test/max_matching_test.cc - 
    59.5   * Part of LEMON, a generic C++ optimization library
    59.6   *
    59.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    59.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    59.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   59.10   *
   59.11   * Permission to use, modify and distribute this software is granted
    60.1 --- a/src/test/min_cost_flow_test.cc	Mon Feb 21 14:17:24 2005 +0000
    60.2 +++ b/src/test/min_cost_flow_test.cc	Mon Feb 21 14:59:12 2005 +0000
    60.3 @@ -1,7 +1,7 @@
    60.4  /* -*- C++ -*-
    60.5   * src/test/min_cost_flow_test.cc - Part of LEMON, a generic C++ optimization library
    60.6   *
    60.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    60.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    60.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   60.10   *
   60.11   * Permission to use, modify and distribute this software is granted
    61.1 --- a/src/test/path_test.cc	Mon Feb 21 14:17:24 2005 +0000
    61.2 +++ b/src/test/path_test.cc	Mon Feb 21 14:59:12 2005 +0000
    61.3 @@ -1,7 +1,7 @@
    61.4  /* -*- C++ -*-
    61.5   * src/test/path_test.cc - Part of LEMON, a generic C++ optimization library
    61.6   *
    61.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    61.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    61.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   61.10   *
   61.11   * Permission to use, modify and distribute this software is granted
    62.1 --- a/src/test/preflow_test.cc	Mon Feb 21 14:17:24 2005 +0000
    62.2 +++ b/src/test/preflow_test.cc	Mon Feb 21 14:59:12 2005 +0000
    62.3 @@ -1,7 +1,7 @@
    62.4  /* -*- C++ -*-
    62.5   * src/test/preflow_test.cc - Part of LEMON, a generic C++ optimization library
    62.6   *
    62.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    62.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    62.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   62.10   *
   62.11   * Permission to use, modify and distribute this software is granted
    63.1 --- a/src/test/suurballe_test.cc	Mon Feb 21 14:17:24 2005 +0000
    63.2 +++ b/src/test/suurballe_test.cc	Mon Feb 21 14:59:12 2005 +0000
    63.3 @@ -1,7 +1,7 @@
    63.4  /* -*- C++ -*-
    63.5   * src/test/suurballe_test.cc - Part of LEMON, a generic C++ optimization library
    63.6   *
    63.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    63.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    63.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   63.10   *
   63.11   * Permission to use, modify and distribute this software is granted
    64.1 --- a/src/test/sym_graph_test.cc	Mon Feb 21 14:17:24 2005 +0000
    64.2 +++ b/src/test/sym_graph_test.cc	Mon Feb 21 14:59:12 2005 +0000
    64.3 @@ -1,7 +1,7 @@
    64.4  /* -*- C++ -*-
    64.5   * src/test/sym_graph_test.cc - Part of LEMON, a generic C++ optimization library
    64.6   *
    64.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    64.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    64.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   64.10   *
   64.11   * Permission to use, modify and distribute this software is granted
    65.1 --- a/src/test/sym_graph_test.h	Mon Feb 21 14:17:24 2005 +0000
    65.2 +++ b/src/test/sym_graph_test.h	Mon Feb 21 14:59:12 2005 +0000
    65.3 @@ -1,7 +1,7 @@
    65.4  /* -*- C++ -*-
    65.5   * src/test/sym_graph_test.h - Part of LEMON, a generic C++ optimization library
    65.6   *
    65.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    65.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    65.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   65.10   *
   65.11   * Permission to use, modify and distribute this software is granted
    66.1 --- a/src/test/test_tools.h	Mon Feb 21 14:17:24 2005 +0000
    66.2 +++ b/src/test/test_tools.h	Mon Feb 21 14:59:12 2005 +0000
    66.3 @@ -1,7 +1,7 @@
    66.4  /* -*- C++ -*-
    66.5   * src/test/test_tools.h - Part of LEMON, a generic C++ optimization library
    66.6   *
    66.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    66.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    66.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   66.10   *
   66.11   * Permission to use, modify and distribute this software is granted
    67.1 --- a/src/test/test_tools_fail.cc	Mon Feb 21 14:17:24 2005 +0000
    67.2 +++ b/src/test/test_tools_fail.cc	Mon Feb 21 14:59:12 2005 +0000
    67.3 @@ -1,7 +1,7 @@
    67.4  /* -*- C++ -*-
    67.5   * src/test/test_tools_fail.cc - Part of LEMON, a generic C++ optimization library
    67.6   *
    67.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    67.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    67.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   67.10   *
   67.11   * Permission to use, modify and distribute this software is granted
    68.1 --- a/src/test/test_tools_pass.cc	Mon Feb 21 14:17:24 2005 +0000
    68.2 +++ b/src/test/test_tools_pass.cc	Mon Feb 21 14:59:12 2005 +0000
    68.3 @@ -1,7 +1,7 @@
    68.4  /* -*- C++ -*-
    68.5   * src/test/test_tools_pass.cc - Part of LEMON, a generic C++ optimization library
    68.6   *
    68.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    68.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    68.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   68.10   *
   68.11   * Permission to use, modify and distribute this software is granted
    69.1 --- a/src/test/time_measure_test.cc	Mon Feb 21 14:17:24 2005 +0000
    69.2 +++ b/src/test/time_measure_test.cc	Mon Feb 21 14:59:12 2005 +0000
    69.3 @@ -1,7 +1,7 @@
    69.4  /* -*- C++ -*-
    69.5   * src/test/time_measure_test.cc - Part of LEMON, a generic C++ optimization library
    69.6   *
    69.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    69.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    69.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   69.10   *
   69.11   * Permission to use, modify and distribute this software is granted
    70.1 --- a/src/test/unionfind_test.cc	Mon Feb 21 14:17:24 2005 +0000
    70.2 +++ b/src/test/unionfind_test.cc	Mon Feb 21 14:59:12 2005 +0000
    70.3 @@ -1,7 +1,7 @@
    70.4  /* -*- C++ -*-
    70.5   * src/test/unionfind_test.cc - Part of LEMON, a generic C++ optimization library
    70.6   *
    70.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    70.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    70.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   70.10   *
   70.11   * Permission to use, modify and distribute this software is granted
    71.1 --- a/src/test/xy_test.cc	Mon Feb 21 14:17:24 2005 +0000
    71.2 +++ b/src/test/xy_test.cc	Mon Feb 21 14:59:12 2005 +0000
    71.3 @@ -1,7 +1,7 @@
    71.4  /* -*- C++ -*-
    71.5   * src/test/xy_test.cc - Part of LEMON, a generic C++ optimization library
    71.6   *
    71.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    71.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    71.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   71.10   *
   71.11   * Permission to use, modify and distribute this software is granted
    72.1 --- a/src/work/marci/bfs_mm_test.cc	Mon Feb 21 14:17:24 2005 +0000
    72.2 +++ b/src/work/marci/bfs_mm_test.cc	Mon Feb 21 14:59:12 2005 +0000
    72.3 @@ -1,7 +1,7 @@
    72.4  /* -*- C++ -*-
    72.5   * src/test/bfs_test.cc - Part of LEMON, a generic C++ optimization library
    72.6   *
    72.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    72.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    72.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   72.10   *
   72.11   * Permission to use, modify and distribute this software is granted
    73.1 --- a/src/work/marci/merge_node_graph_wrapper.h	Mon Feb 21 14:17:24 2005 +0000
    73.2 +++ b/src/work/marci/merge_node_graph_wrapper.h	Mon Feb 21 14:59:12 2005 +0000
    73.3 @@ -1,7 +1,7 @@
    73.4  /* -*- C++ -*-
    73.5   * src/lemon/merge_node_graph_wrapper.h - Part of LEMON, a generic C++ optimization library
    73.6   *
    73.7 - * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    73.8 + * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    73.9   * (Egervary Combinatorial Optimization Research Group, EGRES).
   73.10   *
   73.11   * Permission to use, modify and distribute this software is granted