From 91f511cab4c9324afe887f1acf311de642ab24f8 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sun, 25 Jul 2004 12:01:00 +0000 Subject: [PATCH] Licence update [SVN r24031] --- cstdint_test.cpp | 6 ++++-- include/boost/integer.hpp | 5 +++-- integer_test.cpp | 6 ++++-- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/cstdint_test.cpp b/cstdint_test.cpp index 7bd6103..c7a9c0c 100644 --- a/cstdint_test.cpp +++ b/cstdint_test.cpp @@ -1,7 +1,9 @@ // boost cstdint.hpp test program ------------------------------------------// -// Copyright Beman Dawes 2000. -// See accompanying license for terms and conditions of use. +// Copyright Beman Dawes 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) + // See http://www.boost.org/libs/integer for documentation. diff --git a/include/boost/integer.hpp b/include/boost/integer.hpp index c655c92..dcf6569 100644 --- a/include/boost/integer.hpp +++ b/include/boost/integer.hpp @@ -1,7 +1,8 @@ // boost integer.hpp header file -------------------------------------------// -// Copyright Beman Dawes 1999. -// See accompanying license for terms and conditions of use. +// Copyright Beman Dawes 1999. 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) // See http://www.boost.org/libs/integer for documentation. diff --git a/integer_test.cpp b/integer_test.cpp index ca4c229..549d70d 100644 --- a/integer_test.cpp +++ b/integer_test.cpp @@ -1,7 +1,9 @@ // boost integer.hpp test program ------------------------------------------// -// Copyright Beman Dawes 1999. -// See accompanying license for terms and conditions of use. +// Copyright Beman Dawes 1999. 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) + // See http://www.boost.org/libs/integer for documentation.