[Lemon-commits] Alpar Juttner: Remove the BOOST copyright notice...

Lemon HG hg at lemon.cs.elte.hu
Sun Sep 28 11:15:12 CEST 2008


details:   http://lemon.cs.elte.hu/hg/lemon/rev/d8dc5acf739b
changeset: 285:d8dc5acf739b
user:      Alpar Juttner <alpar [at] cs.elte.hu>
date:      Sat Sep 27 14:11:22 2008 +0200
description:
	Remove the BOOST copyright notice from lemon/concept_check.h as it
	no longer applies there.

diffstat:

1 file changed, 2 insertions(+), 16 deletions(-)
lemon/concept_check.h |   18 ++----------------

diffs (28 lines):

diff -r a16cc721259e -r d8dc5acf739b lemon/concept_check.h
--- a/lemon/concept_check.h	Sat Sep 27 14:04:27 2008 +0200
+++ b/lemon/concept_check.h	Sat Sep 27 14:11:22 2008 +0200
@@ -16,22 +16,8 @@
  *
  */
 
-// This file contains a modified version of the concept checking
-// utility from BOOST.
-// See the appropriate copyright notice below.
-
-// (C) Copyright Jeremy Siek 2000.
-// Distributed under the Boost Software License, Version 1.0. (See
-// accompanying file LICENSE_1_0.txt or copy at
-// http://www.boost.org/LICENSE_1_0.txt)
-//
-// Revision History:
-//   05 May   2001: Workarounds for HP aCC from Thomas Matelich. (Jeremy Siek)
-//   02 April 2001: Removed limits header altogether. (Jeremy Siek)
-//   01 April 2001: Modified to use new <boost/limits.hpp> header. (JMaddock)
-//
-
-// See http://www.boost.org/libs/concept_check for documentation.
+// The contents of this file was inspired by the concept checking
+// utility of the BOOST library (http://www.boost.org).
 
 ///\file
 ///\brief Basic utilities for concept checking.



More information about the Lemon-commits mailing list