Add Copyright headers
authorAlpar Juttner <alpar@cs.elte.hu>
Sun, 11 Dec 2011 16:08:52 +0100
changeset 124eab99ff2666
parent 11 cf6519daa7fa
child 13 0ab493e5250e
Add Copyright headers
tests/benchmark_tools.h
tests/circulation.cc
tests/file_main.cc
     1.1 --- a/tests/benchmark_tools.h	Sun Dec 11 11:19:39 2011 +0100
     1.2 +++ b/tests/benchmark_tools.h	Sun Dec 11 16:08:52 2011 +0100
     1.3 @@ -1,3 +1,21 @@
     1.4 +/* -*- mode: C++; indent-tabs-mode: nil; -*-
     1.5 + *
     1.6 + * This file is a part of LEMON, a generic C++ optimization library.
     1.7 + *
     1.8 + * Copyright (C) 2003-2011
     1.9 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    1.10 + * (Egervary Research Group on Combinatorial Optimization, EGRES).
    1.11 + *
    1.12 + * Permission to use, modify and distribute this software is granted
    1.13 + * provided that this copyright notice appears in all copies. For
    1.14 + * precise terms see the accompanying LICENSE file.
    1.15 + *
    1.16 + * This software is provided "AS IS" with no warranty of any kind,
    1.17 + * express or implied, and with no claim as to its suitability for any
    1.18 + * purpose.
    1.19 + *
    1.20 + */
    1.21 +
    1.22  #ifndef BENCHMARK_TOOLS_H
    1.23  #define BENCHMARK_TOOLS_H
    1.24  
     2.1 --- a/tests/circulation.cc	Sun Dec 11 11:19:39 2011 +0100
     2.2 +++ b/tests/circulation.cc	Sun Dec 11 16:08:52 2011 +0100
     2.3 @@ -1,3 +1,21 @@
     2.4 +/* -*- mode: C++; indent-tabs-mode: nil; -*-
     2.5 + *
     2.6 + * This file is a part of LEMON, a generic C++ optimization library.
     2.7 + *
     2.8 + * Copyright (C) 2003-2011
     2.9 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    2.10 + * (Egervary Research Group on Combinatorial Optimization, EGRES).
    2.11 + *
    2.12 + * Permission to use, modify and distribute this software is granted
    2.13 + * provided that this copyright notice appears in all copies. For
    2.14 + * precise terms see the accompanying LICENSE file.
    2.15 + *
    2.16 + * This software is provided "AS IS" with no warranty of any kind,
    2.17 + * express or implied, and with no claim as to its suitability for any
    2.18 + * purpose.
    2.19 + *
    2.20 + */
    2.21 +
    2.22  #include <benchmark_tools.h>
    2.23  #include <lemon/circulation.h>
    2.24  #include <lemon/smart_graph.h>
     3.1 --- a/tests/file_main.cc	Sun Dec 11 11:19:39 2011 +0100
     3.2 +++ b/tests/file_main.cc	Sun Dec 11 16:08:52 2011 +0100
     3.3 @@ -1,3 +1,21 @@
     3.4 +/* -*- mode: C++; indent-tabs-mode: nil; -*-
     3.5 + *
     3.6 + * This file is a part of LEMON, a generic C++ optimization library.
     3.7 + *
     3.8 + * Copyright (C) 2003-2011
     3.9 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    3.10 + * (Egervary Research Group on Combinatorial Optimization, EGRES).
    3.11 + *
    3.12 + * Permission to use, modify and distribute this software is granted
    3.13 + * provided that this copyright notice appears in all copies. For
    3.14 + * precise terms see the accompanying LICENSE file.
    3.15 + *
    3.16 + * This software is provided "AS IS" with no warranty of any kind,
    3.17 + * express or implied, and with no claim as to its suitability for any
    3.18 + * purpose.
    3.19 + *
    3.20 + */
    3.21 +
    3.22  #include <benchmark_tools.h>
    3.23  #include <istream>
    3.24  #include <lemon/error.h>