[Lemon-commits] [lemon_svn] alpar: r2531 - in hugo/trunk: benchmark demo lemon lemon/attic lemon/bits lemon/concept test
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:53:21 CET 2006
Author: alpar
Date: Fri Feb 3 17:40:16 2006
New Revision: 2531
Modified:
hugo/trunk/benchmark/bench_tools.h
hugo/trunk/benchmark/bfs-bench.cc
hugo/trunk/benchmark/graph-bench.cc
hugo/trunk/benchmark/hcube.cc
hugo/trunk/benchmark/radix_sort-bench.cc
hugo/trunk/demo/coloring.cc
hugo/trunk/demo/descriptor_map_demo.cc
hugo/trunk/demo/dijkstra_demo.cc
hugo/trunk/demo/dim_to_dot.cc
hugo/trunk/demo/dim_to_lgf.cc
hugo/trunk/demo/graph_orientation.cc
hugo/trunk/demo/graph_to_eps_demo.cc
hugo/trunk/demo/grid_graph_demo.cc
hugo/trunk/demo/hello_lemon.cc
hugo/trunk/demo/kruskal_demo.cc
hugo/trunk/demo/lp_demo.cc
hugo/trunk/demo/lp_maxflow_demo.cc
hugo/trunk/demo/min_route.cc
hugo/trunk/demo/reader_writer_demo.cc
hugo/trunk/demo/simann_maxcut_demo.cc
hugo/trunk/demo/sub_graph_adaptor_demo.cc
hugo/trunk/demo/tight_edge_filter_map.h
hugo/trunk/demo/topology_demo.cc
hugo/trunk/lemon/attic/debug.h
hugo/trunk/lemon/base.cc
hugo/trunk/lemon/bellman_ford.h
hugo/trunk/lemon/bezier.h
hugo/trunk/lemon/bfs.h
hugo/trunk/lemon/bin_heap.h
hugo/trunk/lemon/bits/alteration_notifier.h
hugo/trunk/lemon/bits/array_map.h
hugo/trunk/lemon/bits/clearable_graph_extender.h
hugo/trunk/lemon/bits/default_map.h
hugo/trunk/lemon/bits/erasable_graph_extender.h
hugo/trunk/lemon/bits/extendable_graph_extender.h
hugo/trunk/lemon/bits/graph_extender.h
hugo/trunk/lemon/bits/item_reader.h
hugo/trunk/lemon/bits/item_writer.h
hugo/trunk/lemon/bits/iterable_graph_extender.h
hugo/trunk/lemon/bits/map_extender.h
hugo/trunk/lemon/bits/static_map.h
hugo/trunk/lemon/bits/vector_map.h
hugo/trunk/lemon/concept/bpugraph.h
hugo/trunk/lemon/concept/graph.h
hugo/trunk/lemon/concept/graph_component.h
hugo/trunk/lemon/concept/heap.h
hugo/trunk/lemon/concept/maps.h
hugo/trunk/lemon/concept/matrix_maps.h
hugo/trunk/lemon/concept/path.h
hugo/trunk/lemon/concept/ugraph.h
hugo/trunk/lemon/concept_check.h
hugo/trunk/lemon/counter.h
hugo/trunk/lemon/dag_shortest_path.h
hugo/trunk/lemon/dfs.h
hugo/trunk/lemon/dijkstra.h
hugo/trunk/lemon/dimacs.h
hugo/trunk/lemon/edge_set.h
hugo/trunk/lemon/error.h
hugo/trunk/lemon/euler.h
hugo/trunk/lemon/fib_heap.h
hugo/trunk/lemon/floyd_warshall.h
hugo/trunk/lemon/fredman_tarjan.h
hugo/trunk/lemon/full_graph.h
hugo/trunk/lemon/graph_adaptor.h
hugo/trunk/lemon/graph_reader.h
hugo/trunk/lemon/graph_to_eps.h
hugo/trunk/lemon/graph_utils.h
hugo/trunk/lemon/graph_writer.h
hugo/trunk/lemon/grid_graph.h
hugo/trunk/lemon/hypercube_graph.h
hugo/trunk/lemon/invalid.h
hugo/trunk/lemon/iterable_maps.h
hugo/trunk/lemon/johnson.h
hugo/trunk/lemon/kruskal.h
hugo/trunk/lemon/lemon_reader.h
hugo/trunk/lemon/lemon_writer.h
hugo/trunk/lemon/linear_heap.h
hugo/trunk/lemon/list_graph.h
hugo/trunk/lemon/lp.h
hugo/trunk/lemon/lp_base.cc
hugo/trunk/lemon/lp_base.h
hugo/trunk/lemon/lp_cplex.cc
hugo/trunk/lemon/lp_cplex.h
hugo/trunk/lemon/lp_glpk.cc
hugo/trunk/lemon/lp_glpk.h
hugo/trunk/lemon/lp_skeleton.cc
hugo/trunk/lemon/lp_skeleton.h
hugo/trunk/lemon/map_iterator.h
hugo/trunk/lemon/maps.h
hugo/trunk/lemon/matrix_maps.h
hugo/trunk/lemon/max_matching.h
hugo/trunk/lemon/min_cost_flow.h
hugo/trunk/lemon/path.h
hugo/trunk/lemon/preflow.h
hugo/trunk/lemon/prim.h
hugo/trunk/lemon/radix_heap.h
hugo/trunk/lemon/radix_sort.h
hugo/trunk/lemon/simann.h
hugo/trunk/lemon/smart_graph.h
hugo/trunk/lemon/sub_graph.h
hugo/trunk/lemon/suurballe.h
hugo/trunk/lemon/time_measure.h
hugo/trunk/lemon/tolerance.h
hugo/trunk/lemon/topology.h
hugo/trunk/lemon/traits.h
hugo/trunk/lemon/unionfind.h
hugo/trunk/lemon/utility.h
hugo/trunk/lemon/xy.h
hugo/trunk/test/all_pairs_shortest_path_test.cc
hugo/trunk/test/bfs_test.cc
hugo/trunk/test/counter_test.cc
hugo/trunk/test/dfs_test.cc
hugo/trunk/test/dijkstra_test.cc
hugo/trunk/test/error_test.cc
hugo/trunk/test/graph_adaptor_test.cc
hugo/trunk/test/graph_factory_test.cc
hugo/trunk/test/graph_test.cc
hugo/trunk/test/graph_test.h
hugo/trunk/test/graph_utils_test.cc
hugo/trunk/test/graph_utils_test.h
hugo/trunk/test/heap_test.cc
hugo/trunk/test/heap_test.h
hugo/trunk/test/kruskal_test.cc
hugo/trunk/test/lp_test.cc
hugo/trunk/test/map_test.h
hugo/trunk/test/maps_test.cc
hugo/trunk/test/matrix_maps_test.cc
hugo/trunk/test/max_matching_test.cc
hugo/trunk/test/min_cost_flow_test.cc
hugo/trunk/test/path_test.cc
hugo/trunk/test/preflow_test.cc
hugo/trunk/test/radix_sort_test.cc
hugo/trunk/test/simann_test.cc
hugo/trunk/test/suurballe_test.cc
hugo/trunk/test/test_tools.h
hugo/trunk/test/test_tools_fail.cc
hugo/trunk/test/test_tools_pass.cc
hugo/trunk/test/time_measure_test.cc
hugo/trunk/test/ugraph_test.cc
hugo/trunk/test/unionfind_test.cc
hugo/trunk/test/xy_test.cc
Log:
Unified copyright notices
Modified: hugo/trunk/benchmark/bench_tools.h
==============================================================================
--- hugo/trunk/benchmark/bench_tools.h (original)
+++ hugo/trunk/benchmark/bench_tools.h Fri Feb 3 17:40:16 2006
@@ -1,4 +1,21 @@
-// -*- mode:C++ -*-
+/* -*- C++ -*-
+ *
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (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
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
#ifndef LEMON_BENCH_TEST_H
#define LEMON_BENCH_TEST_H
Modified: hugo/trunk/benchmark/bfs-bench.cc
==============================================================================
--- hugo/trunk/benchmark/bfs-bench.cc (original)
+++ hugo/trunk/benchmark/bfs-bench.cc Fri Feb 3 17:40:16 2006
@@ -1,4 +1,20 @@
-// -*- mode:C++ -*-
+/* -*- C++ -*-
+ *
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (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
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
#include<queue>
#include<cmath>
Modified: hugo/trunk/benchmark/graph-bench.cc
==============================================================================
--- hugo/trunk/benchmark/graph-bench.cc (original)
+++ hugo/trunk/benchmark/graph-bench.cc Fri Feb 3 17:40:16 2006
@@ -1,3 +1,21 @@
+/* -*- C++ -*-
+ *
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (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
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
#include<lemon/list_graph.h>
#include"bench_tools.h"
Modified: hugo/trunk/benchmark/hcube.cc
==============================================================================
--- hugo/trunk/benchmark/hcube.cc (original)
+++ hugo/trunk/benchmark/hcube.cc Fri Feb 3 17:40:16 2006
@@ -1,4 +1,20 @@
-// -*- mode:C++ -*-
+/* -*- C++ -*-
+ *
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (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
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
#include<cmath>
#include<lemon/list_graph.h>
Modified: hugo/trunk/benchmark/radix_sort-bench.cc
==============================================================================
--- hugo/trunk/benchmark/radix_sort-bench.cc (original)
+++ hugo/trunk/benchmark/radix_sort-bench.cc Fri Feb 3 17:40:16 2006
@@ -1,3 +1,21 @@
+/* -*- C++ -*-
+ *
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (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
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
#define NDEBUG
#include <lemon/time_measure.h>
Modified: hugo/trunk/demo/coloring.cc
==============================================================================
--- hugo/trunk/demo/coloring.cc (original)
+++ hugo/trunk/demo/coloring.cc Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * demo/coloring.cc - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/demo/descriptor_map_demo.cc
==============================================================================
--- hugo/trunk/demo/descriptor_map_demo.cc (original)
+++ hugo/trunk/demo/descriptor_map_demo.cc Fri Feb 3 17:40:16 2006
@@ -1,8 +1,9 @@
/* -*- C++ -*-
- * demo/descriptor_map_demo.cc - Part of LEMON, a generic C++ optimization
- * library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/demo/dijkstra_demo.cc
==============================================================================
--- hugo/trunk/demo/dijkstra_demo.cc (original)
+++ hugo/trunk/demo/dijkstra_demo.cc Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * demo/dijkstra_demo.cc - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/demo/dim_to_dot.cc
==============================================================================
--- hugo/trunk/demo/dim_to_dot.cc (original)
+++ hugo/trunk/demo/dim_to_dot.cc Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * demo/dim_to_dot.cc - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/demo/dim_to_lgf.cc
==============================================================================
--- hugo/trunk/demo/dim_to_lgf.cc (original)
+++ hugo/trunk/demo/dim_to_lgf.cc Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * demo/dim_to_lgf.cc - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/demo/graph_orientation.cc
==============================================================================
--- hugo/trunk/demo/graph_orientation.cc (original)
+++ hugo/trunk/demo/graph_orientation.cc Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * demo/graph_orientation.cc - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
@@ -14,7 +16,6 @@
*
*/
-
#include <lemon/list_graph.h>
#include <lemon/graph_reader.h>
#include <lemon/iterable_maps.h>
Modified: hugo/trunk/demo/graph_to_eps_demo.cc
==============================================================================
--- hugo/trunk/demo/graph_to_eps_demo.cc (original)
+++ hugo/trunk/demo/graph_to_eps_demo.cc Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * demo/graph_to_eps.cc - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/demo/grid_graph_demo.cc
==============================================================================
--- hugo/trunk/demo/grid_graph_demo.cc (original)
+++ hugo/trunk/demo/grid_graph_demo.cc Fri Feb 3 17:40:16 2006
@@ -1,3 +1,21 @@
+/* -*- C++ -*-
+ *
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (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
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
#include <lemon/grid_graph.h>
#include <lemon/graph_adaptor.h>
#include <lemon/graph_to_eps.h>
Modified: hugo/trunk/demo/hello_lemon.cc
==============================================================================
--- hugo/trunk/demo/hello_lemon.cc (original)
+++ hugo/trunk/demo/hello_lemon.cc Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * demo/hello_lemon.cc - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/demo/kruskal_demo.cc
==============================================================================
--- hugo/trunk/demo/kruskal_demo.cc (original)
+++ hugo/trunk/demo/kruskal_demo.cc Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * demo/kruskal_demo.cc - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/demo/lp_demo.cc
==============================================================================
--- hugo/trunk/demo/lp_demo.cc (original)
+++ hugo/trunk/demo/lp_demo.cc Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * demo/lp_demo.cc - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/demo/lp_maxflow_demo.cc
==============================================================================
--- hugo/trunk/demo/lp_maxflow_demo.cc (original)
+++ hugo/trunk/demo/lp_maxflow_demo.cc Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * demo/lp_maxflow_demo.cc - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/demo/min_route.cc
==============================================================================
--- hugo/trunk/demo/min_route.cc (original)
+++ hugo/trunk/demo/min_route.cc Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * demo/min_route.cc - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/demo/reader_writer_demo.cc
==============================================================================
--- hugo/trunk/demo/reader_writer_demo.cc (original)
+++ hugo/trunk/demo/reader_writer_demo.cc Fri Feb 3 17:40:16 2006
@@ -1,8 +1,9 @@
/* -*- C++ -*-
- * demo/reader_writer_demo.cc - Part of LEMON, a generic C++ optimization
- * library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/demo/simann_maxcut_demo.cc
==============================================================================
--- hugo/trunk/demo/simann_maxcut_demo.cc (original)
+++ hugo/trunk/demo/simann_maxcut_demo.cc Fri Feb 3 17:40:16 2006
@@ -1,8 +1,9 @@
/* -*- C++ -*-
- * demo/simann_maxcut_demo.cc - Part of LEMON, a generic C++ optimization
- * library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/demo/sub_graph_adaptor_demo.cc
==============================================================================
--- hugo/trunk/demo/sub_graph_adaptor_demo.cc (original)
+++ hugo/trunk/demo/sub_graph_adaptor_demo.cc Fri Feb 3 17:40:16 2006
@@ -1,8 +1,9 @@
/* -*- C++ -*-
- * demo/sub_graph_adaptor_demo.cc - Part of LEMON, a generic C++ optimization
- * library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/demo/tight_edge_filter_map.h
==============================================================================
--- hugo/trunk/demo/tight_edge_filter_map.h (original)
+++ hugo/trunk/demo/tight_edge_filter_map.h Fri Feb 3 17:40:16 2006
@@ -1,8 +1,9 @@
/* -*- C++ -*-
- * demo/tight_edge_filter_map.h - Part of LEMON, a generic C++ optimization
- * library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/demo/topology_demo.cc
==============================================================================
--- hugo/trunk/demo/topology_demo.cc (original)
+++ hugo/trunk/demo/topology_demo.cc Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * demo/min_route.cc - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/attic/debug.h
==============================================================================
--- hugo/trunk/lemon/attic/debug.h (original)
+++ hugo/trunk/lemon/attic/debug.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/debug.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/base.cc
==============================================================================
--- hugo/trunk/lemon/base.cc (original)
+++ hugo/trunk/lemon/base.cc Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/base.cc - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/bellman_ford.h
==============================================================================
--- hugo/trunk/lemon/bellman_ford.h (original)
+++ hugo/trunk/lemon/bellman_ford.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/bellman_ford.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/bezier.h
==============================================================================
--- hugo/trunk/lemon/bezier.h (original)
+++ hugo/trunk/lemon/bezier.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/bezier.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/bfs.h
==============================================================================
--- hugo/trunk/lemon/bfs.h (original)
+++ hugo/trunk/lemon/bfs.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/bfs.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/bin_heap.h
==============================================================================
--- hugo/trunk/lemon/bin_heap.h (original)
+++ hugo/trunk/lemon/bin_heap.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/bin_heap.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/bits/alteration_notifier.h
==============================================================================
--- hugo/trunk/lemon/bits/alteration_notifier.h (original)
+++ hugo/trunk/lemon/bits/alteration_notifier.h Fri Feb 3 17:40:16 2006
@@ -1,8 +1,10 @@
/* -*- C++ -*-
- * lemon/notifier.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Research Groin on Combinatorial Optimization, EGRES).
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (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/lemon/bits/array_map.h
==============================================================================
--- hugo/trunk/lemon/bits/array_map.h (original)
+++ hugo/trunk/lemon/bits/array_map.h Fri Feb 3 17:40:16 2006
@@ -1,8 +1,10 @@
/* -*- C++ -*-
- * lemon/bits/array_map.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Research Groin on Combinatorial Optimization, EGRES).
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (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/lemon/bits/clearable_graph_extender.h
==============================================================================
--- hugo/trunk/lemon/bits/clearable_graph_extender.h (original)
+++ hugo/trunk/lemon/bits/clearable_graph_extender.h Fri Feb 3 17:40:16 2006
@@ -1,4 +1,20 @@
-// -*- c++ -*-
+/* -*- C++ -*-
+ *
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (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
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
#ifndef LEMON_CLEARABLE_GRAPH_EXTENDER_H
#define LEMON_CLEARABLE_GRAPH_EXTENDER_H
Modified: hugo/trunk/lemon/bits/default_map.h
==============================================================================
--- hugo/trunk/lemon/bits/default_map.h (original)
+++ hugo/trunk/lemon/bits/default_map.h Fri Feb 3 17:40:16 2006
@@ -1,8 +1,10 @@
/* -*- C++ -*-
- * lemon/default_map.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Research Groin on Combinatorial Optimization, EGRES).
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (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/lemon/bits/erasable_graph_extender.h
==============================================================================
--- hugo/trunk/lemon/bits/erasable_graph_extender.h (original)
+++ hugo/trunk/lemon/bits/erasable_graph_extender.h Fri Feb 3 17:40:16 2006
@@ -1,4 +1,20 @@
-// -*- c++ -*-
+/* -*- C++ -*-
+ *
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (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
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
#ifndef LEMON_ERASABLE_GRAPH_EXTENDER_H
#define LEMON_ERASABLE_GRAPH_EXTENDER_H
Modified: hugo/trunk/lemon/bits/extendable_graph_extender.h
==============================================================================
--- hugo/trunk/lemon/bits/extendable_graph_extender.h (original)
+++ hugo/trunk/lemon/bits/extendable_graph_extender.h Fri Feb 3 17:40:16 2006
@@ -1,4 +1,20 @@
-// -*- c++ -*-
+/* -*- C++ -*-
+ *
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (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
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
#ifndef LEMON_EXTENDABLE_GRAPH_EXTENDER_H
#define LEMON_EXTENDABLE_GRAPH_EXTENDER_H
Modified: hugo/trunk/lemon/bits/graph_extender.h
==============================================================================
--- hugo/trunk/lemon/bits/graph_extender.h (original)
+++ hugo/trunk/lemon/bits/graph_extender.h Fri Feb 3 17:40:16 2006
@@ -1,9 +1,10 @@
/* -*- C++ -*-
- * lemon/graph_extender.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi
- * Kutatocsoport (Egervary Research Groin on Combinatorial Optimization,
- * EGRES).
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (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/lemon/bits/item_reader.h
==============================================================================
--- hugo/trunk/lemon/bits/item_reader.h (original)
+++ hugo/trunk/lemon/bits/item_reader.h Fri Feb 3 17:40:16 2006
@@ -1,8 +1,10 @@
/* -*- C++ -*-
- * lemon/bits/item_reader.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Research Groin on Combinatorial Optimization, EGRES).
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (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/lemon/bits/item_writer.h
==============================================================================
--- hugo/trunk/lemon/bits/item_writer.h (original)
+++ hugo/trunk/lemon/bits/item_writer.h Fri Feb 3 17:40:16 2006
@@ -1,8 +1,10 @@
/* -*- C++ -*-
- * lemon/bits/item_reader.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Research Groin on Combinatorial Optimization, EGRES).
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (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/lemon/bits/iterable_graph_extender.h
==============================================================================
--- hugo/trunk/lemon/bits/iterable_graph_extender.h (original)
+++ hugo/trunk/lemon/bits/iterable_graph_extender.h Fri Feb 3 17:40:16 2006
@@ -1,4 +1,21 @@
-// -*- c++ -*-
+/* -*- C++ -*-
+ *
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (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
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
#ifndef LEMON_ITERABLE_GRAPH_EXTENDER_H
#define LEMON_ITERABLE_GRAPH_EXTENDER_H
Modified: hugo/trunk/lemon/bits/map_extender.h
==============================================================================
--- hugo/trunk/lemon/bits/map_extender.h (original)
+++ hugo/trunk/lemon/bits/map_extender.h Fri Feb 3 17:40:16 2006
@@ -1,8 +1,10 @@
/* -*- C++ -*-
- * lemon/map_extender.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Research Groin on Combinatorial Optimization, EGRES).
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (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/lemon/bits/static_map.h
==============================================================================
--- hugo/trunk/lemon/bits/static_map.h (original)
+++ hugo/trunk/lemon/bits/static_map.h Fri Feb 3 17:40:16 2006
@@ -1,8 +1,10 @@
/* -*- C++ -*-
- * lemon/static_map.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Research Groin on Combinatorial Optimization, EGRES).
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (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/lemon/bits/vector_map.h
==============================================================================
--- hugo/trunk/lemon/bits/vector_map.h (original)
+++ hugo/trunk/lemon/bits/vector_map.h Fri Feb 3 17:40:16 2006
@@ -1,8 +1,10 @@
/* -*- C++ -*-
- * lemon/vector_map.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
- * (Egervary Research Groin on Combinatorial Optimization, EGRES).
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (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/lemon/concept/bpugraph.h
==============================================================================
--- hugo/trunk/lemon/concept/bpugraph.h (original)
+++ hugo/trunk/lemon/concept/bpugraph.h Fri Feb 3 17:40:16 2006
@@ -1,11 +1,10 @@
/* -*- C++ -*-
*
- * lemon/concept/ugraph_component.h - Part of LEMON, a generic
- * C++ optimization library
+ * This file is a part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi
- * Kutatocsoport (Egervary Research Group on Combinatorial Optimization,
- * EGRES).
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (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/lemon/concept/graph.h
==============================================================================
--- hugo/trunk/lemon/concept/graph.h (original)
+++ hugo/trunk/lemon/concept/graph.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/concept/graph.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/concept/graph_component.h
==============================================================================
--- hugo/trunk/lemon/concept/graph_component.h (original)
+++ hugo/trunk/lemon/concept/graph_component.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/concept/graph_component.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/concept/heap.h
==============================================================================
--- hugo/trunk/lemon/concept/heap.h (original)
+++ hugo/trunk/lemon/concept/heap.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/concept/heap.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/concept/maps.h
==============================================================================
--- hugo/trunk/lemon/concept/maps.h (original)
+++ hugo/trunk/lemon/concept/maps.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/concept/maps.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/concept/matrix_maps.h
==============================================================================
--- hugo/trunk/lemon/concept/matrix_maps.h (original)
+++ hugo/trunk/lemon/concept/matrix_maps.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/concept/matrix_maps.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/concept/path.h
==============================================================================
--- hugo/trunk/lemon/concept/path.h (original)
+++ hugo/trunk/lemon/concept/path.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/concept/path.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/concept/ugraph.h
==============================================================================
--- hugo/trunk/lemon/concept/ugraph.h (original)
+++ hugo/trunk/lemon/concept/ugraph.h Fri Feb 3 17:40:16 2006
@@ -1,11 +1,10 @@
/* -*- C++ -*-
*
- * lemon/concept/ugraph_component.h - Part of LEMON, a generic
- * C++ optimization library
+ * This file is a part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi
- * Kutatocsoport (Egervary Research Group on Combinatorial Optimization,
- * EGRES).
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (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/lemon/concept_check.h
==============================================================================
--- hugo/trunk/lemon/concept_check.h (original)
+++ hugo/trunk/lemon/concept_check.h Fri Feb 3 17:40:16 2006
@@ -1,8 +1,24 @@
-// -*- C++ -*-
+/* -*- C++ -*-
+ *
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (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
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
// Modified for use in LEMON.
// We should really consider using Boost...
-
//
// (C) Copyright Jeremy Siek 2000.
// Distributed under the Boost Software License, Version 1.0. (See
Modified: hugo/trunk/lemon/counter.h
==============================================================================
--- hugo/trunk/lemon/counter.h (original)
+++ hugo/trunk/lemon/counter.h Fri Feb 3 17:40:16 2006
@@ -1,8 +1,9 @@
/* -*- C++ -*-
- * lemon/counter.h -
- * Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/dag_shortest_path.h
==============================================================================
--- hugo/trunk/lemon/dag_shortest_path.h (original)
+++ hugo/trunk/lemon/dag_shortest_path.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/dag_shortest_path.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/dfs.h
==============================================================================
--- hugo/trunk/lemon/dfs.h (original)
+++ hugo/trunk/lemon/dfs.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/dfs.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/dijkstra.h
==============================================================================
--- hugo/trunk/lemon/dijkstra.h (original)
+++ hugo/trunk/lemon/dijkstra.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/dijkstra.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/dimacs.h
==============================================================================
--- hugo/trunk/lemon/dimacs.h (original)
+++ hugo/trunk/lemon/dimacs.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/dimacs.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/edge_set.h
==============================================================================
--- hugo/trunk/lemon/edge_set.h (original)
+++ hugo/trunk/lemon/edge_set.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/edge_set.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/error.h
==============================================================================
--- hugo/trunk/lemon/error.h (original)
+++ hugo/trunk/lemon/error.h Fri Feb 3 17:40:16 2006
@@ -1,9 +1,10 @@
/* -*- C++ -*-
- * lemon/error.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi
- * Kutatocsoport (Egervary Research Group on Combinatorial Optimization,
- * EGRES).
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (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/lemon/euler.h
==============================================================================
--- hugo/trunk/lemon/euler.h (original)
+++ hugo/trunk/lemon/euler.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/euler.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
@@ -13,6 +15,7 @@
* purpose.
*
*/
+
#include<lemon/invalid.h>
#include<lemon/topology.h>
#include <list>
Modified: hugo/trunk/lemon/fib_heap.h
==============================================================================
--- hugo/trunk/lemon/fib_heap.h (original)
+++ hugo/trunk/lemon/fib_heap.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/fib_heap.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/floyd_warshall.h
==============================================================================
--- hugo/trunk/lemon/floyd_warshall.h (original)
+++ hugo/trunk/lemon/floyd_warshall.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/floyd_warshall.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/fredman_tarjan.h
==============================================================================
--- hugo/trunk/lemon/fredman_tarjan.h (original)
+++ hugo/trunk/lemon/fredman_tarjan.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/fredman_tarjan.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/full_graph.h
==============================================================================
--- hugo/trunk/lemon/full_graph.h (original)
+++ hugo/trunk/lemon/full_graph.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/full_graph.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/graph_adaptor.h
==============================================================================
--- hugo/trunk/lemon/graph_adaptor.h (original)
+++ hugo/trunk/lemon/graph_adaptor.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/graph_adaptor.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/graph_reader.h
==============================================================================
--- hugo/trunk/lemon/graph_reader.h (original)
+++ hugo/trunk/lemon/graph_reader.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/graph_reader.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/graph_to_eps.h
==============================================================================
--- hugo/trunk/lemon/graph_to_eps.h (original)
+++ hugo/trunk/lemon/graph_to_eps.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/graph_to_eps.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/graph_utils.h
==============================================================================
--- hugo/trunk/lemon/graph_utils.h (original)
+++ hugo/trunk/lemon/graph_utils.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/graph_utils.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/graph_writer.h
==============================================================================
--- hugo/trunk/lemon/graph_writer.h (original)
+++ hugo/trunk/lemon/graph_writer.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/graph_writer.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/grid_graph.h
==============================================================================
--- hugo/trunk/lemon/grid_graph.h (original)
+++ hugo/trunk/lemon/grid_graph.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/grid_graph.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/hypercube_graph.h
==============================================================================
--- hugo/trunk/lemon/hypercube_graph.h (original)
+++ hugo/trunk/lemon/hypercube_graph.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/hypercube_graph.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/invalid.h
==============================================================================
--- hugo/trunk/lemon/invalid.h (original)
+++ hugo/trunk/lemon/invalid.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/invalid.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/iterable_maps.h
==============================================================================
--- hugo/trunk/lemon/iterable_maps.h (original)
+++ hugo/trunk/lemon/iterable_maps.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/iterable_maps.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/johnson.h
==============================================================================
--- hugo/trunk/lemon/johnson.h (original)
+++ hugo/trunk/lemon/johnson.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/johnson.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/kruskal.h
==============================================================================
--- hugo/trunk/lemon/kruskal.h (original)
+++ hugo/trunk/lemon/kruskal.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/kruskal.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/lemon_reader.h
==============================================================================
--- hugo/trunk/lemon/lemon_reader.h (original)
+++ hugo/trunk/lemon/lemon_reader.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/lemon_reader.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/lemon_writer.h
==============================================================================
--- hugo/trunk/lemon/lemon_writer.h (original)
+++ hugo/trunk/lemon/lemon_writer.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/lemon_writer.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/linear_heap.h
==============================================================================
--- hugo/trunk/lemon/linear_heap.h (original)
+++ hugo/trunk/lemon/linear_heap.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/linear_heap.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/list_graph.h
==============================================================================
--- hugo/trunk/lemon/list_graph.h (original)
+++ hugo/trunk/lemon/list_graph.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/list_graph.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/lp.h
==============================================================================
--- hugo/trunk/lemon/lp.h (original)
+++ hugo/trunk/lemon/lp.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/lp.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/lp_base.cc
==============================================================================
--- hugo/trunk/lemon/lp_base.cc (original)
+++ hugo/trunk/lemon/lp_base.cc Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/lp_base.cc - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/lp_base.h
==============================================================================
--- hugo/trunk/lemon/lp_base.h (original)
+++ hugo/trunk/lemon/lp_base.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/lp_base.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/lp_cplex.cc
==============================================================================
--- hugo/trunk/lemon/lp_cplex.cc (original)
+++ hugo/trunk/lemon/lp_cplex.cc Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/lp_cplex.cc - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
@@ -13,6 +15,7 @@
* purpose.
*
*/
+
#include <iostream>
#include<lemon/lp_cplex.h>
Modified: hugo/trunk/lemon/lp_cplex.h
==============================================================================
--- hugo/trunk/lemon/lp_cplex.h (original)
+++ hugo/trunk/lemon/lp_cplex.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/lp_cplex.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/lp_glpk.cc
==============================================================================
--- hugo/trunk/lemon/lp_glpk.cc (original)
+++ hugo/trunk/lemon/lp_glpk.cc Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/lp_glpk.cc - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/lp_glpk.h
==============================================================================
--- hugo/trunk/lemon/lp_glpk.h (original)
+++ hugo/trunk/lemon/lp_glpk.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/lp_glpk.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/lp_skeleton.cc
==============================================================================
--- hugo/trunk/lemon/lp_skeleton.cc (original)
+++ hugo/trunk/lemon/lp_skeleton.cc Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/lp_skeleton.cc - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/lp_skeleton.h
==============================================================================
--- hugo/trunk/lemon/lp_skeleton.h (original)
+++ hugo/trunk/lemon/lp_skeleton.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/lp_skeleton.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/map_iterator.h
==============================================================================
--- hugo/trunk/lemon/map_iterator.h (original)
+++ hugo/trunk/lemon/map_iterator.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/map_iterator.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/maps.h
==============================================================================
--- hugo/trunk/lemon/maps.h (original)
+++ hugo/trunk/lemon/maps.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/maps.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/matrix_maps.h
==============================================================================
--- hugo/trunk/lemon/matrix_maps.h (original)
+++ hugo/trunk/lemon/matrix_maps.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/matrix_maps.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/max_matching.h
==============================================================================
--- hugo/trunk/lemon/max_matching.h (original)
+++ hugo/trunk/lemon/max_matching.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/max_matching.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/min_cost_flow.h
==============================================================================
--- hugo/trunk/lemon/min_cost_flow.h (original)
+++ hugo/trunk/lemon/min_cost_flow.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/min_cost_flow.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/path.h
==============================================================================
--- hugo/trunk/lemon/path.h (original)
+++ hugo/trunk/lemon/path.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/path.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/preflow.h
==============================================================================
--- hugo/trunk/lemon/preflow.h (original)
+++ hugo/trunk/lemon/preflow.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/preflow.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/prim.h
==============================================================================
--- hugo/trunk/lemon/prim.h (original)
+++ hugo/trunk/lemon/prim.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/prim.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2005 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/radix_heap.h
==============================================================================
--- hugo/trunk/lemon/radix_heap.h (original)
+++ hugo/trunk/lemon/radix_heap.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/radix_heap.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/radix_sort.h
==============================================================================
--- hugo/trunk/lemon/radix_sort.h (original)
+++ hugo/trunk/lemon/radix_sort.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/radix_sort.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/simann.h
==============================================================================
--- hugo/trunk/lemon/simann.h (original)
+++ hugo/trunk/lemon/simann.h Fri Feb 3 17:40:16 2006
@@ -1,4 +1,21 @@
-// -*- C++ -*-
+/* -*- C++ -*-
+ *
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (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
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
#ifndef LEMON_SIMANN_H
#define LEMON_SIMANN_H
Modified: hugo/trunk/lemon/smart_graph.h
==============================================================================
--- hugo/trunk/lemon/smart_graph.h (original)
+++ hugo/trunk/lemon/smart_graph.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/smart_graph.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/sub_graph.h
==============================================================================
--- hugo/trunk/lemon/sub_graph.h (original)
+++ hugo/trunk/lemon/sub_graph.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/sub_graph.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/suurballe.h
==============================================================================
--- hugo/trunk/lemon/suurballe.h (original)
+++ hugo/trunk/lemon/suurballe.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/suurballe.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/time_measure.h
==============================================================================
--- hugo/trunk/lemon/time_measure.h (original)
+++ hugo/trunk/lemon/time_measure.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/time_measure.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/tolerance.h
==============================================================================
--- hugo/trunk/lemon/tolerance.h (original)
+++ hugo/trunk/lemon/tolerance.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/tolerance.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/topology.h
==============================================================================
--- hugo/trunk/lemon/topology.h (original)
+++ hugo/trunk/lemon/topology.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/topology.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/traits.h
==============================================================================
--- hugo/trunk/lemon/traits.h (original)
+++ hugo/trunk/lemon/traits.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/traits.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/unionfind.h
==============================================================================
--- hugo/trunk/lemon/unionfind.h (original)
+++ hugo/trunk/lemon/unionfind.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/unionfind.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/lemon/utility.h
==============================================================================
--- hugo/trunk/lemon/utility.h (original)
+++ hugo/trunk/lemon/utility.h Fri Feb 3 17:40:16 2006
@@ -1,9 +1,10 @@
/* -*- C++ -*-
- * lemon/utility.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi
- * Kutatocsoport (Egervary Research Group on Combinatorial Optimization,
- * EGRES).
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (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
@@ -13,10 +14,11 @@
* express or implied, and with no claim as to its suitability for any
* purpose.
*
- * This file contains a modified version of the enable_if library from BOOST.
- * See the appropriate copyright notice below.
*/
+// This file contains a modified version of the enable_if library from BOOST.
+// See the appropriate copyright notice below.
+
// Boost enable_if library
// Copyright 2003 © The Trustees of Indiana University.
Modified: hugo/trunk/lemon/xy.h
==============================================================================
--- hugo/trunk/lemon/xy.h (original)
+++ hugo/trunk/lemon/xy.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * lemon/xy.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/test/all_pairs_shortest_path_test.cc
==============================================================================
--- hugo/trunk/test/all_pairs_shortest_path_test.cc (original)
+++ hugo/trunk/test/all_pairs_shortest_path_test.cc Fri Feb 3 17:40:16 2006
@@ -1,3 +1,21 @@
+/* -*- C++ -*-
+ *
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (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
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
#include <iostream>
#include <vector>
Modified: hugo/trunk/test/bfs_test.cc
==============================================================================
--- hugo/trunk/test/bfs_test.cc (original)
+++ hugo/trunk/test/bfs_test.cc Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * test/bfs_test.cc - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/test/counter_test.cc
==============================================================================
--- hugo/trunk/test/counter_test.cc (original)
+++ hugo/trunk/test/counter_test.cc Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * test/counter_test.cc - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/test/dfs_test.cc
==============================================================================
--- hugo/trunk/test/dfs_test.cc (original)
+++ hugo/trunk/test/dfs_test.cc Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * test/dfs_test.cc - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/test/dijkstra_test.cc
==============================================================================
--- hugo/trunk/test/dijkstra_test.cc (original)
+++ hugo/trunk/test/dijkstra_test.cc Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * test/dijkstra_test.cc - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/test/error_test.cc
==============================================================================
--- hugo/trunk/test/error_test.cc (original)
+++ hugo/trunk/test/error_test.cc Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * test/error_test.cc - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/test/graph_adaptor_test.cc
==============================================================================
--- hugo/trunk/test/graph_adaptor_test.cc (original)
+++ hugo/trunk/test/graph_adaptor_test.cc Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * test/graph_adaptor_test.cc - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/test/graph_factory_test.cc
==============================================================================
--- hugo/trunk/test/graph_factory_test.cc (original)
+++ hugo/trunk/test/graph_factory_test.cc Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * test/graph_test.cc - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/test/graph_test.cc
==============================================================================
--- hugo/trunk/test/graph_test.cc (original)
+++ hugo/trunk/test/graph_test.cc Fri Feb 3 17:40:16 2006
@@ -1,4 +1,20 @@
-// -*- c++ -*-
+/* -*- C++ -*-
+ *
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (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
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
#include <iostream>
#include <vector>
Modified: hugo/trunk/test/graph_test.h
==============================================================================
--- hugo/trunk/test/graph_test.h (original)
+++ hugo/trunk/test/graph_test.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * test/graph_test.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
@@ -13,6 +15,7 @@
* purpose.
*
*/
+
#ifndef LEMON_TEST_GRAPH_TEST_H
#define LEMON_TEST_GRAPH_TEST_H
Modified: hugo/trunk/test/graph_utils_test.cc
==============================================================================
--- hugo/trunk/test/graph_utils_test.cc (original)
+++ hugo/trunk/test/graph_utils_test.cc Fri Feb 3 17:40:16 2006
@@ -1,4 +1,20 @@
-// -*- c++ -*-
+/* -*- C++ -*-
+ *
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (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
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
#include <iostream>
#include <vector>
Modified: hugo/trunk/test/graph_utils_test.h
==============================================================================
--- hugo/trunk/test/graph_utils_test.h (original)
+++ hugo/trunk/test/graph_utils_test.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * test/graph_utils_test.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
@@ -13,6 +15,7 @@
* purpose.
*
*/
+
#ifndef LEMON_TEST_GRAPH_UTILS_TEST_H
#define LEMON_TEST_GRAPH_UTILS_TEST_H
Modified: hugo/trunk/test/heap_test.cc
==============================================================================
--- hugo/trunk/test/heap_test.cc (original)
+++ hugo/trunk/test/heap_test.cc Fri Feb 3 17:40:16 2006
@@ -1,4 +1,20 @@
-// -*- c++ -*-
+/* -*- C++ -*-
+ *
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (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
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
#include <iostream>
#include <fstream>
Modified: hugo/trunk/test/heap_test.h
==============================================================================
--- hugo/trunk/test/heap_test.h (original)
+++ hugo/trunk/test/heap_test.h Fri Feb 3 17:40:16 2006
@@ -1,4 +1,20 @@
-// -*- c++ -*-
+/* -*- C++ -*-
+ *
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (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
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
#include <vector>
#include <algorithm>
Modified: hugo/trunk/test/kruskal_test.cc
==============================================================================
--- hugo/trunk/test/kruskal_test.cc (original)
+++ hugo/trunk/test/kruskal_test.cc Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * test/kruskal_test.cc - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/test/lp_test.cc
==============================================================================
--- hugo/trunk/test/lp_test.cc (original)
+++ hugo/trunk/test/lp_test.cc Fri Feb 3 17:40:16 2006
@@ -1,3 +1,21 @@
+/* -*- C++ -*-
+ *
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (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
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
#include <sstream>
#include <lemon/lp_skeleton.h>
#include "test_tools.h"
Modified: hugo/trunk/test/map_test.h
==============================================================================
--- hugo/trunk/test/map_test.h (original)
+++ hugo/trunk/test/map_test.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * test/map_test.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
@@ -13,6 +15,7 @@
* purpose.
*
*/
+
#ifndef LEMON_TEST_MAP_TEST_H
#define LEMON_TEST_MAP_TEST_H
Modified: hugo/trunk/test/maps_test.cc
==============================================================================
--- hugo/trunk/test/maps_test.cc (original)
+++ hugo/trunk/test/maps_test.cc Fri Feb 3 17:40:16 2006
@@ -1,3 +1,21 @@
+/* -*- C++ -*-
+ *
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (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
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
#include <lemon/concept_check.h>
#include <lemon/concept/maps.h>
#include <lemon/maps.h>
Modified: hugo/trunk/test/matrix_maps_test.cc
==============================================================================
--- hugo/trunk/test/matrix_maps_test.cc (original)
+++ hugo/trunk/test/matrix_maps_test.cc Fri Feb 3 17:40:16 2006
@@ -1,4 +1,20 @@
-// -*- c++ -*-
+/* -*- C++ -*-
+ *
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (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
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
#include <iostream>
#include <vector>
Modified: hugo/trunk/test/max_matching_test.cc
==============================================================================
--- hugo/trunk/test/max_matching_test.cc (original)
+++ hugo/trunk/test/max_matching_test.cc Fri Feb 3 17:40:16 2006
@@ -1,8 +1,9 @@
/* -*- C++ -*-
- * test/max_matching_test.cc -
- * Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/test/min_cost_flow_test.cc
==============================================================================
--- hugo/trunk/test/min_cost_flow_test.cc (original)
+++ hugo/trunk/test/min_cost_flow_test.cc Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * test/min_cost_flow_test.cc - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/test/path_test.cc
==============================================================================
--- hugo/trunk/test/path_test.cc (original)
+++ hugo/trunk/test/path_test.cc Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * test/path_test.cc - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/test/preflow_test.cc
==============================================================================
--- hugo/trunk/test/preflow_test.cc (original)
+++ hugo/trunk/test/preflow_test.cc Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * test/preflow_test.cc - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/test/radix_sort_test.cc
==============================================================================
--- hugo/trunk/test/radix_sort_test.cc (original)
+++ hugo/trunk/test/radix_sort_test.cc Fri Feb 3 17:40:16 2006
@@ -1,3 +1,21 @@
+/* -*- C++ -*-
+ *
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (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
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
#include <lemon/time_measure.h>
#include <lemon/smart_graph.h>
#include <lemon/graph_utils.h>
Modified: hugo/trunk/test/simann_test.cc
==============================================================================
--- hugo/trunk/test/simann_test.cc (original)
+++ hugo/trunk/test/simann_test.cc Fri Feb 3 17:40:16 2006
@@ -1,3 +1,21 @@
+/* -*- C++ -*-
+ *
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (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
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
#include <lemon/simann.h>
using namespace lemon;
Modified: hugo/trunk/test/suurballe_test.cc
==============================================================================
--- hugo/trunk/test/suurballe_test.cc (original)
+++ hugo/trunk/test/suurballe_test.cc Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * test/suurballe_test.cc - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/test/test_tools.h
==============================================================================
--- hugo/trunk/test/test_tools.h (original)
+++ hugo/trunk/test/test_tools.h Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * test/test_tools.h - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/test/test_tools_fail.cc
==============================================================================
--- hugo/trunk/test/test_tools_fail.cc (original)
+++ hugo/trunk/test/test_tools_fail.cc Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * test/test_tools_fail.cc - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/test/test_tools_pass.cc
==============================================================================
--- hugo/trunk/test/test_tools_pass.cc (original)
+++ hugo/trunk/test/test_tools_pass.cc Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * test/test_tools_pass.cc - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/test/time_measure_test.cc
==============================================================================
--- hugo/trunk/test/time_measure_test.cc (original)
+++ hugo/trunk/test/time_measure_test.cc Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * test/time_measure_test.cc - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/test/ugraph_test.cc
==============================================================================
--- hugo/trunk/test/ugraph_test.cc (original)
+++ hugo/trunk/test/ugraph_test.cc Fri Feb 3 17:40:16 2006
@@ -1,4 +1,20 @@
-// -*- C++ -*-
+/* -*- C++ -*-
+ *
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (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
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
#include <lemon/bits/graph_extender.h>
#include <lemon/concept/ugraph.h>
Modified: hugo/trunk/test/unionfind_test.cc
==============================================================================
--- hugo/trunk/test/unionfind_test.cc (original)
+++ hugo/trunk/test/unionfind_test.cc Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * test/unionfind_test.cc - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
Modified: hugo/trunk/test/xy_test.cc
==============================================================================
--- hugo/trunk/test/xy_test.cc (original)
+++ hugo/trunk/test/xy_test.cc Fri Feb 3 17:40:16 2006
@@ -1,7 +1,9 @@
/* -*- C++ -*-
- * test/xy_test.cc - Part of LEMON, a generic C++ optimization library
*
- * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
* Permission to use, modify and distribute this software is granted
More information about the Lemon-commits
mailing list