[Lemon-commits] [lemon_svn] alpar: r1804 - in hugo/trunk: doc src/demo src/lemon src/lemon/attic src/lemon/bits src/lemon/concept src/test src/work/athos/lp src/work/marci

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


Author: alpar
Date: Fri Apr 15 21:56:25 2005
New Revision: 1804

Modified:
   hugo/trunk/doc/template.h
   hugo/trunk/src/demo/graph_to_eps_demo.cc
   hugo/trunk/src/demo/tight_edge_filter_map.h
   hugo/trunk/src/lemon/attic/debug.h
   hugo/trunk/src/lemon/bezier.h
   hugo/trunk/src/lemon/bfs.h
   hugo/trunk/src/lemon/bin_heap.h
   hugo/trunk/src/lemon/bits/alteration_notifier.h
   hugo/trunk/src/lemon/bits/array_map.h
   hugo/trunk/src/lemon/bits/default_map.h
   hugo/trunk/src/lemon/bits/extended_pair.h
   hugo/trunk/src/lemon/bits/map_iterator.h
   hugo/trunk/src/lemon/bits/undir_graph_extender.h
   hugo/trunk/src/lemon/bits/vector_map.h
   hugo/trunk/src/lemon/concept/graph.h
   hugo/trunk/src/lemon/concept/graph_component.h
   hugo/trunk/src/lemon/concept/heap.h
   hugo/trunk/src/lemon/concept/maps.h
   hugo/trunk/src/lemon/concept/path.h
   hugo/trunk/src/lemon/concept/sym_graph.h
   hugo/trunk/src/lemon/concept/undir_graph.h
   hugo/trunk/src/lemon/dfs.h
   hugo/trunk/src/lemon/dijkstra.h
   hugo/trunk/src/lemon/dimacs.h
   hugo/trunk/src/lemon/error.h
   hugo/trunk/src/lemon/fib_heap.h
   hugo/trunk/src/lemon/full_graph.h
   hugo/trunk/src/lemon/graph_reader.h
   hugo/trunk/src/lemon/graph_to_eps.h
   hugo/trunk/src/lemon/graph_utils.h
   hugo/trunk/src/lemon/graph_wrapper.h
   hugo/trunk/src/lemon/graph_writer.h
   hugo/trunk/src/lemon/invalid.h
   hugo/trunk/src/lemon/kruskal.h
   hugo/trunk/src/lemon/list_graph.h
   hugo/trunk/src/lemon/lp_base.cc
   hugo/trunk/src/lemon/lp_base.h
   hugo/trunk/src/lemon/lp_glpk.cc
   hugo/trunk/src/lemon/lp_glpk.h
   hugo/trunk/src/lemon/lp_skeleton.cc
   hugo/trunk/src/lemon/lp_skeleton.h
   hugo/trunk/src/lemon/map_utils.h
   hugo/trunk/src/lemon/maps.h
   hugo/trunk/src/lemon/max_matching.h
   hugo/trunk/src/lemon/min_cost_flow.h
   hugo/trunk/src/lemon/path.h
   hugo/trunk/src/lemon/preflow.h
   hugo/trunk/src/lemon/radix_heap.h
   hugo/trunk/src/lemon/smart_graph.h
   hugo/trunk/src/lemon/suurballe.h
   hugo/trunk/src/lemon/time_measure.h
   hugo/trunk/src/lemon/unionfind.h
   hugo/trunk/src/lemon/utility.h
   hugo/trunk/src/lemon/xy.h
   hugo/trunk/src/test/bfs_test.cc
   hugo/trunk/src/test/dfs_test.cc
   hugo/trunk/src/test/dijkstra_test.cc
   hugo/trunk/src/test/error_test.cc
   hugo/trunk/src/test/graph_factory_test.cc
   hugo/trunk/src/test/graph_test.h
   hugo/trunk/src/test/graph_utils_test.h
   hugo/trunk/src/test/graph_wrapper_test.cc
   hugo/trunk/src/test/kruskal_test.cc
   hugo/trunk/src/test/map_test.h
   hugo/trunk/src/test/max_matching_test.cc
   hugo/trunk/src/test/min_cost_flow_test.cc
   hugo/trunk/src/test/path_test.cc
   hugo/trunk/src/test/preflow_test.cc
   hugo/trunk/src/test/suurballe_test.cc
   hugo/trunk/src/test/sym_graph_test.cc
   hugo/trunk/src/test/sym_graph_test.h
   hugo/trunk/src/test/test_tools.h
   hugo/trunk/src/test/test_tools_fail.cc
   hugo/trunk/src/test/test_tools_pass.cc
   hugo/trunk/src/test/time_measure_test.cc
   hugo/trunk/src/test/unionfind_test.cc
   hugo/trunk/src/test/xy_test.cc
   hugo/trunk/src/work/athos/lp/lp_cplex.cc
   hugo/trunk/src/work/athos/lp/lp_cplex.h
   hugo/trunk/src/work/marci/bfs_mm_test.cc
   hugo/trunk/src/work/marci/merge_node_graph_wrapper.h

Log:
Correct the english name of EGRES.

Modified: hugo/trunk/doc/template.h
==============================================================================
--- hugo/trunk/doc/template.h	(original)
+++ hugo/trunk/doc/template.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/template.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/demo/graph_to_eps_demo.cc
==============================================================================
--- hugo/trunk/src/demo/graph_to_eps_demo.cc	(original)
+++ hugo/trunk/src/demo/graph_to_eps_demo.cc	Fri Apr 15 21:56:25 2005
@@ -3,7 +3,7 @@
  * Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/demo/tight_edge_filter_map.h
==============================================================================
--- hugo/trunk/src/demo/tight_edge_filter_map.h	(original)
+++ hugo/trunk/src/demo/tight_edge_filter_map.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/tight_edge_filter_map.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/attic/debug.h
==============================================================================
--- hugo/trunk/src/lemon/attic/debug.h	(original)
+++ hugo/trunk/src/lemon/attic/debug.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/debug.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/bezier.h
==============================================================================
--- hugo/trunk/src/lemon/bezier.h	(original)
+++ hugo/trunk/src/lemon/bezier.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/bezier.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/bfs.h
==============================================================================
--- hugo/trunk/src/lemon/bfs.h	(original)
+++ hugo/trunk/src/lemon/bfs.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/bfs.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/bin_heap.h
==============================================================================
--- hugo/trunk/src/lemon/bin_heap.h	(original)
+++ hugo/trunk/src/lemon/bin_heap.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/bin_heap.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/bits/alteration_notifier.h
==============================================================================
--- hugo/trunk/src/lemon/bits/alteration_notifier.h	(original)
+++ hugo/trunk/src/lemon/bits/alteration_notifier.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/notifier.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/bits/array_map.h
==============================================================================
--- hugo/trunk/src/lemon/bits/array_map.h	(original)
+++ hugo/trunk/src/lemon/bits/array_map.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/array_map.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/bits/default_map.h
==============================================================================
--- hugo/trunk/src/lemon/bits/default_map.h	(original)
+++ hugo/trunk/src/lemon/bits/default_map.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/default_map.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/bits/extended_pair.h
==============================================================================
--- hugo/trunk/src/lemon/bits/extended_pair.h	(original)
+++ hugo/trunk/src/lemon/bits/extended_pair.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/extended_pair.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/bits/map_iterator.h
==============================================================================
--- hugo/trunk/src/lemon/bits/map_iterator.h	(original)
+++ hugo/trunk/src/lemon/bits/map_iterator.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/map_iterator.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/bits/undir_graph_extender.h
==============================================================================
--- hugo/trunk/src/lemon/bits/undir_graph_extender.h	(original)
+++ hugo/trunk/src/lemon/bits/undir_graph_extender.h	Fri Apr 15 21:56:25 2005
@@ -4,7 +4,7 @@
  * optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi
- * Kutatocsoport (Egervary Combinatorial Optimization Research Group,
+ * Kutatocsoport (Egervary Research Group on Combinatorial Optimization,
  * EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/src/lemon/bits/vector_map.h
==============================================================================
--- hugo/trunk/src/lemon/bits/vector_map.h	(original)
+++ hugo/trunk/src/lemon/bits/vector_map.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/vector_map.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/concept/graph.h
==============================================================================
--- hugo/trunk/src/lemon/concept/graph.h	(original)
+++ hugo/trunk/src/lemon/concept/graph.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/concept/graph.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/concept/graph_component.h
==============================================================================
--- hugo/trunk/src/lemon/concept/graph_component.h	(original)
+++ hugo/trunk/src/lemon/concept/graph_component.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/concept/graph_component.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/concept/heap.h
==============================================================================
--- hugo/trunk/src/lemon/concept/heap.h	(original)
+++ hugo/trunk/src/lemon/concept/heap.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/concept/heap.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/concept/maps.h
==============================================================================
--- hugo/trunk/src/lemon/concept/maps.h	(original)
+++ hugo/trunk/src/lemon/concept/maps.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/concept/maps.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/concept/path.h
==============================================================================
--- hugo/trunk/src/lemon/concept/path.h	(original)
+++ hugo/trunk/src/lemon/concept/path.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/concept/path.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/concept/sym_graph.h
==============================================================================
--- hugo/trunk/src/lemon/concept/sym_graph.h	(original)
+++ hugo/trunk/src/lemon/concept/sym_graph.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/concept/graph.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/concept/undir_graph.h
==============================================================================
--- hugo/trunk/src/lemon/concept/undir_graph.h	(original)
+++ hugo/trunk/src/lemon/concept/undir_graph.h	Fri Apr 15 21:56:25 2005
@@ -4,7 +4,7 @@
  * C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi
- * Kutatocsoport (Egervary Combinatorial Optimization Research Group,
+ * Kutatocsoport (Egervary Research Group on Combinatorial Optimization,
  * EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/src/lemon/dfs.h
==============================================================================
--- hugo/trunk/src/lemon/dfs.h	(original)
+++ hugo/trunk/src/lemon/dfs.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/dfs.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/dijkstra.h
==============================================================================
--- hugo/trunk/src/lemon/dijkstra.h	(original)
+++ hugo/trunk/src/lemon/dijkstra.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/dijkstra.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/dimacs.h
==============================================================================
--- hugo/trunk/src/lemon/dimacs.h	(original)
+++ hugo/trunk/src/lemon/dimacs.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/dimacs.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/error.h
==============================================================================
--- hugo/trunk/src/lemon/error.h	(original)
+++ hugo/trunk/src/lemon/error.h	Fri Apr 15 21:56:25 2005
@@ -3,7 +3,7 @@
  * src/lemon/error.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi
- * Kutatocsoport (Egervary Combinatorial Optimization Research Group,
+ * Kutatocsoport (Egervary Research Group on Combinatorial Optimization,
  * EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/src/lemon/fib_heap.h
==============================================================================
--- hugo/trunk/src/lemon/fib_heap.h	(original)
+++ hugo/trunk/src/lemon/fib_heap.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/fib_heap.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/full_graph.h
==============================================================================
--- hugo/trunk/src/lemon/full_graph.h	(original)
+++ hugo/trunk/src/lemon/full_graph.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/full_graph.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/graph_reader.h
==============================================================================
--- hugo/trunk/src/lemon/graph_reader.h	(original)
+++ hugo/trunk/src/lemon/graph_reader.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/graph_reader.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/graph_to_eps.h
==============================================================================
--- hugo/trunk/src/lemon/graph_to_eps.h	(original)
+++ hugo/trunk/src/lemon/graph_to_eps.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/graph_to_eps.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/graph_utils.h
==============================================================================
--- hugo/trunk/src/lemon/graph_utils.h	(original)
+++ hugo/trunk/src/lemon/graph_utils.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/graph_utils.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/graph_wrapper.h
==============================================================================
--- hugo/trunk/src/lemon/graph_wrapper.h	(original)
+++ hugo/trunk/src/lemon/graph_wrapper.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/graph_wrapper.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/graph_writer.h
==============================================================================
--- hugo/trunk/src/lemon/graph_writer.h	(original)
+++ hugo/trunk/src/lemon/graph_writer.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/graph_writer.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/invalid.h
==============================================================================
--- hugo/trunk/src/lemon/invalid.h	(original)
+++ hugo/trunk/src/lemon/invalid.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/invalid.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/kruskal.h
==============================================================================
--- hugo/trunk/src/lemon/kruskal.h	(original)
+++ hugo/trunk/src/lemon/kruskal.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/kruskal.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/list_graph.h
==============================================================================
--- hugo/trunk/src/lemon/list_graph.h	(original)
+++ hugo/trunk/src/lemon/list_graph.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/list_graph.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/lp_base.cc
==============================================================================
--- hugo/trunk/src/lemon/lp_base.cc	(original)
+++ hugo/trunk/src/lemon/lp_base.cc	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lib/lp_base.cc - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/lp_base.h
==============================================================================
--- hugo/trunk/src/lemon/lp_base.h	(original)
+++ hugo/trunk/src/lemon/lp_base.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/lp_base.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/lp_glpk.cc
==============================================================================
--- hugo/trunk/src/lemon/lp_glpk.cc	(original)
+++ hugo/trunk/src/lemon/lp_glpk.cc	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/lp_glpk.cc - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/lp_glpk.h
==============================================================================
--- hugo/trunk/src/lemon/lp_glpk.h	(original)
+++ hugo/trunk/src/lemon/lp_glpk.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/lp_glpk.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/lp_skeleton.cc
==============================================================================
--- hugo/trunk/src/lemon/lp_skeleton.cc	(original)
+++ hugo/trunk/src/lemon/lp_skeleton.cc	Fri Apr 15 21:56:25 2005
@@ -3,7 +3,7 @@
  * - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/lp_skeleton.h
==============================================================================
--- hugo/trunk/src/lemon/lp_skeleton.h	(original)
+++ hugo/trunk/src/lemon/lp_skeleton.h	Fri Apr 15 21:56:25 2005
@@ -3,7 +3,7 @@
  * - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/map_utils.h
==============================================================================
--- hugo/trunk/src/lemon/map_utils.h	(original)
+++ hugo/trunk/src/lemon/map_utils.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/map_utils.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/maps.h
==============================================================================
--- hugo/trunk/src/lemon/maps.h	(original)
+++ hugo/trunk/src/lemon/maps.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/maps.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/max_matching.h
==============================================================================
--- hugo/trunk/src/lemon/max_matching.h	(original)
+++ hugo/trunk/src/lemon/max_matching.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/max_matching.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/min_cost_flow.h
==============================================================================
--- hugo/trunk/src/lemon/min_cost_flow.h	(original)
+++ hugo/trunk/src/lemon/min_cost_flow.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/min_cost_flow.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/path.h
==============================================================================
--- hugo/trunk/src/lemon/path.h	(original)
+++ hugo/trunk/src/lemon/path.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/path.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/preflow.h
==============================================================================
--- hugo/trunk/src/lemon/preflow.h	(original)
+++ hugo/trunk/src/lemon/preflow.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/preflow.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/radix_heap.h
==============================================================================
--- hugo/trunk/src/lemon/radix_heap.h	(original)
+++ hugo/trunk/src/lemon/radix_heap.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/radix_heap.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/smart_graph.h
==============================================================================
--- hugo/trunk/src/lemon/smart_graph.h	(original)
+++ hugo/trunk/src/lemon/smart_graph.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/smart_graph.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/suurballe.h
==============================================================================
--- hugo/trunk/src/lemon/suurballe.h	(original)
+++ hugo/trunk/src/lemon/suurballe.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/suurballe.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/time_measure.h
==============================================================================
--- hugo/trunk/src/lemon/time_measure.h	(original)
+++ hugo/trunk/src/lemon/time_measure.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/time_measure.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/unionfind.h
==============================================================================
--- hugo/trunk/src/lemon/unionfind.h	(original)
+++ hugo/trunk/src/lemon/unionfind.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/unionfind.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/lemon/utility.h
==============================================================================
--- hugo/trunk/src/lemon/utility.h	(original)
+++ hugo/trunk/src/lemon/utility.h	Fri Apr 15 21:56:25 2005
@@ -3,7 +3,7 @@
  * src/lemon/utility.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi
- * Kutatocsoport (Egervary Combinatorial Optimization Research Group,
+ * Kutatocsoport (Egervary Research Group on Combinatorial Optimization,
  * EGRES).
  *
  * Permission to use, modify and distribute this software is granted

Modified: hugo/trunk/src/lemon/xy.h
==============================================================================
--- hugo/trunk/src/lemon/xy.h	(original)
+++ hugo/trunk/src/lemon/xy.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/xy.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/test/bfs_test.cc
==============================================================================
--- hugo/trunk/src/test/bfs_test.cc	(original)
+++ hugo/trunk/src/test/bfs_test.cc	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/test/bfs_test.cc - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/test/dfs_test.cc
==============================================================================
--- hugo/trunk/src/test/dfs_test.cc	(original)
+++ hugo/trunk/src/test/dfs_test.cc	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/test/dfs_test.cc - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/test/dijkstra_test.cc
==============================================================================
--- hugo/trunk/src/test/dijkstra_test.cc	(original)
+++ hugo/trunk/src/test/dijkstra_test.cc	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/test/dijkstra_test.cc - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/test/error_test.cc
==============================================================================
--- hugo/trunk/src/test/error_test.cc	(original)
+++ hugo/trunk/src/test/error_test.cc	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/test/error_test.cc - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/test/graph_factory_test.cc
==============================================================================
--- hugo/trunk/src/test/graph_factory_test.cc	(original)
+++ hugo/trunk/src/test/graph_factory_test.cc	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/test/graph_test.cc - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/test/graph_test.h
==============================================================================
--- hugo/trunk/src/test/graph_test.h	(original)
+++ hugo/trunk/src/test/graph_test.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/test/graph_test.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/test/graph_utils_test.h
==============================================================================
--- hugo/trunk/src/test/graph_utils_test.h	(original)
+++ hugo/trunk/src/test/graph_utils_test.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/test/graph_utils_test.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/test/graph_wrapper_test.cc
==============================================================================
--- hugo/trunk/src/test/graph_wrapper_test.cc	(original)
+++ hugo/trunk/src/test/graph_wrapper_test.cc	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/test/graph_wrapper_test.cc - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/test/kruskal_test.cc
==============================================================================
--- hugo/trunk/src/test/kruskal_test.cc	(original)
+++ hugo/trunk/src/test/kruskal_test.cc	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/test/kruskal_test.cc - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/test/map_test.h
==============================================================================
--- hugo/trunk/src/test/map_test.h	(original)
+++ hugo/trunk/src/test/map_test.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/test/map_test.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/test/max_matching_test.cc
==============================================================================
--- hugo/trunk/src/test/max_matching_test.cc	(original)
+++ hugo/trunk/src/test/max_matching_test.cc	Fri Apr 15 21:56:25 2005
@@ -3,7 +3,7 @@
  * Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/test/min_cost_flow_test.cc
==============================================================================
--- hugo/trunk/src/test/min_cost_flow_test.cc	(original)
+++ hugo/trunk/src/test/min_cost_flow_test.cc	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/test/min_cost_flow_test.cc - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/test/path_test.cc
==============================================================================
--- hugo/trunk/src/test/path_test.cc	(original)
+++ hugo/trunk/src/test/path_test.cc	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/test/path_test.cc - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/test/preflow_test.cc
==============================================================================
--- hugo/trunk/src/test/preflow_test.cc	(original)
+++ hugo/trunk/src/test/preflow_test.cc	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/test/preflow_test.cc - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/test/suurballe_test.cc
==============================================================================
--- hugo/trunk/src/test/suurballe_test.cc	(original)
+++ hugo/trunk/src/test/suurballe_test.cc	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/test/suurballe_test.cc - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/test/sym_graph_test.cc
==============================================================================
--- hugo/trunk/src/test/sym_graph_test.cc	(original)
+++ hugo/trunk/src/test/sym_graph_test.cc	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/test/sym_graph_test.cc - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/test/sym_graph_test.h
==============================================================================
--- hugo/trunk/src/test/sym_graph_test.h	(original)
+++ hugo/trunk/src/test/sym_graph_test.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/test/sym_graph_test.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/test/test_tools.h
==============================================================================
--- hugo/trunk/src/test/test_tools.h	(original)
+++ hugo/trunk/src/test/test_tools.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/test/test_tools.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/test/test_tools_fail.cc
==============================================================================
--- hugo/trunk/src/test/test_tools_fail.cc	(original)
+++ hugo/trunk/src/test/test_tools_fail.cc	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/test/test_tools_fail.cc - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/test/test_tools_pass.cc
==============================================================================
--- hugo/trunk/src/test/test_tools_pass.cc	(original)
+++ hugo/trunk/src/test/test_tools_pass.cc	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/test/test_tools_pass.cc - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/test/time_measure_test.cc
==============================================================================
--- hugo/trunk/src/test/time_measure_test.cc	(original)
+++ hugo/trunk/src/test/time_measure_test.cc	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/test/time_measure_test.cc - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/test/unionfind_test.cc
==============================================================================
--- hugo/trunk/src/test/unionfind_test.cc	(original)
+++ hugo/trunk/src/test/unionfind_test.cc	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/test/unionfind_test.cc - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/test/xy_test.cc
==============================================================================
--- hugo/trunk/src/test/xy_test.cc	(original)
+++ hugo/trunk/src/test/xy_test.cc	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/test/xy_test.cc - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/work/athos/lp/lp_cplex.cc
==============================================================================
--- hugo/trunk/src/work/athos/lp/lp_cplex.cc	(original)
+++ hugo/trunk/src/work/athos/lp/lp_cplex.cc	Fri Apr 15 21:56:25 2005
@@ -3,7 +3,7 @@
  * - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/work/athos/lp/lp_cplex.h
==============================================================================
--- hugo/trunk/src/work/athos/lp/lp_cplex.h	(original)
+++ hugo/trunk/src/work/athos/lp/lp_cplex.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/lp_cplex.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/work/marci/bfs_mm_test.cc
==============================================================================
--- hugo/trunk/src/work/marci/bfs_mm_test.cc	(original)
+++ hugo/trunk/src/work/marci/bfs_mm_test.cc	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/test/bfs_test.cc - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For

Modified: hugo/trunk/src/work/marci/merge_node_graph_wrapper.h
==============================================================================
--- hugo/trunk/src/work/marci/merge_node_graph_wrapper.h	(original)
+++ hugo/trunk/src/work/marci/merge_node_graph_wrapper.h	Fri Apr 15 21:56:25 2005
@@ -2,7 +2,7 @@
  * src/lemon/merge_node_graph_wrapper.h - Part of LEMON, a generic C++ optimization library
  *
  * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Combinatorial Optimization Research Group, EGRES).
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
  *
  * Permission to use, modify and distribute this software is granted
  * provided that this copyright notice appears in all copies. For



More information about the Lemon-commits mailing list