From 366d2666d404f41f4a23a9b520033c0eac5313d9 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] --- example/scoped_ptr_example.cpp | 6 ++++-- example/scoped_ptr_example.hpp | 6 ++++-- example/scoped_ptr_example_test.cpp | 6 ++++-- example/shared_ptr_example.cpp | 6 ++++-- example/shared_ptr_example2.cpp | 6 ++++-- example/shared_ptr_example2.hpp | 6 ++++-- example/shared_ptr_example2_test.cpp | 6 ++++-- 7 files changed, 28 insertions(+), 14 deletions(-) diff --git a/example/scoped_ptr_example.cpp b/example/scoped_ptr_example.cpp index ea1917d..3dcfbb1 100644 --- a/example/scoped_ptr_example.cpp +++ b/example/scoped_ptr_example.cpp @@ -1,7 +1,9 @@ // Boost scoped_ptr_example implementation file -----------------------------// -// Copyright Beman Dawes 2001. -// See accompanying license for terms and conditions of use. +// Copyright Beman Dawes 2001. 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/smart_ptr for documentation. diff --git a/example/scoped_ptr_example.hpp b/example/scoped_ptr_example.hpp index 2747121..0d9c603 100644 --- a/example/scoped_ptr_example.hpp +++ b/example/scoped_ptr_example.hpp @@ -1,7 +1,9 @@ // Boost scoped_ptr_example header file ------------------------------------// -// Copyright Beman Dawes 2001. -// See accompanying license for terms and conditions of use. +// Copyright Beman Dawes 2001. 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/smart_ptr for documentation. diff --git a/example/scoped_ptr_example_test.cpp b/example/scoped_ptr_example_test.cpp index e880d31..26b3a18 100644 --- a/example/scoped_ptr_example_test.cpp +++ b/example/scoped_ptr_example_test.cpp @@ -1,7 +1,9 @@ // Boost scoped_ptr_example_test main program -------------------------------// -// Copyright Beman Dawes 2001. -// See accompanying license for terms and conditions of use. +// Copyright Beman Dawes 2001. 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/smart_ptr for documentation. diff --git a/example/shared_ptr_example.cpp b/example/shared_ptr_example.cpp index 04a564e..c3b1f3b 100644 --- a/example/shared_ptr_example.cpp +++ b/example/shared_ptr_example.cpp @@ -1,7 +1,9 @@ // Boost shared_ptr_example.cpp --------------------------------------------// -// Copyright Beman Dawes 2001. -// See accompanying license for terms and conditions of use. +// Copyright Beman Dawes 2001. 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/smart_ptr for documentation. diff --git a/example/shared_ptr_example2.cpp b/example/shared_ptr_example2.cpp index 5f0d797..fdefc8d 100644 --- a/example/shared_ptr_example2.cpp +++ b/example/shared_ptr_example2.cpp @@ -1,7 +1,9 @@ // Boost shared_ptr_example2 implementation file -----------------------------// -// Copyright Beman Dawes 2001. -// See accompanying license for terms and conditions of use. +// Copyright Beman Dawes 2001. 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/smart_ptr for documentation. diff --git a/example/shared_ptr_example2.hpp b/example/shared_ptr_example2.hpp index 1aa3ea8..5ca7a07 100644 --- a/example/shared_ptr_example2.hpp +++ b/example/shared_ptr_example2.hpp @@ -1,7 +1,9 @@ // Boost shared_ptr_example2 header file -----------------------------------// -// Copyright Beman Dawes 2001. -// See accompanying license for terms and conditions of use. +// Copyright Beman Dawes 2001. 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/smart_ptr for documentation. diff --git a/example/shared_ptr_example2_test.cpp b/example/shared_ptr_example2_test.cpp index e5d4d89..2702cb8 100644 --- a/example/shared_ptr_example2_test.cpp +++ b/example/shared_ptr_example2_test.cpp @@ -1,7 +1,9 @@ // Boost shared_ptr_example2_test main program ------------------------------// -// Copyright Beman Dawes 2001. -// See accompanying license for terms and conditions of use. +// Copyright Beman Dawes 2001. 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/smart_ptr for documentation.