# HG changeset patch
# User Alpar Juttner <alpar@cs.elte.hu>
# Date 1230764400 -3600
# Node ID 88ed40ad0d4fa136dfe4420f5060d9a33541a5c4
# Parent  1229dc2f1d362688bd6cc30c80612e6c05d4887a
Happy New Year again
 - update the copyright headers + run the source unifier

diff -r 1229dc2f1d36 -r 88ed40ad0d4f LICENSE
--- a/LICENSE	Sun Dec 21 20:47:15 2008 +0100
+++ b/LICENSE	Thu Jan 01 00:00:00 2009 +0100
@@ -1,7 +1,7 @@
 LEMON code without an explicit copyright is covered by the following
 copyright/license.
 
-Copyright (C) 2003-2008 Egervary Jeno Kombinatorikus Optimalizalasi
+Copyright (C) 2003-2009 Egervary Jeno Kombinatorikus Optimalizalasi
 Kutatocsoport (Egervary Combinatorial Optimization Research Group,
 EGRES).
 
diff -r 1229dc2f1d36 -r 88ed40ad0d4f demo/arg_parser_demo.cc
--- a/demo/arg_parser_demo.cc	Sun Dec 21 20:47:15 2008 +0100
+++ b/demo/arg_parser_demo.cc	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f demo/graph_to_eps_demo.cc
--- a/demo/graph_to_eps_demo.cc	Sun Dec 21 20:47:15 2008 +0100
+++ b/demo/graph_to_eps_demo.cc	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
@@ -85,14 +85,14 @@
   graphToEps(g,"graph_to_eps_demo_out_1_pure.eps").
     coords(coords).
     title("Sample .eps figure").
-    copyright("(C) 2003-2008 LEMON Project").
+    copyright("(C) 2003-2009 LEMON Project").
     run();
 
   cout << "Create 'graph_to_eps_demo_out_2.eps'" << endl;
   graphToEps(g,"graph_to_eps_demo_out_2.eps").
     coords(coords).
     title("Sample .eps figure").
-    copyright("(C) 2003-2008 LEMON Project").
+    copyright("(C) 2003-2009 LEMON Project").
     absoluteNodeSizes().absoluteArcWidths().
     nodeScale(2).nodeSizes(sizes).
     nodeShapes(shapes).
@@ -105,7 +105,7 @@
   cout << "Create 'graph_to_eps_demo_out_3_arr.eps'" << endl;
   graphToEps(g,"graph_to_eps_demo_out_3_arr.eps").
     title("Sample .eps figure (with arrowheads)").
-    copyright("(C) 2003-2008 LEMON Project").
+    copyright("(C) 2003-2009 LEMON Project").
     absoluteNodeSizes().absoluteArcWidths().
     nodeColors(composeMap(palette,colors)).
     coords(coords).
@@ -132,7 +132,7 @@
   cout << "Create 'graph_to_eps_demo_out_4_par.eps'" << endl;
   graphToEps(g,"graph_to_eps_demo_out_4_par.eps").
     title("Sample .eps figure (parallel arcs)").
-    copyright("(C) 2003-2008 LEMON Project").
+    copyright("(C) 2003-2009 LEMON Project").
     absoluteNodeSizes().absoluteArcWidths().
     nodeShapes(shapes).
     coords(coords).
@@ -147,7 +147,7 @@
   cout << "Create 'graph_to_eps_demo_out_5_par_arr.eps'" << endl;
   graphToEps(g,"graph_to_eps_demo_out_5_par_arr.eps").
     title("Sample .eps figure (parallel arcs and arrowheads)").
-    copyright("(C) 2003-2008 LEMON Project").
+    copyright("(C) 2003-2009 LEMON Project").
     absoluteNodeSizes().absoluteArcWidths().
     nodeScale(2).nodeSizes(sizes).
     coords(coords).
@@ -163,7 +163,7 @@
   cout << "Create 'graph_to_eps_demo_out_6_par_arr_a4.eps'" << endl;
   graphToEps(g,"graph_to_eps_demo_out_6_par_arr_a4.eps").
     title("Sample .eps figure (fits to A4)").
-    copyright("(C) 2003-2008 LEMON Project").
+    copyright("(C) 2003-2009 LEMON Project").
     scaleToA4().
     absoluteNodeSizes().absoluteArcWidths().
     nodeScale(2).nodeSizes(sizes).
@@ -193,7 +193,7 @@
   graphToEps(h,"graph_to_eps_demo_out_7_colors.eps").
     scale(60).
     title("Sample .eps figure (Palette demo)").
-    copyright("(C) 2003-2008 LEMON Project").
+    copyright("(C) 2003-2009 LEMON Project").
     coords(hcoords).
     absoluteNodeSizes().absoluteArcWidths().
     nodeScale(.45).
diff -r 1229dc2f1d36 -r 88ed40ad0d4f demo/lgf_demo.cc
--- a/demo/lgf_demo.cc	Sun Dec 21 20:47:15 2008 +0100
+++ b/demo/lgf_demo.cc	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f doc/coding_style.dox
--- a/doc/coding_style.dox	Sun Dec 21 20:47:15 2008 +0100
+++ b/doc/coding_style.dox	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f doc/dirs.dox
--- a/doc/dirs.dox	Sun Dec 21 20:47:15 2008 +0100
+++ b/doc/dirs.dox	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
@@ -71,7 +71,7 @@
 \dir bits
 \brief Auxiliary tools for implementation.
 
-This directory contains some auxiliary classes for implementing graphs, 
+This directory contains some auxiliary classes for implementing graphs,
 maps and some other classes.
 As a user you typically don't have to deal with these files.
 */
diff -r 1229dc2f1d36 -r 88ed40ad0d4f doc/groups.dox
--- a/doc/groups.dox	Sun Dec 21 20:47:15 2008 +0100
+++ b/doc/groups.dox	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f doc/lgf.dox
--- a/doc/lgf.dox	Sun Dec 21 20:47:15 2008 +0100
+++ b/doc/lgf.dox	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f doc/license.dox
--- a/doc/license.dox	Sun Dec 21 20:47:15 2008 +0100
+++ b/doc/license.dox	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f doc/mainpage.dox
--- a/doc/mainpage.dox	Sun Dec 21 20:47:15 2008 +0100
+++ b/doc/mainpage.dox	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f doc/migration.dox
--- a/doc/migration.dox	Sun Dec 21 20:47:15 2008 +0100
+++ b/doc/migration.dox	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f doc/named-param.dox
--- a/doc/named-param.dox	Sun Dec 21 20:47:15 2008 +0100
+++ b/doc/named-param.dox	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f doc/namespaces.dox
--- a/doc/namespaces.dox	Sun Dec 21 20:47:15 2008 +0100
+++ b/doc/namespaces.dox	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f doc/template.h
--- a/doc/template.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/doc/template.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/Makefile.am
--- a/lemon/Makefile.am	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/Makefile.am	Thu Jan 01 00:00:00 2009 +0100
@@ -7,34 +7,34 @@
 lib_LTLIBRARIES += lemon/libemon.la
 
 lemon_libemon_la_SOURCES = \
-        lemon/arg_parser.cc \
-        lemon/base.cc \
-        lemon/color.cc \
-        lemon/random.cc
+	lemon/arg_parser.cc \
+	lemon/base.cc \
+	lemon/color.cc \
+	lemon/random.cc
 
 #lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS) $(AM_CXXFLAGS)
 #lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS)
 
 lemon_HEADERS += \
 	lemon/adaptors.h \
-        lemon/arg_parser.h \
+	lemon/arg_parser.h \
 	lemon/assert.h \
-        lemon/bfs.h \
-        lemon/bin_heap.h \
-        lemon/circulation.h \
-        lemon/color.h \
+	lemon/bfs.h \
+	lemon/bin_heap.h \
+	lemon/circulation.h \
+	lemon/color.h \
 	lemon/concept_check.h \
-        lemon/counter.h \
+	lemon/counter.h \
 	lemon/core.h \
-        lemon/dfs.h \
-        lemon/dijkstra.h \
-        lemon/dim2.h \
-        lemon/dimacs.h \
+	lemon/dfs.h \
+	lemon/dijkstra.h \
+	lemon/dim2.h \
+	lemon/dimacs.h \
 	lemon/elevator.h \
 	lemon/error.h \
 	lemon/full_graph.h \
-        lemon/graph_to_eps.h \
-        lemon/grid_graph.h \
+	lemon/graph_to_eps.h \
+	lemon/grid_graph.h \
 	lemon/hypercube_graph.h \
 	lemon/kruskal.h \
 	lemon/hao_orlin.h \
@@ -47,20 +47,20 @@
 	lemon/nauty_reader.h \
 	lemon/path.h \
 	lemon/preflow.h \
-        lemon/random.h \
+	lemon/random.h \
 	lemon/smart_graph.h \
 	lemon/suurballe.h \
-        lemon/time_measure.h \
-        lemon/tolerance.h \
+	lemon/time_measure.h \
+	lemon/tolerance.h \
 	lemon/unionfind.h
 
 bits_HEADERS += \
 	lemon/bits/alteration_notifier.h \
 	lemon/bits/array_map.h \
 	lemon/bits/base_extender.h \
-        lemon/bits/bezier.h \
+	lemon/bits/bezier.h \
 	lemon/bits/default_map.h \
-        lemon/bits/enable_if.h \
+	lemon/bits/enable_if.h \
 	lemon/bits/graph_adaptor_extender.h \
 	lemon/bits/graph_extender.h \
 	lemon/bits/map_extender.h \
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/adaptors.h
--- a/lemon/adaptors.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/adaptors.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/arg_parser.cc
--- a/lemon/arg_parser.cc	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/arg_parser.cc	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/arg_parser.h
--- a/lemon/arg_parser.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/arg_parser.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/assert.h
--- a/lemon/assert.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/assert.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/base.cc
--- a/lemon/base.cc	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/base.cc	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/bfs.h
--- a/lemon/bfs.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/bfs.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/bin_heap.h
--- a/lemon/bin_heap.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/bin_heap.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/bits/alteration_notifier.h
--- a/lemon/bits/alteration_notifier.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/bits/alteration_notifier.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/bits/array_map.h
--- a/lemon/bits/array_map.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/bits/array_map.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/bits/base_extender.h
--- a/lemon/bits/base_extender.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/bits/base_extender.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/bits/bezier.h
--- a/lemon/bits/bezier.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/bits/bezier.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/bits/default_map.h
--- a/lemon/bits/default_map.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/bits/default_map.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/bits/enable_if.h
--- a/lemon/bits/enable_if.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/bits/enable_if.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/bits/graph_adaptor_extender.h
--- a/lemon/bits/graph_adaptor_extender.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/bits/graph_adaptor_extender.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/bits/graph_extender.h
--- a/lemon/bits/graph_extender.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/bits/graph_extender.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/bits/map_extender.h
--- a/lemon/bits/map_extender.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/bits/map_extender.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/bits/path_dump.h
--- a/lemon/bits/path_dump.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/bits/path_dump.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/bits/traits.h
--- a/lemon/bits/traits.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/bits/traits.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/bits/variant.h
--- a/lemon/bits/variant.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/bits/variant.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/bits/vector_map.h
--- a/lemon/bits/vector_map.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/bits/vector_map.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/circulation.h
--- a/lemon/circulation.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/circulation.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/color.cc
--- a/lemon/color.cc	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/color.cc	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/color.h
--- a/lemon/color.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/color.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/concept_check.h
--- a/lemon/concept_check.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/concept_check.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/concepts/digraph.h
--- a/lemon/concepts/digraph.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/concepts/digraph.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/concepts/graph.h
--- a/lemon/concepts/graph.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/concepts/graph.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/concepts/graph_components.h
--- a/lemon/concepts/graph_components.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/concepts/graph_components.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/concepts/heap.h
--- a/lemon/concepts/heap.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/concepts/heap.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/concepts/maps.h
--- a/lemon/concepts/maps.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/concepts/maps.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/concepts/path.h
--- a/lemon/concepts/path.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/concepts/path.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/connectivity.h
--- a/lemon/connectivity.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/connectivity.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/core.h
--- a/lemon/core.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/core.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/counter.h
--- a/lemon/counter.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/counter.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/dfs.h
--- a/lemon/dfs.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/dfs.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/dijkstra.h
--- a/lemon/dijkstra.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/dijkstra.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/dim2.h
--- a/lemon/dim2.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/dim2.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/dimacs.h
--- a/lemon/dimacs.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/dimacs.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
@@ -334,7 +334,7 @@
     typedef typename Digraph::NodeIt NodeIt;
     typedef typename Digraph::ArcIt ArcIt;
 
-    if(!comment.empty()) 
+    if(!comment.empty())
       os << "c " << comment << std::endl;
     os << "p mat " << g.nodeNum() << " " << g.arcNum() << std::endl;
 
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/elevator.h
--- a/lemon/elevator.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/elevator.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/error.h
--- a/lemon/error.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/error.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/full_graph.h
--- a/lemon/full_graph.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/full_graph.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/graph_to_eps.h
--- a/lemon/graph_to_eps.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/graph_to_eps.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/grid_graph.h
--- a/lemon/grid_graph.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/grid_graph.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/hao_orlin.h
--- a/lemon/hao_orlin.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/hao_orlin.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
@@ -238,7 +238,7 @@
         for (NodeIt t(_graph); t != INVALID; ++t) {
           if (reached[t]) continue;
           _sets.push_front(std::list<int>());
-          
+
           queue[qlast++] = t;
           reached.set(t, true);
 
@@ -538,7 +538,7 @@
         for (NodeIt t(_graph); t != INVALID; ++t) {
           if (reached[t]) continue;
           _sets.push_front(std::list<int>());
-          
+
           queue[qlast++] = t;
           reached.set(t, true);
 
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/hypercube_graph.h
--- a/lemon/hypercube_graph.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/hypercube_graph.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/kruskal.h
--- a/lemon/kruskal.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/kruskal.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/lgf_reader.h
--- a/lemon/lgf_reader.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/lgf_reader.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/lgf_writer.h
--- a/lemon/lgf_writer.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/lgf_writer.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/list_graph.h
--- a/lemon/list_graph.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/list_graph.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/maps.h
--- a/lemon/maps.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/maps.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/math.h
--- a/lemon/math.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/math.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/max_matching.h
--- a/lemon/max_matching.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/max_matching.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/nauty_reader.h
--- a/lemon/nauty_reader.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/nauty_reader.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/path.h
--- a/lemon/path.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/path.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/preflow.h
--- a/lemon/preflow.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/preflow.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/random.cc
--- a/lemon/random.cc	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/random.cc	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/random.h
--- a/lemon/random.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/random.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/smart_graph.h
--- a/lemon/smart_graph.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/smart_graph.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/suurballe.h
--- a/lemon/suurballe.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/suurballe.h	Thu Jan 01 00:00:00 2009 +0100
@@ -1,8 +1,8 @@
-/* -*- C++ -*-
+/* -*- mode: C++; indent-tabs-mode: nil; -*-
  *
- * This file is a part of LEMON, a generic C++ optimization library
+ * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
@@ -76,7 +76,7 @@
     typedef SimplePath<Digraph> Path;
 
   private:
-  
+
     /// \brief Special implementation of the Dijkstra algorithm
     /// for finding shortest paths in the residual network.
     ///
@@ -106,7 +106,7 @@
       PredMap &_pred;
       // The processed (i.e. permanently labeled) nodes
       std::vector<Node> _proc_nodes;
-      
+
       Node _s;
       Node _t;
 
@@ -200,7 +200,7 @@
     const Digraph &_graph;
     // The length map
     const LengthMap &_length;
-    
+
     // Arc map of the current flow
     FlowMap *_flow;
     bool _local_flow;
@@ -268,7 +268,7 @@
     ///
     /// This function sets the potential map.
     ///
-    /// The potentials provide the dual solution of the underlying 
+    /// The potentials provide the dual solution of the underlying
     /// minimum cost flow problem.
     ///
     /// \return \c (*this)
@@ -330,7 +330,7 @@
       for (ArcIt e(_graph); e != INVALID; ++e) (*_flow)[e] = 0;
       for (NodeIt n(_graph); n != INVALID; ++n) (*_potential)[n] = 0;
 
-      _dijkstra = new ResidualDijkstra( _graph, *_flow, _length, 
+      _dijkstra = new ResidualDijkstra( _graph, *_flow, _length,
                                         *_potential, _pred,
                                         _source, _target );
     }
@@ -370,7 +370,7 @@
       }
       return _path_num;
     }
-    
+
     /// \brief Compute the paths from the flow.
     ///
     /// This function computes the paths from the flow.
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/time_measure.h
--- a/lemon/time_measure.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/time_measure.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/tolerance.h
--- a/lemon/tolerance.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/tolerance.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f lemon/unionfind.h
--- a/lemon/unionfind.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/lemon/unionfind.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
@@ -1189,7 +1189,7 @@
               int ld = nodes[nodes[jd].next].left;
               popLeft(nodes[jd].next);
               pushRight(jd, ld);
-              if (less(ld, nodes[jd].left) || 
+              if (less(ld, nodes[jd].left) ||
                   nodes[ld].item == nodes[pd].item) {
                 nodes[jd].item = nodes[ld].item;
                 nodes[jd].prio = nodes[ld].prio;
diff -r 1229dc2f1d36 -r 88ed40ad0d4f test/Makefile.am
--- a/test/Makefile.am	Sun Dec 21 20:47:15 2008 +0100
+++ b/test/Makefile.am	Thu Jan 01 00:00:00 2009 +0100
@@ -3,16 +3,16 @@
 
 noinst_HEADERS += \
 	test/graph_test.h \
-        test/test_tools.h
+	test/test_tools.h
 
 check_PROGRAMS += \
 	test/bfs_test \
-        test/circulation_test \
-        test/counter_test \
+	test/circulation_test \
+	test/counter_test \
 	test/dfs_test \
 	test/digraph_test \
 	test/dijkstra_test \
-        test/dim_test \
+	test/dim_test \
 	test/error_test \
 	test/graph_adaptor_test \
 	test/graph_copy_test \
@@ -21,15 +21,15 @@
 	test/hao_orlin_test \
 	test/heap_test \
 	test/kruskal_test \
-        test/maps_test \
+	test/maps_test \
 	test/max_matching_test \
-        test/path_test \
-        test/preflow_test \
-        test/random_test \
-        test/suurballe_test \
-        test/test_tools_fail \
-        test/test_tools_pass \
-        test/time_measure_test \
+	test/path_test \
+	test/preflow_test \
+	test/random_test \
+	test/suurballe_test \
+	test/test_tools_fail \
+	test/test_tools_pass \
+	test/time_measure_test \
 	test/unionfind_test
 
 TESTS += $(check_PROGRAMS)
diff -r 1229dc2f1d36 -r 88ed40ad0d4f test/bfs_test.cc
--- a/test/bfs_test.cc	Sun Dec 21 20:47:15 2008 +0100
+++ b/test/bfs_test.cc	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f test/circulation_test.cc
--- a/test/circulation_test.cc	Sun Dec 21 20:47:15 2008 +0100
+++ b/test/circulation_test.cc	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f test/counter_test.cc
--- a/test/counter_test.cc	Sun Dec 21 20:47:15 2008 +0100
+++ b/test/counter_test.cc	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f test/dfs_test.cc
--- a/test/dfs_test.cc	Sun Dec 21 20:47:15 2008 +0100
+++ b/test/dfs_test.cc	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f test/digraph_test.cc
--- a/test/digraph_test.cc	Sun Dec 21 20:47:15 2008 +0100
+++ b/test/digraph_test.cc	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f test/dijkstra_test.cc
--- a/test/dijkstra_test.cc	Sun Dec 21 20:47:15 2008 +0100
+++ b/test/dijkstra_test.cc	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f test/dim_test.cc
--- a/test/dim_test.cc	Sun Dec 21 20:47:15 2008 +0100
+++ b/test/dim_test.cc	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f test/error_test.cc
--- a/test/error_test.cc	Sun Dec 21 20:47:15 2008 +0100
+++ b/test/error_test.cc	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f test/graph_adaptor_test.cc
--- a/test/graph_adaptor_test.cc	Sun Dec 21 20:47:15 2008 +0100
+++ b/test/graph_adaptor_test.cc	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
@@ -103,7 +103,7 @@
 
   node_filter[n1] = node_filter[n2] = node_filter[n3] = true;
   arc_filter[a1] = arc_filter[a2] = arc_filter[a3] = true;
-  
+
   checkGraphNodeList(adaptor, 3);
   checkGraphArcList(adaptor, 3);
   checkGraphConArcList(adaptor, 3);
@@ -196,7 +196,7 @@
   Digraph::Arc a3 = digraph.addArc(n2, n3);
 
   node_filter[n1] = node_filter[n2] = node_filter[n3] = true;
-  
+
   checkGraphNodeList(adaptor, 3);
   checkGraphArcList(adaptor, 3);
   checkGraphConArcList(adaptor, 3);
@@ -268,7 +268,7 @@
   Digraph::Arc a3 = digraph.addArc(n2, n3);
 
   arc_filter[a1] = arc_filter[a2] = arc_filter[a3] = true;
-  
+
   checkGraphNodeList(adaptor, 3);
   checkGraphArcList(adaptor, 3);
   checkGraphConArcList(adaptor, 3);
@@ -577,7 +577,7 @@
 
   node_filter[n1] = node_filter[n2] = node_filter[n3] = node_filter[n4] = true;
   edge_filter[e1] = edge_filter[e2] = edge_filter[e3] = edge_filter[e4] = true;
-  
+
   checkGraphNodeList(adaptor, 4);
   checkGraphArcList(adaptor, 8);
   checkGraphEdgeList(adaptor, 4);
@@ -708,7 +708,7 @@
   Graph::Edge e4 = graph.addEdge(n3, n4);
 
   node_filter[n1] = node_filter[n2] = node_filter[n3] = node_filter[n4] = true;
-  
+
   checkGraphNodeList(adaptor, 4);
   checkGraphArcList(adaptor, 8);
   checkGraphEdgeList(adaptor, 4);
@@ -807,7 +807,7 @@
   Graph::Edge e4 = graph.addEdge(n3, n4);
 
   edge_filter[e1] = edge_filter[e2] = edge_filter[e3] = edge_filter[e4] = true;
-  
+
   checkGraphNodeList(adaptor, 4);
   checkGraphArcList(adaptor, 8);
   checkGraphEdgeList(adaptor, 4);
diff -r 1229dc2f1d36 -r 88ed40ad0d4f test/graph_copy_test.cc
--- a/test/graph_copy_test.cc	Sun Dec 21 20:47:15 2008 +0100
+++ b/test/graph_copy_test.cc	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f test/graph_test.cc
--- a/test/graph_test.cc	Sun Dec 21 20:47:15 2008 +0100
+++ b/test/graph_test.cc	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f test/graph_test.h
--- a/test/graph_test.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/test/graph_test.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f test/graph_utils_test.cc
--- a/test/graph_utils_test.cc	Sun Dec 21 20:47:15 2008 +0100
+++ b/test/graph_utils_test.cc	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f test/hao_orlin_test.cc
--- a/test/hao_orlin_test.cc	Sun Dec 21 20:47:15 2008 +0100
+++ b/test/hao_orlin_test.cc	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f test/heap_test.cc
--- a/test/heap_test.cc	Sun Dec 21 20:47:15 2008 +0100
+++ b/test/heap_test.cc	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f test/kruskal_test.cc
--- a/test/kruskal_test.cc	Sun Dec 21 20:47:15 2008 +0100
+++ b/test/kruskal_test.cc	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f test/maps_test.cc
--- a/test/maps_test.cc	Sun Dec 21 20:47:15 2008 +0100
+++ b/test/maps_test.cc	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f test/max_matching_test.cc
--- a/test/max_matching_test.cc	Sun Dec 21 20:47:15 2008 +0100
+++ b/test/max_matching_test.cc	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f test/path_test.cc
--- a/test/path_test.cc	Sun Dec 21 20:47:15 2008 +0100
+++ b/test/path_test.cc	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f test/preflow_test.cc
--- a/test/preflow_test.cc	Sun Dec 21 20:47:15 2008 +0100
+++ b/test/preflow_test.cc	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f test/random_test.cc
--- a/test/random_test.cc	Sun Dec 21 20:47:15 2008 +0100
+++ b/test/random_test.cc	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f test/suurballe_test.cc
--- a/test/suurballe_test.cc	Sun Dec 21 20:47:15 2008 +0100
+++ b/test/suurballe_test.cc	Thu Jan 01 00:00:00 2009 +0100
@@ -1,8 +1,8 @@
-/* -*- C++ -*-
+/* -*- mode: C++; indent-tabs-mode: nil; -*-
  *
- * This file is a part of LEMON, a generic C++ optimization library
+ * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
@@ -72,7 +72,7 @@
 
 // Check the feasibility of the flow
 template <typename Digraph, typename FlowMap>
-bool checkFlow( const Digraph& gr, const FlowMap& flow, 
+bool checkFlow( const Digraph& gr, const FlowMap& flow,
                 typename Digraph::Node s, typename Digraph::Node t,
                 int value )
 {
@@ -95,7 +95,7 @@
 }
 
 // Check the optimalitiy of the flow
-template < typename Digraph, typename CostMap, 
+template < typename Digraph, typename CostMap,
            typename FlowMap, typename PotentialMap >
 bool checkOptimality( const Digraph& gr, const CostMap& cost,
                       const FlowMap& flow, const PotentialMap& pi )
@@ -144,7 +144,7 @@
     node("source", source).
     node("target", target).
     run();
-  
+
   // Find 2 paths
   {
     Suurballe<ListDigraph> suurballe(digraph, length, source, target);
@@ -152,7 +152,7 @@
     check(checkFlow(digraph, suurballe.flowMap(), source, target, 2),
           "The flow is not feasible");
     check(suurballe.totalLength() == 510, "The flow is not optimal");
-    check(checkOptimality(digraph, length, suurballe.flowMap(), 
+    check(checkOptimality(digraph, length, suurballe.flowMap(),
                           suurballe.potentialMap()),
           "Wrong potentials");
     for (int i = 0; i < suurballe.pathNum(); ++i)
@@ -167,7 +167,7 @@
     check(checkFlow(digraph, suurballe.flowMap(), source, target, 3),
           "The flow is not feasible");
     check(suurballe.totalLength() == 1040, "The flow is not optimal");
-    check(checkOptimality(digraph, length, suurballe.flowMap(), 
+    check(checkOptimality(digraph, length, suurballe.flowMap(),
                           suurballe.potentialMap()),
           "Wrong potentials");
     for (int i = 0; i < suurballe.pathNum(); ++i)
@@ -182,7 +182,7 @@
     check(checkFlow(digraph, suurballe.flowMap(), source, target, 3),
           "The flow is not feasible");
     check(suurballe.totalLength() == 1040, "The flow is not optimal");
-    check(checkOptimality(digraph, length, suurballe.flowMap(), 
+    check(checkOptimality(digraph, length, suurballe.flowMap(),
                           suurballe.potentialMap()),
           "Wrong potentials");
     for (int i = 0; i < suurballe.pathNum(); ++i)
diff -r 1229dc2f1d36 -r 88ed40ad0d4f test/test_tools.h
--- a/test/test_tools.h	Sun Dec 21 20:47:15 2008 +0100
+++ b/test/test_tools.h	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f test/test_tools_fail.cc
--- a/test/test_tools_fail.cc	Sun Dec 21 20:47:15 2008 +0100
+++ b/test/test_tools_fail.cc	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f test/test_tools_pass.cc
--- a/test/test_tools_pass.cc	Sun Dec 21 20:47:15 2008 +0100
+++ b/test/test_tools_pass.cc	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f test/time_measure_test.cc
--- a/test/time_measure_test.cc	Sun Dec 21 20:47:15 2008 +0100
+++ b/test/time_measure_test.cc	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f test/unionfind_test.cc
--- a/test/unionfind_test.cc	Sun Dec 21 20:47:15 2008 +0100
+++ b/test/unionfind_test.cc	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
diff -r 1229dc2f1d36 -r 88ed40ad0d4f tools/dimacs-to-lgf.cc
--- a/tools/dimacs-to-lgf.cc	Sun Dec 21 20:47:15 2008 +0100
+++ b/tools/dimacs-to-lgf.cc	Thu Jan 01 00:00:00 2009 +0100
@@ -2,7 +2,7 @@
  *
  * This file is a part of LEMON, a generic C++ optimization library.
  *
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
  * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *