[Lemon-commits] [lemon_svn] alpar: r2450 - in hugo/trunk: . demo doc gui lemon lemon/attic lemon/bits lemon/concept test

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:52:46 CET 2006


Author: alpar
Date: Wed Jan  4 14:31:59 2006
New Revision: 2450

Modified:
   hugo/trunk/LICENSE
   hugo/trunk/demo/coloring.cc
   hugo/trunk/demo/descriptor_map_demo.cc
   hugo/trunk/demo/dijkstra_demo.cc
   hugo/trunk/demo/dim_to_dot.cc
   hugo/trunk/demo/dim_to_lgf.cc
   hugo/trunk/demo/graph_orientation.cc
   hugo/trunk/demo/graph_to_eps_demo.cc
   hugo/trunk/demo/grid_graph_demo.cc
   hugo/trunk/demo/hello_lemon.cc
   hugo/trunk/demo/kruskal_demo.cc
   hugo/trunk/demo/lp_demo.cc
   hugo/trunk/demo/lp_maxflow_demo.cc
   hugo/trunk/demo/min_route.cc
   hugo/trunk/demo/reader_writer_demo.cc
   hugo/trunk/demo/sub_graph_adaptor_demo.cc
   hugo/trunk/demo/tight_edge_filter_map.h
   hugo/trunk/demo/topology_demo.cc
   hugo/trunk/doc/template.h
   hugo/trunk/gui/xml.h
   hugo/trunk/lemon/attic/debug.h
   hugo/trunk/lemon/base.cc
   hugo/trunk/lemon/bellman_ford.h
   hugo/trunk/lemon/bezier.h
   hugo/trunk/lemon/bfs.h
   hugo/trunk/lemon/bin_heap.h
   hugo/trunk/lemon/bits/alteration_notifier.h
   hugo/trunk/lemon/bits/array_map.h
   hugo/trunk/lemon/bits/default_map.h
   hugo/trunk/lemon/bits/graph_extender.h
   hugo/trunk/lemon/bits/item_reader.h
   hugo/trunk/lemon/bits/item_writer.h
   hugo/trunk/lemon/bits/map_extender.h
   hugo/trunk/lemon/bits/static_map.h
   hugo/trunk/lemon/bits/vector_map.h
   hugo/trunk/lemon/concept/graph.h
   hugo/trunk/lemon/concept/graph_component.h
   hugo/trunk/lemon/concept/heap.h
   hugo/trunk/lemon/concept/maps.h
   hugo/trunk/lemon/concept/matrix_maps.h
   hugo/trunk/lemon/concept/path.h
   hugo/trunk/lemon/concept/undir_graph.h
   hugo/trunk/lemon/counter.h
   hugo/trunk/lemon/dfs.h
   hugo/trunk/lemon/dijkstra.h
   hugo/trunk/lemon/dimacs.h
   hugo/trunk/lemon/edge_set.h
   hugo/trunk/lemon/error.h
   hugo/trunk/lemon/euler.h
   hugo/trunk/lemon/fib_heap.h
   hugo/trunk/lemon/floyd_warshall.h
   hugo/trunk/lemon/full_graph.h
   hugo/trunk/lemon/graph_adaptor.h
   hugo/trunk/lemon/graph_reader.h
   hugo/trunk/lemon/graph_to_eps.h
   hugo/trunk/lemon/graph_utils.h
   hugo/trunk/lemon/graph_writer.h
   hugo/trunk/lemon/grid_graph.h
   hugo/trunk/lemon/hypercube_graph.h
   hugo/trunk/lemon/invalid.h
   hugo/trunk/lemon/iterable_maps.h
   hugo/trunk/lemon/johnson.h
   hugo/trunk/lemon/kruskal.h
   hugo/trunk/lemon/lemon_reader.h
   hugo/trunk/lemon/lemon_writer.h
   hugo/trunk/lemon/linear_heap.h
   hugo/trunk/lemon/list_graph.h
   hugo/trunk/lemon/lp.h
   hugo/trunk/lemon/lp_base.cc
   hugo/trunk/lemon/lp_base.h
   hugo/trunk/lemon/lp_cplex.cc
   hugo/trunk/lemon/lp_cplex.h
   hugo/trunk/lemon/lp_glpk.cc
   hugo/trunk/lemon/lp_glpk.h
   hugo/trunk/lemon/lp_skeleton.cc
   hugo/trunk/lemon/lp_skeleton.h
   hugo/trunk/lemon/map_iterator.h
   hugo/trunk/lemon/maps.h
   hugo/trunk/lemon/matrix_maps.h
   hugo/trunk/lemon/max_matching.h
   hugo/trunk/lemon/min_cost_flow.h
   hugo/trunk/lemon/path.h
   hugo/trunk/lemon/preflow.h
   hugo/trunk/lemon/radix_heap.h
   hugo/trunk/lemon/radix_sort.h
   hugo/trunk/lemon/smart_graph.h
   hugo/trunk/lemon/sub_graph.h
   hugo/trunk/lemon/suurballe.h
   hugo/trunk/lemon/time_measure.h
   hugo/trunk/lemon/tolerance.h
   hugo/trunk/lemon/topology.h
   hugo/trunk/lemon/traits.h
   hugo/trunk/lemon/unionfind.h
   hugo/trunk/lemon/utility.h
   hugo/trunk/lemon/xy.h
   hugo/trunk/test/bfs_test.cc
   hugo/trunk/test/counter_test.cc
   hugo/trunk/test/dfs_test.cc
   hugo/trunk/test/dijkstra_test.cc
   hugo/trunk/test/error_test.cc
   hugo/trunk/test/graph_adaptor_test.cc
   hugo/trunk/test/graph_factory_test.cc
   hugo/trunk/test/graph_test.h
   hugo/trunk/test/graph_utils_test.h
   hugo/trunk/test/kruskal_test.cc
   hugo/trunk/test/map_test.h
   hugo/trunk/test/max_matching_test.cc
   hugo/trunk/test/min_cost_flow_test.cc
   hugo/trunk/test/path_test.cc
   hugo/trunk/test/preflow_test.cc
   hugo/trunk/test/suurballe_test.cc
   hugo/trunk/test/test_tools.h
   hugo/trunk/test/test_tools_fail.cc
   hugo/trunk/test/test_tools_pass.cc
   hugo/trunk/test/time_measure_test.cc
   hugo/trunk/test/unionfind_test.cc
   hugo/trunk/test/xy_test.cc

Log:
Happy new year to LEMON

Modified: hugo/trunk/LICENSE
==============================================================================
--- hugo/trunk/LICENSE	(original)
+++ hugo/trunk/LICENSE	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 LEMON code without an explicit copyright is covered by the following
 copyright/license:
 
-Copyright (C) 2003-2005 Egervary Jeno Kombinatorikus Optimalizalasi
+Copyright (C) 2003-2006 Egervary Jeno Kombinatorikus Optimalizalasi
 Kutatocsoport (Egervary Combinatorial Optimization Research Group,
 EGRES).
 

Modified: hugo/trunk/demo/coloring.cc
==============================================================================
--- hugo/trunk/demo/coloring.cc	(original)
+++ hugo/trunk/demo/coloring.cc	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * demo/coloring.cc - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
@@ -98,7 +98,7 @@
   ColorSet colorSet;
 
   graphToEps(graph, "coloring.eps").
-    title("Six Colored Plan Graph").copyright("(C) 2005 LEMON Project").
+    title("Six Colored Plan Graph").copyright("(C) 2006 LEMON Project").
     coords(coords).nodeColors(composeMap(colorSet, color)).
     nodeScale(5.0).scaleToA4().run();
 

Modified: hugo/trunk/demo/descriptor_map_demo.cc
==============================================================================
--- hugo/trunk/demo/descriptor_map_demo.cc	(original)
+++ hugo/trunk/demo/descriptor_map_demo.cc	Wed Jan  4 14:31:59 2006
@@ -2,7 +2,7 @@
  * demo/descriptor_map_demo.cc - Part of LEMON, a generic C++ optimization
  * library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
@@ -110,7 +110,7 @@
     
   graphToEps(graph,"descriptor_map_demo.eps").scaleToA4().
     title("Generated graph").
-    copyright("(C) 2005 LEMON Project").
+    copyright("(C) 2006 LEMON Project").
     coords(coords).
     nodeScale(1.0).
     enableParallel().parEdgeDist(1).

Modified: hugo/trunk/demo/dijkstra_demo.cc
==============================================================================
--- hugo/trunk/demo/dijkstra_demo.cc	(original)
+++ hugo/trunk/demo/dijkstra_demo.cc	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * demo/dijkstra_demo.cc - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/demo/dim_to_dot.cc
==============================================================================
--- hugo/trunk/demo/dim_to_dot.cc	(original)
+++ hugo/trunk/demo/dim_to_dot.cc	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * demo/dim_to_dot.cc - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/demo/dim_to_lgf.cc
==============================================================================
--- hugo/trunk/demo/dim_to_lgf.cc	(original)
+++ hugo/trunk/demo/dim_to_lgf.cc	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * demo/dim_to_lgf.cc - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/demo/graph_orientation.cc
==============================================================================
--- hugo/trunk/demo/graph_orientation.cc	(original)
+++ hugo/trunk/demo/graph_orientation.cc	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * demo/graph_orientation.cc - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
@@ -108,7 +108,7 @@
 
   graphToEps(g,"graph_orientation.eps").scaleToA4().
     title("Sample .eps figure (fits to A4)").
-    copyright("(C) 2005 LEMON Project").
+    copyright("(C) 2006 LEMON Project").
     nodeScale(15).
     coords(coords).
     negateY().

Modified: hugo/trunk/demo/graph_to_eps_demo.cc
==============================================================================
--- hugo/trunk/demo/graph_to_eps_demo.cc	(original)
+++ hugo/trunk/demo/graph_to_eps_demo.cc	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * demo/graph_to_eps.cc - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
@@ -81,7 +81,7 @@
   cout << "Create 'graph_to_eps_demo_out.eps'" << endl;
   graphToEps(g,"graph_to_eps_demo_out.eps").scale(10).coords(coords).
     title("Sample .eps figure").
-    copyright("(C) 2005 LEMON Project").
+    copyright("(C) 2006 LEMON Project").
     nodeScale(2).nodeSizes(sizes).
     nodeShapes(shapes).
     nodeColors(composeMap(colorSet,colors)).
@@ -94,7 +94,7 @@
   cout << "Create 'graph_to_eps_demo_out_arr.eps'" << endl;
   graphToEps(g,"graph_to_eps_demo_out_arr.eps").scale(10).
     title("Sample .eps figure (with arrowheads)").
-    copyright("(C) 2005 LEMON Project").
+    copyright("(C) 2006 LEMON Project").
     nodeColors(composeMap(colorSet,colors)).
     coords(coords).
     nodeScale(2).nodeSizes(sizes).
@@ -119,7 +119,7 @@
   cout << "Create 'graph_to_eps_demo_out_par.eps'" << endl;
   graphToEps(g,"graph_to_eps_demo_out_par.eps").scale(10).
     title("Sample .eps figure (parallel edges)").
-    copyright("(C) 2005 LEMON Project").
+    copyright("(C) 2006 LEMON Project").
     nodeShapes(shapes).
     coords(coords).
     nodeScale(2).nodeSizes(sizes).
@@ -133,7 +133,7 @@
   cout << "Create 'graph_to_eps_demo_out_par_arr.eps'" << endl;
   graphToEps(g,"graph_to_eps_demo_out_par_arr.eps").scale(10).
     title("Sample .eps figure (parallel edges and arrowheads)").
-    copyright("(C) 2005 LEMON Project").
+    copyright("(C) 2006 LEMON Project").
     nodeScale(2).nodeSizes(sizes).
     coords(coords).
     nodeShapes(shapes).
@@ -148,7 +148,7 @@
   cout << "Create 'graph_to_eps_demo_out_a4.eps'" << endl;
   graphToEps(g,"graph_to_eps_demo_out_a4.eps").scaleToA4().
     title("Sample .eps figure (fits to A4)").
-    copyright("(C) 2005 LEMON Project").
+    copyright("(C) 2006 LEMON Project").
     nodeScale(2).nodeSizes(sizes).
     coords(coords).
     nodeShapes(shapes).
@@ -174,7 +174,7 @@
   cout << "Create 'graph_to_eps_demo_out_colors.eps'" << endl;
   graphToEps(h,"graph_to_eps_demo_out_colors.eps").scale(60).
     title("Sample .eps figure (ColorSet demo)").
-    copyright("(C) 2005 LEMON Project").
+    copyright("(C) 2006 LEMON Project").
     coords(hcoords).
     nodeScale(.45).
     distantColorNodeTexts().

Modified: hugo/trunk/demo/grid_graph_demo.cc
==============================================================================
--- hugo/trunk/demo/grid_graph_demo.cc	(original)
+++ hugo/trunk/demo/grid_graph_demo.cc	Wed Jan  4 14:31:59 2006
@@ -69,7 +69,7 @@
   
   graphToEps(filtered, "grid_graph_demo.eps").scaleToA4().
     title("Grid graph").
-    copyright("(C) 2005 LEMON Project").
+    copyright("(C) 2006 LEMON Project").
     coords(scaleMap(indexMap(graph), 10)).
     enableParallel().
     nodeScale(0.5).

Modified: hugo/trunk/demo/hello_lemon.cc
==============================================================================
--- hugo/trunk/demo/hello_lemon.cc	(original)
+++ hugo/trunk/demo/hello_lemon.cc	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * demo/hello_lemon.cc - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/demo/kruskal_demo.cc
==============================================================================
--- hugo/trunk/demo/kruskal_demo.cc	(original)
+++ hugo/trunk/demo/kruskal_demo.cc	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * demo/kruskal_demo.cc - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/demo/lp_demo.cc
==============================================================================
--- hugo/trunk/demo/lp_demo.cc	(original)
+++ hugo/trunk/demo/lp_demo.cc	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * demo/lp_demo.cc - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/demo/lp_maxflow_demo.cc
==============================================================================
--- hugo/trunk/demo/lp_maxflow_demo.cc	(original)
+++ hugo/trunk/demo/lp_maxflow_demo.cc	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * demo/lp_maxflow_demo.cc - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/demo/min_route.cc
==============================================================================
--- hugo/trunk/demo/min_route.cc	(original)
+++ hugo/trunk/demo/min_route.cc	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * demo/min_route.cc - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/demo/reader_writer_demo.cc
==============================================================================
--- hugo/trunk/demo/reader_writer_demo.cc	(original)
+++ hugo/trunk/demo/reader_writer_demo.cc	Wed Jan  4 14:31:59 2006
@@ -2,7 +2,7 @@
  * demo/reader_writer_demo.cc - Part of LEMON, a generic C++ optimization
  * library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/demo/sub_graph_adaptor_demo.cc
==============================================================================
--- hugo/trunk/demo/sub_graph_adaptor_demo.cc	(original)
+++ hugo/trunk/demo/sub_graph_adaptor_demo.cc	Wed Jan  4 14:31:59 2006
@@ -2,7 +2,7 @@
  * demo/sub_graph_adaptor_demo.cc - Part of LEMON, a generic C++ optimization
  * library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/demo/tight_edge_filter_map.h
==============================================================================
--- hugo/trunk/demo/tight_edge_filter_map.h	(original)
+++ hugo/trunk/demo/tight_edge_filter_map.h	Wed Jan  4 14:31:59 2006
@@ -2,7 +2,7 @@
  * demo/tight_edge_filter_map.h - Part of LEMON, a generic C++ optimization
  * library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/demo/topology_demo.cc
==============================================================================
--- hugo/trunk/demo/topology_demo.cc	(original)
+++ hugo/trunk/demo/topology_demo.cc	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * demo/min_route.cc - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/doc/template.h
==============================================================================
--- hugo/trunk/doc/template.h	(original)
+++ hugo/trunk/doc/template.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/template.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/gui/xml.h
==============================================================================
--- hugo/trunk/gui/xml.h	(original)
+++ hugo/trunk/gui/xml.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * gui/xml.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/attic/debug.h
==============================================================================
--- hugo/trunk/lemon/attic/debug.h	(original)
+++ hugo/trunk/lemon/attic/debug.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/debug.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/base.cc
==============================================================================
--- hugo/trunk/lemon/base.cc	(original)
+++ hugo/trunk/lemon/base.cc	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/base.cc - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/bellman_ford.h
==============================================================================
--- hugo/trunk/lemon/bellman_ford.h	(original)
+++ hugo/trunk/lemon/bellman_ford.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/bellman_ford.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/bezier.h
==============================================================================
--- hugo/trunk/lemon/bezier.h	(original)
+++ hugo/trunk/lemon/bezier.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/bezier.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/bfs.h
==============================================================================
--- hugo/trunk/lemon/bfs.h	(original)
+++ hugo/trunk/lemon/bfs.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/bfs.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/bin_heap.h
==============================================================================
--- hugo/trunk/lemon/bin_heap.h	(original)
+++ hugo/trunk/lemon/bin_heap.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/bin_heap.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/bits/alteration_notifier.h
==============================================================================
--- hugo/trunk/lemon/bits/alteration_notifier.h	(original)
+++ hugo/trunk/lemon/bits/alteration_notifier.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/notifier.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/bits/array_map.h
==============================================================================
--- hugo/trunk/lemon/bits/array_map.h	(original)
+++ hugo/trunk/lemon/bits/array_map.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/bits/array_map.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/bits/default_map.h
==============================================================================
--- hugo/trunk/lemon/bits/default_map.h	(original)
+++ hugo/trunk/lemon/bits/default_map.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/default_map.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/bits/graph_extender.h
==============================================================================
--- hugo/trunk/lemon/bits/graph_extender.h	(original)
+++ hugo/trunk/lemon/bits/graph_extender.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/graph_extender.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi
  * Kutatocsoport (Egervary Research Group on Combinatorial Optimization,
  * EGRES).
  *

Modified: hugo/trunk/lemon/bits/item_reader.h
==============================================================================
--- hugo/trunk/lemon/bits/item_reader.h	(original)
+++ hugo/trunk/lemon/bits/item_reader.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/bits/item_reader.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/bits/item_writer.h
==============================================================================
--- hugo/trunk/lemon/bits/item_writer.h	(original)
+++ hugo/trunk/lemon/bits/item_writer.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/bits/item_reader.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/bits/map_extender.h
==============================================================================
--- hugo/trunk/lemon/bits/map_extender.h	(original)
+++ hugo/trunk/lemon/bits/map_extender.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/map_extender.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/bits/static_map.h
==============================================================================
--- hugo/trunk/lemon/bits/static_map.h	(original)
+++ hugo/trunk/lemon/bits/static_map.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/static_map.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/bits/vector_map.h
==============================================================================
--- hugo/trunk/lemon/bits/vector_map.h	(original)
+++ hugo/trunk/lemon/bits/vector_map.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/vector_map.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/concept/graph.h
==============================================================================
--- hugo/trunk/lemon/concept/graph.h	(original)
+++ hugo/trunk/lemon/concept/graph.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/concept/graph.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/concept/graph_component.h
==============================================================================
--- hugo/trunk/lemon/concept/graph_component.h	(original)
+++ hugo/trunk/lemon/concept/graph_component.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/concept/graph_component.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/concept/heap.h
==============================================================================
--- hugo/trunk/lemon/concept/heap.h	(original)
+++ hugo/trunk/lemon/concept/heap.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/concept/heap.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/concept/maps.h
==============================================================================
--- hugo/trunk/lemon/concept/maps.h	(original)
+++ hugo/trunk/lemon/concept/maps.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/concept/maps.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/concept/matrix_maps.h
==============================================================================
--- hugo/trunk/lemon/concept/matrix_maps.h	(original)
+++ hugo/trunk/lemon/concept/matrix_maps.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/concept/matrix_maps.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/concept/path.h
==============================================================================
--- hugo/trunk/lemon/concept/path.h	(original)
+++ hugo/trunk/lemon/concept/path.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/concept/path.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/concept/undir_graph.h
==============================================================================
--- hugo/trunk/lemon/concept/undir_graph.h	(original)
+++ hugo/trunk/lemon/concept/undir_graph.h	Wed Jan  4 14:31:59 2006
@@ -3,7 +3,7 @@
  * lemon/concept/undir_graph_component.h - Part of LEMON, a generic
  * C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi
  * Kutatocsoport (Egervary Research Group on Combinatorial Optimization,
  * EGRES).
  *

Modified: hugo/trunk/lemon/counter.h
==============================================================================
--- hugo/trunk/lemon/counter.h	(original)
+++ hugo/trunk/lemon/counter.h	Wed Jan  4 14:31:59 2006
@@ -2,7 +2,7 @@
  * lemon/counter.h - 
  * Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/dfs.h
==============================================================================
--- hugo/trunk/lemon/dfs.h	(original)
+++ hugo/trunk/lemon/dfs.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/dfs.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/dijkstra.h
==============================================================================
--- hugo/trunk/lemon/dijkstra.h	(original)
+++ hugo/trunk/lemon/dijkstra.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/dijkstra.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/dimacs.h
==============================================================================
--- hugo/trunk/lemon/dimacs.h	(original)
+++ hugo/trunk/lemon/dimacs.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/dimacs.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/edge_set.h
==============================================================================
--- hugo/trunk/lemon/edge_set.h	(original)
+++ hugo/trunk/lemon/edge_set.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/edge_set.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/error.h
==============================================================================
--- hugo/trunk/lemon/error.h	(original)
+++ hugo/trunk/lemon/error.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/error.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi
  * Kutatocsoport (Egervary Research Group on Combinatorial Optimization,
  * EGRES).
  *

Modified: hugo/trunk/lemon/euler.h
==============================================================================
--- hugo/trunk/lemon/euler.h	(original)
+++ hugo/trunk/lemon/euler.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/euler.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/fib_heap.h
==============================================================================
--- hugo/trunk/lemon/fib_heap.h	(original)
+++ hugo/trunk/lemon/fib_heap.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/fib_heap.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/floyd_warshall.h
==============================================================================
--- hugo/trunk/lemon/floyd_warshall.h	(original)
+++ hugo/trunk/lemon/floyd_warshall.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/floyd_warshall.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/full_graph.h
==============================================================================
--- hugo/trunk/lemon/full_graph.h	(original)
+++ hugo/trunk/lemon/full_graph.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/full_graph.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/graph_adaptor.h
==============================================================================
--- hugo/trunk/lemon/graph_adaptor.h	(original)
+++ hugo/trunk/lemon/graph_adaptor.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/graph_adaptor.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/graph_reader.h
==============================================================================
--- hugo/trunk/lemon/graph_reader.h	(original)
+++ hugo/trunk/lemon/graph_reader.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/graph_reader.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/graph_to_eps.h
==============================================================================
--- hugo/trunk/lemon/graph_to_eps.h	(original)
+++ hugo/trunk/lemon/graph_to_eps.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/graph_to_eps.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/graph_utils.h
==============================================================================
--- hugo/trunk/lemon/graph_utils.h	(original)
+++ hugo/trunk/lemon/graph_utils.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/graph_utils.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/graph_writer.h
==============================================================================
--- hugo/trunk/lemon/graph_writer.h	(original)
+++ hugo/trunk/lemon/graph_writer.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/graph_writer.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/grid_graph.h
==============================================================================
--- hugo/trunk/lemon/grid_graph.h	(original)
+++ hugo/trunk/lemon/grid_graph.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/grid_graph.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/hypercube_graph.h
==============================================================================
--- hugo/trunk/lemon/hypercube_graph.h	(original)
+++ hugo/trunk/lemon/hypercube_graph.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/hypercube_graph.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/invalid.h
==============================================================================
--- hugo/trunk/lemon/invalid.h	(original)
+++ hugo/trunk/lemon/invalid.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/invalid.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/iterable_maps.h
==============================================================================
--- hugo/trunk/lemon/iterable_maps.h	(original)
+++ hugo/trunk/lemon/iterable_maps.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/iterable_maps.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/johnson.h
==============================================================================
--- hugo/trunk/lemon/johnson.h	(original)
+++ hugo/trunk/lemon/johnson.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/johnson.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/kruskal.h
==============================================================================
--- hugo/trunk/lemon/kruskal.h	(original)
+++ hugo/trunk/lemon/kruskal.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/kruskal.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/lemon_reader.h
==============================================================================
--- hugo/trunk/lemon/lemon_reader.h	(original)
+++ hugo/trunk/lemon/lemon_reader.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/lemon_reader.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/lemon_writer.h
==============================================================================
--- hugo/trunk/lemon/lemon_writer.h	(original)
+++ hugo/trunk/lemon/lemon_writer.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/lemon_writer.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/linear_heap.h
==============================================================================
--- hugo/trunk/lemon/linear_heap.h	(original)
+++ hugo/trunk/lemon/linear_heap.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/linear_heap.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/list_graph.h
==============================================================================
--- hugo/trunk/lemon/list_graph.h	(original)
+++ hugo/trunk/lemon/list_graph.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/list_graph.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/lp.h
==============================================================================
--- hugo/trunk/lemon/lp.h	(original)
+++ hugo/trunk/lemon/lp.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/lp.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/lp_base.cc
==============================================================================
--- hugo/trunk/lemon/lp_base.cc	(original)
+++ hugo/trunk/lemon/lp_base.cc	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/lp_base.cc - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/lp_base.h
==============================================================================
--- hugo/trunk/lemon/lp_base.h	(original)
+++ hugo/trunk/lemon/lp_base.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/lp_base.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/lp_cplex.cc
==============================================================================
--- hugo/trunk/lemon/lp_cplex.cc	(original)
+++ hugo/trunk/lemon/lp_cplex.cc	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/lp_cplex.cc - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/lp_cplex.h
==============================================================================
--- hugo/trunk/lemon/lp_cplex.h	(original)
+++ hugo/trunk/lemon/lp_cplex.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/lp_cplex.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/lp_glpk.cc
==============================================================================
--- hugo/trunk/lemon/lp_glpk.cc	(original)
+++ hugo/trunk/lemon/lp_glpk.cc	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/lp_glpk.cc - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/lp_glpk.h
==============================================================================
--- hugo/trunk/lemon/lp_glpk.h	(original)
+++ hugo/trunk/lemon/lp_glpk.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/lp_glpk.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/lp_skeleton.cc
==============================================================================
--- hugo/trunk/lemon/lp_skeleton.cc	(original)
+++ hugo/trunk/lemon/lp_skeleton.cc	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/lp_skeleton.cc - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/lp_skeleton.h
==============================================================================
--- hugo/trunk/lemon/lp_skeleton.h	(original)
+++ hugo/trunk/lemon/lp_skeleton.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/lp_skeleton.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/map_iterator.h
==============================================================================
--- hugo/trunk/lemon/map_iterator.h	(original)
+++ hugo/trunk/lemon/map_iterator.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/map_iterator.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/maps.h
==============================================================================
--- hugo/trunk/lemon/maps.h	(original)
+++ hugo/trunk/lemon/maps.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/maps.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/matrix_maps.h
==============================================================================
--- hugo/trunk/lemon/matrix_maps.h	(original)
+++ hugo/trunk/lemon/matrix_maps.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/matrix_maps.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/max_matching.h
==============================================================================
--- hugo/trunk/lemon/max_matching.h	(original)
+++ hugo/trunk/lemon/max_matching.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/max_matching.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/min_cost_flow.h
==============================================================================
--- hugo/trunk/lemon/min_cost_flow.h	(original)
+++ hugo/trunk/lemon/min_cost_flow.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/min_cost_flow.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/path.h
==============================================================================
--- hugo/trunk/lemon/path.h	(original)
+++ hugo/trunk/lemon/path.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/path.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/preflow.h
==============================================================================
--- hugo/trunk/lemon/preflow.h	(original)
+++ hugo/trunk/lemon/preflow.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/preflow.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/radix_heap.h
==============================================================================
--- hugo/trunk/lemon/radix_heap.h	(original)
+++ hugo/trunk/lemon/radix_heap.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/radix_heap.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/radix_sort.h
==============================================================================
--- hugo/trunk/lemon/radix_sort.h	(original)
+++ hugo/trunk/lemon/radix_sort.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/radix_sort.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/smart_graph.h
==============================================================================
--- hugo/trunk/lemon/smart_graph.h	(original)
+++ hugo/trunk/lemon/smart_graph.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/smart_graph.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/sub_graph.h
==============================================================================
--- hugo/trunk/lemon/sub_graph.h	(original)
+++ hugo/trunk/lemon/sub_graph.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/sub_graph.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/suurballe.h
==============================================================================
--- hugo/trunk/lemon/suurballe.h	(original)
+++ hugo/trunk/lemon/suurballe.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/suurballe.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/time_measure.h
==============================================================================
--- hugo/trunk/lemon/time_measure.h	(original)
+++ hugo/trunk/lemon/time_measure.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/time_measure.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/tolerance.h
==============================================================================
--- hugo/trunk/lemon/tolerance.h	(original)
+++ hugo/trunk/lemon/tolerance.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/tolerance.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/topology.h
==============================================================================
--- hugo/trunk/lemon/topology.h	(original)
+++ hugo/trunk/lemon/topology.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/topology.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/traits.h
==============================================================================
--- hugo/trunk/lemon/traits.h	(original)
+++ hugo/trunk/lemon/traits.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/traits.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/unionfind.h
==============================================================================
--- hugo/trunk/lemon/unionfind.h	(original)
+++ hugo/trunk/lemon/unionfind.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/unionfind.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/lemon/utility.h
==============================================================================
--- hugo/trunk/lemon/utility.h	(original)
+++ hugo/trunk/lemon/utility.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/utility.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi
  * Kutatocsoport (Egervary Research Group on Combinatorial Optimization,
  * EGRES).
  *

Modified: hugo/trunk/lemon/xy.h
==============================================================================
--- hugo/trunk/lemon/xy.h	(original)
+++ hugo/trunk/lemon/xy.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * lemon/xy.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/test/bfs_test.cc
==============================================================================
--- hugo/trunk/test/bfs_test.cc	(original)
+++ hugo/trunk/test/bfs_test.cc	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * test/bfs_test.cc - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/test/counter_test.cc
==============================================================================
--- hugo/trunk/test/counter_test.cc	(original)
+++ hugo/trunk/test/counter_test.cc	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * test/counter_test.cc - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/test/dfs_test.cc
==============================================================================
--- hugo/trunk/test/dfs_test.cc	(original)
+++ hugo/trunk/test/dfs_test.cc	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * test/dfs_test.cc - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/test/dijkstra_test.cc
==============================================================================
--- hugo/trunk/test/dijkstra_test.cc	(original)
+++ hugo/trunk/test/dijkstra_test.cc	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * test/dijkstra_test.cc - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/test/error_test.cc
==============================================================================
--- hugo/trunk/test/error_test.cc	(original)
+++ hugo/trunk/test/error_test.cc	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * test/error_test.cc - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/test/graph_adaptor_test.cc
==============================================================================
--- hugo/trunk/test/graph_adaptor_test.cc	(original)
+++ hugo/trunk/test/graph_adaptor_test.cc	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * test/graph_adaptor_test.cc - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/test/graph_factory_test.cc
==============================================================================
--- hugo/trunk/test/graph_factory_test.cc	(original)
+++ hugo/trunk/test/graph_factory_test.cc	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * test/graph_test.cc - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/test/graph_test.h
==============================================================================
--- hugo/trunk/test/graph_test.h	(original)
+++ hugo/trunk/test/graph_test.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * test/graph_test.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/test/graph_utils_test.h
==============================================================================
--- hugo/trunk/test/graph_utils_test.h	(original)
+++ hugo/trunk/test/graph_utils_test.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * test/graph_utils_test.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/test/kruskal_test.cc
==============================================================================
--- hugo/trunk/test/kruskal_test.cc	(original)
+++ hugo/trunk/test/kruskal_test.cc	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * test/kruskal_test.cc - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/test/map_test.h
==============================================================================
--- hugo/trunk/test/map_test.h	(original)
+++ hugo/trunk/test/map_test.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * test/map_test.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/test/max_matching_test.cc
==============================================================================
--- hugo/trunk/test/max_matching_test.cc	(original)
+++ hugo/trunk/test/max_matching_test.cc	Wed Jan  4 14:31:59 2006
@@ -2,7 +2,7 @@
  * test/max_matching_test.cc - 
  * Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/test/min_cost_flow_test.cc
==============================================================================
--- hugo/trunk/test/min_cost_flow_test.cc	(original)
+++ hugo/trunk/test/min_cost_flow_test.cc	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * test/min_cost_flow_test.cc - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/test/path_test.cc
==============================================================================
--- hugo/trunk/test/path_test.cc	(original)
+++ hugo/trunk/test/path_test.cc	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * test/path_test.cc - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/test/preflow_test.cc
==============================================================================
--- hugo/trunk/test/preflow_test.cc	(original)
+++ hugo/trunk/test/preflow_test.cc	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * test/preflow_test.cc - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/test/suurballe_test.cc
==============================================================================
--- hugo/trunk/test/suurballe_test.cc	(original)
+++ hugo/trunk/test/suurballe_test.cc	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * test/suurballe_test.cc - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/test/test_tools.h
==============================================================================
--- hugo/trunk/test/test_tools.h	(original)
+++ hugo/trunk/test/test_tools.h	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * test/test_tools.h - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/test/test_tools_fail.cc
==============================================================================
--- hugo/trunk/test/test_tools_fail.cc	(original)
+++ hugo/trunk/test/test_tools_fail.cc	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * test/test_tools_fail.cc - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/test/test_tools_pass.cc
==============================================================================
--- hugo/trunk/test/test_tools_pass.cc	(original)
+++ hugo/trunk/test/test_tools_pass.cc	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * test/test_tools_pass.cc - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/test/time_measure_test.cc
==============================================================================
--- hugo/trunk/test/time_measure_test.cc	(original)
+++ hugo/trunk/test/time_measure_test.cc	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * test/time_measure_test.cc - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/test/unionfind_test.cc
==============================================================================
--- hugo/trunk/test/unionfind_test.cc	(original)
+++ hugo/trunk/test/unionfind_test.cc	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * test/unionfind_test.cc - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/test/xy_test.cc
==============================================================================
--- hugo/trunk/test/xy_test.cc	(original)
+++ hugo/trunk/test/xy_test.cc	Wed Jan  4 14:31:59 2006
@@ -1,7 +1,7 @@
 /* -*- C++ -*-
  * test/xy_test.cc - Part of LEMON, a generic C++ optimization library
  *
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted



More information about the Lemon-commits mailing list