# HG changeset patch # User alpar # Date 1138984816 0 # Node ID a055123339d53762ba55c5c8e89c66fb2ff138a4 # Parent daca31868d700ee8b5904731d2ca1d131a115277 Unified copyright notices diff -r daca31868d70 -r a055123339d5 benchmark/bench_tools.h --- a/benchmark/bench_tools.h Fri Feb 03 16:11:08 2006 +0000 +++ b/benchmark/bench_tools.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 benchmark/bfs-bench.cc --- a/benchmark/bfs-bench.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/benchmark/bfs-bench.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 #include diff -r daca31868d70 -r a055123339d5 benchmark/graph-bench.cc --- a/benchmark/graph-bench.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/benchmark/graph-bench.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 #include"bench_tools.h" diff -r daca31868d70 -r a055123339d5 benchmark/hcube.cc --- a/benchmark/hcube.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/benchmark/hcube.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 #include diff -r daca31868d70 -r a055123339d5 benchmark/radix_sort-bench.cc --- a/benchmark/radix_sort-bench.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/benchmark/radix_sort-bench.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 demo/coloring.cc --- a/demo/coloring.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/demo/coloring.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 demo/descriptor_map_demo.cc --- a/demo/descriptor_map_demo.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/demo/descriptor_map_demo.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 demo/dijkstra_demo.cc --- a/demo/dijkstra_demo.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/demo/dijkstra_demo.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 demo/dim_to_dot.cc --- a/demo/dim_to_dot.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/demo/dim_to_dot.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 demo/dim_to_lgf.cc --- a/demo/dim_to_lgf.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/demo/dim_to_lgf.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 demo/graph_orientation.cc --- a/demo/graph_orientation.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/demo/graph_orientation.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 #include #include diff -r daca31868d70 -r a055123339d5 demo/graph_to_eps_demo.cc --- a/demo/graph_to_eps_demo.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/demo/graph_to_eps_demo.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 demo/grid_graph_demo.cc --- a/demo/grid_graph_demo.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/demo/grid_graph_demo.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 #include #include diff -r daca31868d70 -r a055123339d5 demo/hello_lemon.cc --- a/demo/hello_lemon.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/demo/hello_lemon.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 demo/kruskal_demo.cc --- a/demo/kruskal_demo.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/demo/kruskal_demo.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 demo/lp_demo.cc --- a/demo/lp_demo.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/demo/lp_demo.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 demo/lp_maxflow_demo.cc --- a/demo/lp_maxflow_demo.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/demo/lp_maxflow_demo.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 demo/min_route.cc --- a/demo/min_route.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/demo/min_route.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 demo/reader_writer_demo.cc --- a/demo/reader_writer_demo.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/demo/reader_writer_demo.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 demo/simann_maxcut_demo.cc --- a/demo/simann_maxcut_demo.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/demo/simann_maxcut_demo.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 demo/sub_graph_adaptor_demo.cc --- a/demo/sub_graph_adaptor_demo.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/demo/sub_graph_adaptor_demo.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 demo/tight_edge_filter_map.h --- a/demo/tight_edge_filter_map.h Fri Feb 03 16:11:08 2006 +0000 +++ b/demo/tight_edge_filter_map.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 demo/topology_demo.cc --- a/demo/topology_demo.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/demo/topology_demo.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/attic/debug.h --- a/lemon/attic/debug.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/attic/debug.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/base.cc --- a/lemon/base.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/base.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/bellman_ford.h --- a/lemon/bellman_ford.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/bellman_ford.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/bezier.h --- a/lemon/bezier.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/bezier.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/bfs.h --- a/lemon/bfs.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/bfs.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/bin_heap.h --- a/lemon/bin_heap.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/bin_heap.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/bits/alteration_notifier.h --- a/lemon/bits/alteration_notifier.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/bits/alteration_notifier.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/bits/array_map.h --- a/lemon/bits/array_map.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/bits/array_map.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/bits/clearable_graph_extender.h --- a/lemon/bits/clearable_graph_extender.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/bits/clearable_graph_extender.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/bits/default_map.h --- a/lemon/bits/default_map.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/bits/default_map.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/bits/erasable_graph_extender.h --- a/lemon/bits/erasable_graph_extender.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/bits/erasable_graph_extender.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/bits/extendable_graph_extender.h --- a/lemon/bits/extendable_graph_extender.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/bits/extendable_graph_extender.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/bits/graph_extender.h --- a/lemon/bits/graph_extender.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/bits/graph_extender.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/bits/item_reader.h --- a/lemon/bits/item_reader.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/bits/item_reader.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/bits/item_writer.h --- a/lemon/bits/item_writer.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/bits/item_writer.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/bits/iterable_graph_extender.h --- a/lemon/bits/iterable_graph_extender.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/bits/iterable_graph_extender.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/bits/map_extender.h --- a/lemon/bits/map_extender.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/bits/map_extender.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/bits/static_map.h --- a/lemon/bits/static_map.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/bits/static_map.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/bits/vector_map.h --- a/lemon/bits/vector_map.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/bits/vector_map.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/concept/bpugraph.h --- a/lemon/concept/bpugraph.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/concept/bpugraph.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/concept/graph.h --- a/lemon/concept/graph.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/concept/graph.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/concept/graph_component.h --- a/lemon/concept/graph_component.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/concept/graph_component.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/concept/heap.h --- a/lemon/concept/heap.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/concept/heap.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/concept/maps.h --- a/lemon/concept/maps.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/concept/maps.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/concept/matrix_maps.h --- a/lemon/concept/matrix_maps.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/concept/matrix_maps.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/concept/path.h --- a/lemon/concept/path.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/concept/path.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/concept/ugraph.h --- a/lemon/concept/ugraph.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/concept/ugraph.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/concept_check.h --- a/lemon/concept_check.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/concept_check.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/counter.h --- a/lemon/counter.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/counter.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/dag_shortest_path.h --- a/lemon/dag_shortest_path.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/dag_shortest_path.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/dfs.h --- a/lemon/dfs.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/dfs.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/dijkstra.h --- a/lemon/dijkstra.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/dijkstra.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/dimacs.h --- a/lemon/dimacs.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/dimacs.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/edge_set.h --- a/lemon/edge_set.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/edge_set.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/error.h --- a/lemon/error.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/error.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/euler.h --- a/lemon/euler.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/euler.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 #include #include diff -r daca31868d70 -r a055123339d5 lemon/fib_heap.h --- a/lemon/fib_heap.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/fib_heap.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/floyd_warshall.h --- a/lemon/floyd_warshall.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/floyd_warshall.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/fredman_tarjan.h --- a/lemon/fredman_tarjan.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/fredman_tarjan.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/full_graph.h --- a/lemon/full_graph.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/full_graph.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/graph_adaptor.h --- a/lemon/graph_adaptor.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/graph_adaptor.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/graph_reader.h --- a/lemon/graph_reader.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/graph_reader.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/graph_to_eps.h --- a/lemon/graph_to_eps.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/graph_to_eps.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/graph_utils.h --- a/lemon/graph_utils.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/graph_utils.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/graph_writer.h --- a/lemon/graph_writer.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/graph_writer.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/grid_graph.h --- a/lemon/grid_graph.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/grid_graph.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/hypercube_graph.h --- a/lemon/hypercube_graph.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/hypercube_graph.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/invalid.h --- a/lemon/invalid.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/invalid.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/iterable_maps.h --- a/lemon/iterable_maps.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/iterable_maps.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/johnson.h --- a/lemon/johnson.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/johnson.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/kruskal.h --- a/lemon/kruskal.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/kruskal.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/lemon_reader.h --- a/lemon/lemon_reader.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/lemon_reader.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/lemon_writer.h --- a/lemon/lemon_writer.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/lemon_writer.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/linear_heap.h --- a/lemon/linear_heap.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/linear_heap.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/list_graph.h --- a/lemon/list_graph.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/list_graph.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/lp.h --- a/lemon/lp.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/lp.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/lp_base.cc --- a/lemon/lp_base.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/lp_base.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/lp_base.h --- a/lemon/lp_base.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/lp_base.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/lp_cplex.cc --- a/lemon/lp_cplex.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/lp_cplex.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 #include diff -r daca31868d70 -r a055123339d5 lemon/lp_cplex.h --- a/lemon/lp_cplex.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/lp_cplex.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/lp_glpk.cc --- a/lemon/lp_glpk.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/lp_glpk.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/lp_glpk.h --- a/lemon/lp_glpk.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/lp_glpk.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/lp_skeleton.cc --- a/lemon/lp_skeleton.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/lp_skeleton.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/lp_skeleton.h --- a/lemon/lp_skeleton.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/lp_skeleton.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/map_iterator.h --- a/lemon/map_iterator.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/map_iterator.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/maps.h --- a/lemon/maps.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/maps.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/matrix_maps.h --- a/lemon/matrix_maps.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/matrix_maps.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/max_matching.h --- a/lemon/max_matching.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/max_matching.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/min_cost_flow.h --- a/lemon/min_cost_flow.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/min_cost_flow.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/path.h --- a/lemon/path.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/path.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/preflow.h --- a/lemon/preflow.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/preflow.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/prim.h --- a/lemon/prim.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/prim.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/radix_heap.h --- a/lemon/radix_heap.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/radix_heap.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/radix_sort.h --- a/lemon/radix_sort.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/radix_sort.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/simann.h --- a/lemon/simann.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/simann.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/smart_graph.h --- a/lemon/smart_graph.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/smart_graph.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/sub_graph.h --- a/lemon/sub_graph.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/sub_graph.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/suurballe.h --- a/lemon/suurballe.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/suurballe.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/time_measure.h --- a/lemon/time_measure.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/time_measure.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/tolerance.h --- a/lemon/tolerance.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/tolerance.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/topology.h --- a/lemon/topology.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/topology.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/traits.h --- a/lemon/traits.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/traits.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/unionfind.h --- a/lemon/unionfind.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/unionfind.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 lemon/utility.h --- a/lemon/utility.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/utility.h Fri Feb 03 16:40:16 2006 +0000 @@ -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. diff -r daca31868d70 -r a055123339d5 lemon/xy.h --- a/lemon/xy.h Fri Feb 03 16:11:08 2006 +0000 +++ b/lemon/xy.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 test/all_pairs_shortest_path_test.cc --- a/test/all_pairs_shortest_path_test.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/test/all_pairs_shortest_path_test.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 #include diff -r daca31868d70 -r a055123339d5 test/bfs_test.cc --- a/test/bfs_test.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/test/bfs_test.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 test/counter_test.cc --- a/test/counter_test.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/test/counter_test.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 test/dfs_test.cc --- a/test/dfs_test.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/test/dfs_test.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 test/dijkstra_test.cc --- a/test/dijkstra_test.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/test/dijkstra_test.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 test/error_test.cc --- a/test/error_test.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/test/error_test.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 test/graph_adaptor_test.cc --- a/test/graph_adaptor_test.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/test/graph_adaptor_test.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 test/graph_factory_test.cc --- a/test/graph_factory_test.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/test/graph_factory_test.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 test/graph_test.cc --- a/test/graph_test.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/test/graph_test.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 #include diff -r daca31868d70 -r a055123339d5 test/graph_test.h --- a/test/graph_test.h Fri Feb 03 16:11:08 2006 +0000 +++ b/test/graph_test.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 test/graph_utils_test.cc --- a/test/graph_utils_test.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/test/graph_utils_test.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 #include diff -r daca31868d70 -r a055123339d5 test/graph_utils_test.h --- a/test/graph_utils_test.h Fri Feb 03 16:11:08 2006 +0000 +++ b/test/graph_utils_test.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 test/heap_test.cc --- a/test/heap_test.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/test/heap_test.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 #include diff -r daca31868d70 -r a055123339d5 test/heap_test.h --- a/test/heap_test.h Fri Feb 03 16:11:08 2006 +0000 +++ b/test/heap_test.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 #include diff -r daca31868d70 -r a055123339d5 test/kruskal_test.cc --- a/test/kruskal_test.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/test/kruskal_test.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 test/lp_test.cc --- a/test/lp_test.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/test/lp_test.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 #include #include "test_tools.h" diff -r daca31868d70 -r a055123339d5 test/map_test.h --- a/test/map_test.h Fri Feb 03 16:11:08 2006 +0000 +++ b/test/map_test.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 test/maps_test.cc --- a/test/maps_test.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/test/maps_test.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 #include #include diff -r daca31868d70 -r a055123339d5 test/matrix_maps_test.cc --- a/test/matrix_maps_test.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/test/matrix_maps_test.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 #include diff -r daca31868d70 -r a055123339d5 test/max_matching_test.cc --- a/test/max_matching_test.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/test/max_matching_test.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 test/min_cost_flow_test.cc --- a/test/min_cost_flow_test.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/test/min_cost_flow_test.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 test/path_test.cc --- a/test/path_test.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/test/path_test.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 test/preflow_test.cc --- a/test/preflow_test.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/test/preflow_test.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 test/radix_sort_test.cc --- a/test/radix_sort_test.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/test/radix_sort_test.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 #include #include diff -r daca31868d70 -r a055123339d5 test/simann_test.cc --- a/test/simann_test.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/test/simann_test.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 using namespace lemon; diff -r daca31868d70 -r a055123339d5 test/suurballe_test.cc --- a/test/suurballe_test.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/test/suurballe_test.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 test/test_tools.h --- a/test/test_tools.h Fri Feb 03 16:11:08 2006 +0000 +++ b/test/test_tools.h Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 test/test_tools_fail.cc --- a/test/test_tools_fail.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/test/test_tools_fail.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 test/test_tools_pass.cc --- a/test/test_tools_pass.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/test/test_tools_pass.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 test/time_measure_test.cc --- a/test/time_measure_test.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/test/time_measure_test.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 test/ugraph_test.cc --- a/test/ugraph_test.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/test/ugraph_test.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 #include diff -r daca31868d70 -r a055123339d5 test/unionfind_test.cc --- a/test/unionfind_test.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/test/unionfind_test.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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 diff -r daca31868d70 -r a055123339d5 test/xy_test.cc --- a/test/xy_test.cc Fri Feb 03 16:11:08 2006 +0000 +++ b/test/xy_test.cc Fri Feb 03 16:40:16 2006 +0000 @@ -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