lemon/utility.h
changeset 1956 a055123339d5
parent 1875 98698b69a902
child 1989 d276e88aa48a
     1.1 --- a/lemon/utility.h	Fri Feb 03 16:11:08 2006 +0000
     1.2 +++ b/lemon/utility.h	Fri Feb 03 16:40:16 2006 +0000
     1.3 @@ -1,9 +1,10 @@
     1.4  /* -*- C++ -*-
     1.5 - * lemon/utility.h - Part of LEMON, a generic C++ optimization library
     1.6   *
     1.7 - * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi
     1.8 - * Kutatocsoport (Egervary Research Group on Combinatorial Optimization,
     1.9 - * EGRES).
    1.10 + * This file is a part of LEMON, a generic C++ optimization library
    1.11 + *
    1.12 + * Copyright (C) 2003-2006
    1.13 + * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    1.14 + * (Egervary Research Group on Combinatorial Optimization, EGRES).
    1.15   *
    1.16   * Permission to use, modify and distribute this software is granted
    1.17   * provided that this copyright notice appears in all copies. For
    1.18 @@ -13,10 +14,11 @@
    1.19   * express or implied, and with no claim as to its suitability for any
    1.20   * purpose.
    1.21   *
    1.22 - * This file contains a modified version of the enable_if library from BOOST.
    1.23 - * See the appropriate copyright notice below.
    1.24   */
    1.25  
    1.26 +// This file contains a modified version of the enable_if library from BOOST.
    1.27 +// See the appropriate copyright notice below.
    1.28 +
    1.29  // Boost enable_if library
    1.30  
    1.31  // Copyright 2003 © The Trustees of Indiana University.