Happy New Year (update the copyright headers)
authorAlpar Juttner <alpar@cs.elte.hu>
Mon, 07 Jan 2008 14:16:06 +0100
changeset 390a01d811071f
parent 38 a0cd9917c5a2
child 40 8f4e8273a458
Happy New Year (update the copyright headers)
lemon/base.cc
lemon/bits/invalid.h
lemon/bits/utility.h
lemon/concept_check.h
lemon/concepts/maps.h
lemon/dim2.h
lemon/list_graph.h
lemon/maps.h
lemon/random.cc
lemon/random.h
lemon/tolerance.h
test/dim_test.cc
test/maps_test.cc
test/random_test.cc
test/test_tools.h
test/test_tools_fail.cc
test/test_tools_pass.cc
     1.1 --- a/lemon/base.cc	Mon Jan 07 14:12:55 2008 +0100
     1.2 +++ b/lemon/base.cc	Mon Jan 07 14:16:06 2008 +0100
     1.3 @@ -2,7 +2,7 @@
     1.4   *
     1.5   * This file is a part of LEMON, a generic C++ optimization library
     1.6   *
     1.7 - * Copyright (C) 2003-2007
     1.8 + * Copyright (C) 2003-2008
     1.9   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    1.10   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    1.11   *
     2.1 --- a/lemon/bits/invalid.h	Mon Jan 07 14:12:55 2008 +0100
     2.2 +++ b/lemon/bits/invalid.h	Mon Jan 07 14:16:06 2008 +0100
     2.3 @@ -2,7 +2,7 @@
     2.4   *
     2.5   * This file is a part of LEMON, a generic C++ optimization library
     2.6   *
     2.7 - * Copyright (C) 2003-2007
     2.8 + * Copyright (C) 2003-2008
     2.9   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    2.10   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    2.11   *
     3.1 --- a/lemon/bits/utility.h	Mon Jan 07 14:12:55 2008 +0100
     3.2 +++ b/lemon/bits/utility.h	Mon Jan 07 14:16:06 2008 +0100
     3.3 @@ -2,7 +2,7 @@
     3.4   *
     3.5   * This file is a part of LEMON, a generic C++ optimization library
     3.6   *
     3.7 - * Copyright (C) 2003-2007
     3.8 + * Copyright (C) 2003-2008
     3.9   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    3.10   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    3.11   *
     4.1 --- a/lemon/concept_check.h	Mon Jan 07 14:12:55 2008 +0100
     4.2 +++ b/lemon/concept_check.h	Mon Jan 07 14:16:06 2008 +0100
     4.3 @@ -2,7 +2,7 @@
     4.4   *
     4.5   * This file is a part of LEMON, a generic C++ optimization library
     4.6   *
     4.7 - * Copyright (C) 2003-2007
     4.8 + * Copyright (C) 2003-2008
     4.9   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    4.10   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    4.11   *
     5.1 --- a/lemon/concepts/maps.h	Mon Jan 07 14:12:55 2008 +0100
     5.2 +++ b/lemon/concepts/maps.h	Mon Jan 07 14:16:06 2008 +0100
     5.3 @@ -2,7 +2,7 @@
     5.4   *
     5.5   * This file is a part of LEMON, a generic C++ optimization library
     5.6   *
     5.7 - * Copyright (C) 2003-2007
     5.8 + * Copyright (C) 2003-2008
     5.9   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    5.10   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    5.11   *
     6.1 --- a/lemon/dim2.h	Mon Jan 07 14:12:55 2008 +0100
     6.2 +++ b/lemon/dim2.h	Mon Jan 07 14:16:06 2008 +0100
     6.3 @@ -2,7 +2,7 @@
     6.4   *
     6.5   * This file is a part of LEMON, a generic C++ optimization library
     6.6   *
     6.7 - * Copyright (C) 2003-2007
     6.8 + * Copyright (C) 2003-2008
     6.9   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    6.10   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    6.11   *
     7.1 --- a/lemon/list_graph.h	Mon Jan 07 14:12:55 2008 +0100
     7.2 +++ b/lemon/list_graph.h	Mon Jan 07 14:16:06 2008 +0100
     7.3 @@ -0,0 +1,18 @@
     7.4 +/* -*- C++ -*-
     7.5 + *
     7.6 + * This file is a part of LEMON, a generic C++ optimization library
     7.7 + *
     7.8 + * Copyright (C) 2003-2008
     7.9 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    7.10 + * (Egervary Research Group on Combinatorial Optimization, EGRES).
    7.11 + *
    7.12 + * Permission to use, modify and distribute this software is granted
    7.13 + * provided that this copyright notice appears in all copies. For
    7.14 + * precise terms see the accompanying LICENSE file.
    7.15 + *
    7.16 + * This software is provided "AS IS" with no warranty of any kind,
    7.17 + * express or implied, and with no claim as to its suitability for any
    7.18 + * purpose.
    7.19 + *
    7.20 + */
    7.21 +
     8.1 --- a/lemon/maps.h	Mon Jan 07 14:12:55 2008 +0100
     8.2 +++ b/lemon/maps.h	Mon Jan 07 14:16:06 2008 +0100
     8.3 @@ -2,7 +2,7 @@
     8.4   *
     8.5   * This file is a part of LEMON, a generic C++ optimization library
     8.6   *
     8.7 - * Copyright (C) 2003-2007
     8.8 + * Copyright (C) 2003-2008
     8.9   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    8.10   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    8.11   *
     9.1 --- a/lemon/random.cc	Mon Jan 07 14:12:55 2008 +0100
     9.2 +++ b/lemon/random.cc	Mon Jan 07 14:16:06 2008 +0100
     9.3 @@ -2,7 +2,7 @@
     9.4   *
     9.5   * This file is a part of LEMON, a generic C++ optimization library
     9.6   *
     9.7 - * Copyright (C) 2003-2007
     9.8 + * Copyright (C) 2003-2008
     9.9   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    9.10   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    9.11   *
    10.1 --- a/lemon/random.h	Mon Jan 07 14:12:55 2008 +0100
    10.2 +++ b/lemon/random.h	Mon Jan 07 14:16:06 2008 +0100
    10.3 @@ -2,7 +2,7 @@
    10.4   *
    10.5   * This file is a part of LEMON, a generic C++ optimization library
    10.6   *
    10.7 - * Copyright (C) 2003-2007
    10.8 + * Copyright (C) 2003-2008
    10.9   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   10.10   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   10.11   *
    11.1 --- a/lemon/tolerance.h	Mon Jan 07 14:12:55 2008 +0100
    11.2 +++ b/lemon/tolerance.h	Mon Jan 07 14:16:06 2008 +0100
    11.3 @@ -2,7 +2,7 @@
    11.4   *
    11.5   * This file is a part of LEMON, a generic C++ optimization library
    11.6   *
    11.7 - * Copyright (C) 2003-2007
    11.8 + * Copyright (C) 2003-2008
    11.9   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   11.10   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   11.11   *
    12.1 --- a/test/dim_test.cc	Mon Jan 07 14:12:55 2008 +0100
    12.2 +++ b/test/dim_test.cc	Mon Jan 07 14:16:06 2008 +0100
    12.3 @@ -2,7 +2,7 @@
    12.4   *
    12.5   * This file is a part of LEMON, a generic C++ optimization library
    12.6   *
    12.7 - * Copyright (C) 2003-2007
    12.8 + * Copyright (C) 2003-2008
    12.9   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   12.10   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   12.11   *
    13.1 --- a/test/maps_test.cc	Mon Jan 07 14:12:55 2008 +0100
    13.2 +++ b/test/maps_test.cc	Mon Jan 07 14:16:06 2008 +0100
    13.3 @@ -2,7 +2,7 @@
    13.4   *
    13.5   * This file is a part of LEMON, a generic C++ optimization library
    13.6   *
    13.7 - * Copyright (C) 2003-2007
    13.8 + * Copyright (C) 2003-2008
    13.9   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   13.10   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   13.11   *
    14.1 --- a/test/random_test.cc	Mon Jan 07 14:12:55 2008 +0100
    14.2 +++ b/test/random_test.cc	Mon Jan 07 14:16:06 2008 +0100
    14.3 @@ -2,7 +2,7 @@
    14.4   *
    14.5   * This file is a part of LEMON, a generic C++ optimization library
    14.6   *
    14.7 - * Copyright (C) 2003-2007
    14.8 + * Copyright (C) 2003-2008
    14.9   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   14.10   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   14.11   *
    15.1 --- a/test/test_tools.h	Mon Jan 07 14:12:55 2008 +0100
    15.2 +++ b/test/test_tools.h	Mon Jan 07 14:16:06 2008 +0100
    15.3 @@ -2,7 +2,7 @@
    15.4   *
    15.5   * This file is a part of LEMON, a generic C++ optimization library
    15.6   *
    15.7 - * Copyright (C) 2003-2007
    15.8 + * Copyright (C) 2003-2008
    15.9   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   15.10   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   15.11   *
    16.1 --- a/test/test_tools_fail.cc	Mon Jan 07 14:12:55 2008 +0100
    16.2 +++ b/test/test_tools_fail.cc	Mon Jan 07 14:16:06 2008 +0100
    16.3 @@ -2,7 +2,7 @@
    16.4   *
    16.5   * This file is a part of LEMON, a generic C++ optimization library
    16.6   *
    16.7 - * Copyright (C) 2003-2007
    16.8 + * Copyright (C) 2003-2008
    16.9   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   16.10   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   16.11   *
    17.1 --- a/test/test_tools_pass.cc	Mon Jan 07 14:12:55 2008 +0100
    17.2 +++ b/test/test_tools_pass.cc	Mon Jan 07 14:16:06 2008 +0100
    17.3 @@ -2,7 +2,7 @@
    17.4   *
    17.5   * This file is a part of LEMON, a generic C++ optimization library
    17.6   *
    17.7 - * Copyright (C) 2003-2007
    17.8 + * Copyright (C) 2003-2008
    17.9   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
   17.10   * (Egervary Research Group on Combinatorial Optimization, EGRES).
   17.11   *