diff --git a/cstdint_test.cpp b/cstdint_test.cpp index 5d257ec..7bd6103 100644 --- a/cstdint_test.cpp +++ b/cstdint_test.cpp @@ -1,12 +1,9 @@ // boost cstdint.hpp test program ------------------------------------------// -// (C) Copyright Beman Dawes 2000. Permission to copy, use, modify, sell -// and distribute this software is granted provided this copyright -// notice appears in all copies. This software is provided "as is" without -// express or implied warranty, and with no claim as to its suitability for -// any purpose. +// Copyright Beman Dawes 2000. +// See accompanying license for terms and conditions of use. -// See http://www.boost.org for most recent version including documentation. +// See http://www.boost.org/libs/integer for documentation. // Revision History // 11 Sep 01 Adapted to work with macros defined in native stdint.h (John Maddock) diff --git a/include/boost/integer.hpp b/include/boost/integer.hpp index 3c42772..c655c92 100644 --- a/include/boost/integer.hpp +++ b/include/boost/integer.hpp @@ -1,10 +1,7 @@ // boost integer.hpp header file -------------------------------------------// -// (C) Copyright Beman Dawes 1999. Permission to copy, use, modify, sell -// and distribute this software is granted provided this copyright -// notice appears in all copies. This software is provided "as is" without -// express or implied warranty, and with no claim as to its suitability for -// any purpose. +// Copyright Beman Dawes 1999. +// See accompanying license for terms and conditions of use. // See http://www.boost.org/libs/integer for documentation. diff --git a/integer_test.cpp b/integer_test.cpp index fe4b3ad..ca4c229 100644 --- a/integer_test.cpp +++ b/integer_test.cpp @@ -1,12 +1,9 @@ // boost integer.hpp test program ------------------------------------------// -// (C) Copyright Beman Dawes 1999. Permission to copy, use, modify, sell -// and distribute this software is granted provided this copyright -// notice appears in all copies. This software is provided "as is" without -// express or implied warranty, and with no claim as to its suitability for -// any purpose. +// Copyright Beman Dawes 1999. +// See accompanying license for terms and conditions of use. -// See http://www.boost.org for most recent version including documentation. +// See http://www.boost.org/libs/integer for documentation. // Revision History // 04 Oct 01 Added tests for new templates; rewrote code (Daryle Walker)