From 2994de17ef1a8ad240702098ccaa5c7fed3c928c Mon Sep 17 00:00:00 2001 From: John Maddock Date: Fri, 14 Mar 2008 18:32:45 +0000 Subject: [PATCH] Fixed Inspection report issues. [SVN r43607] --- index.html | 4 ++-- test/Jamfile.v2 | 6 ++++++ test/test_helpers.cpp | 2 +- test/test_helpers2.cpp | 2 +- test/test_helpers3.cpp | 2 +- test/traits_test.cpp | 2 +- test/udt_example_0.cpp | 2 +- test/udt_support_test.cpp | 2 +- 8 files changed, 14 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index acece64..305b738 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ Automatic redirection failed, please go to doc/index.html

� Copyright Beman Dawes, 2001

Distributed under the Boost Software License, Version 1.0. (See accompanying -file LICENSE_1_0.txt or copy +file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)

- \ No newline at end of file + diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 74c08c3..8ab6aa3 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -1,4 +1,10 @@ # Boost Numeric Conversion Library test Jamfile +# +# Copyright (C) 2003, Fernando Luis Cacciola Carballal. +# +# 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) test-suite numeric/conversion : [ run bounds_test.cpp ] diff --git a/test/test_helpers.cpp b/test/test_helpers.cpp index e26647a..5f2d88d 100644 --- a/test/test_helpers.cpp +++ b/test/test_helpers.cpp @@ -1,4 +1,4 @@ -// (C) 2003, Fernando Luis Cacciola Carballal. +// Copyright (C) 2003, Fernando Luis Cacciola Carballal. // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/test/test_helpers2.cpp b/test/test_helpers2.cpp index 18dc3b4..8fca50b 100644 --- a/test/test_helpers2.cpp +++ b/test/test_helpers2.cpp @@ -1,4 +1,4 @@ -// (C) 2003, Fernando Luis Cacciola Carballal. +// Copyright (C) 2003, Fernando Luis Cacciola Carballal. // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/test/test_helpers3.cpp b/test/test_helpers3.cpp index d26fa49..de345ba 100644 --- a/test/test_helpers3.cpp +++ b/test/test_helpers3.cpp @@ -1,4 +1,4 @@ -// (C) 2003, Fernando Luis Cacciola Carballal. +// Copyright (C) 2003, Fernando Luis Cacciola Carballal. // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/test/traits_test.cpp b/test/traits_test.cpp index 439a3da..d8d620b 100644 --- a/test/traits_test.cpp +++ b/test/traits_test.cpp @@ -1,4 +1,4 @@ -// (C) 2003, Fernando Luis Cacciola Carballal. +// Copyright (C) 2003, Fernando Luis Cacciola Carballal. // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/test/udt_example_0.cpp b/test/udt_example_0.cpp index 2766f9d..067e5e7 100644 --- a/test/udt_example_0.cpp +++ b/test/udt_example_0.cpp @@ -1,4 +1,4 @@ -// (C) 2005, Fernando Luis Cacciola Carballal. +// Copyright (C) 2005, Fernando Luis Cacciola Carballal. // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/test/udt_support_test.cpp b/test/udt_support_test.cpp index 2e4f78e..581b0e5 100644 --- a/test/udt_support_test.cpp +++ b/test/udt_support_test.cpp @@ -1,4 +1,4 @@ -// (C) 2003, Fernando Luis Cacciola Carballal. +// (C) Copyright 2003, Fernando Luis Cacciola Carballal. // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at