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.