Remove the BOOST copyright notice from lemon/concept_check.h
authorAlpar Juttner <alpar@cs.elte.hu>
Sat, 27 Sep 2008 14:11:22 +0200
changeset 285d8dc5acf739b
parent 284 a16cc721259e
child 287 bb40b6db0a58
Remove the BOOST copyright notice from lemon/concept_check.h
as it no longer applies there.
lemon/concept_check.h
     1.1 --- a/lemon/concept_check.h	Sat Sep 27 14:04:27 2008 +0200
     1.2 +++ b/lemon/concept_check.h	Sat Sep 27 14:11:22 2008 +0200
     1.3 @@ -16,22 +16,8 @@
     1.4   *
     1.5   */
     1.6  
     1.7 -// This file contains a modified version of the concept checking
     1.8 -// utility from BOOST.
     1.9 -// See the appropriate copyright notice below.
    1.10 -
    1.11 -// (C) Copyright Jeremy Siek 2000.
    1.12 -// Distributed under the Boost Software License, Version 1.0. (See
    1.13 -// accompanying file LICENSE_1_0.txt or copy at
    1.14 -// http://www.boost.org/LICENSE_1_0.txt)
    1.15 -//
    1.16 -// Revision History:
    1.17 -//   05 May   2001: Workarounds for HP aCC from Thomas Matelich. (Jeremy Siek)
    1.18 -//   02 April 2001: Removed limits header altogether. (Jeremy Siek)
    1.19 -//   01 April 2001: Modified to use new <boost/limits.hpp> header. (JMaddock)
    1.20 -//
    1.21 -
    1.22 -// See http://www.boost.org/libs/concept_check for documentation.
    1.23 +// The contents of this file was inspired by the concept checking
    1.24 +// utility of the BOOST library (http://www.boost.org).
    1.25  
    1.26  ///\file
    1.27  ///\brief Basic utilities for concept checking.