From 52bc1a8fb78ea8d7ae9b2dbb7119a429e2140c1a Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sat, 4 Oct 2003 11:29:20 +0000 Subject: [PATCH] Added new licence info. [SVN r20254] --- include/boost/static_assert.hpp | 3 ++- static_assert_example_1.cpp | 2 +- static_assert_example_2.cpp | 2 +- static_assert_example_3.cpp | 2 +- static_assert_test.cpp | 2 +- static_assert_test_fail_1.cpp | 2 +- static_assert_test_fail_2.cpp | 2 +- static_assert_test_fail_3.cpp | 2 +- static_assert_test_fail_4.cpp | 2 +- static_assert_test_fail_5.cpp | 2 +- static_assert_test_fail_6.cpp | 2 +- static_assert_test_fail_7.cpp | 2 +- static_assert_test_fail_8.cpp | 2 +- static_assert_test_fail_9.cpp | 2 +- 14 files changed, 15 insertions(+), 14 deletions(-) diff --git a/include/boost/static_assert.hpp b/include/boost/static_assert.hpp index 61644ed..0f26210 100644 --- a/include/boost/static_assert.hpp +++ b/include/boost/static_assert.hpp @@ -1,5 +1,5 @@ // (C) Copyright John Maddock 2000. -// Use, modification and distribution is subject to the +// Use, modification and distribution are subject to 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) @@ -103,3 +103,4 @@ template struct static_assert_test{}; #endif // BOOST_STATIC_ASSERT_HPP + diff --git a/static_assert_example_1.cpp b/static_assert_example_1.cpp index f5b9366..f5efdf7 100644 --- a/static_assert_example_1.cpp +++ b/static_assert_example_1.cpp @@ -1,5 +1,5 @@ // (C) Copyright Steve Cleary & John Maddock 2000. -// Use, modification and distribution is subject to the +// Use, modification and distribution are subject to 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) diff --git a/static_assert_example_2.cpp b/static_assert_example_2.cpp index 9845727..039c602 100644 --- a/static_assert_example_2.cpp +++ b/static_assert_example_2.cpp @@ -1,5 +1,5 @@ // (C) Copyright John Maddock 2000. -// Use, modification and distribution is subject to the +// Use, modification and distribution are subject to 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) diff --git a/static_assert_example_3.cpp b/static_assert_example_3.cpp index 88fa49e..cf12ce5 100644 --- a/static_assert_example_3.cpp +++ b/static_assert_example_3.cpp @@ -1,5 +1,5 @@ // (C) Copyright John Maddock 2000. -// Use, modification and distribution is subject to the +// Use, modification and distribution are subject to 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) diff --git a/static_assert_test.cpp b/static_assert_test.cpp index dc7dbed..85457e8 100644 --- a/static_assert_test.cpp +++ b/static_assert_test.cpp @@ -1,5 +1,5 @@ // (C) Copyright Steve Cleary & John Maddock 2000. -// Use, modification and distribution is subject to the +// Use, modification and distribution are subject to 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) diff --git a/static_assert_test_fail_1.cpp b/static_assert_test_fail_1.cpp index 840b9db..4f3d93d 100644 --- a/static_assert_test_fail_1.cpp +++ b/static_assert_test_fail_1.cpp @@ -1,5 +1,5 @@ // (C) Copyright Steve Cleary & John Maddock 2000. -// Use, modification and distribution is subject to the +// Use, modification and distribution are subject to 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) diff --git a/static_assert_test_fail_2.cpp b/static_assert_test_fail_2.cpp index e62d389..406d598 100644 --- a/static_assert_test_fail_2.cpp +++ b/static_assert_test_fail_2.cpp @@ -1,5 +1,5 @@ // (C) Copyright Steve Cleary & John Maddock 2000. -// Use, modification and distribution is subject to the +// Use, modification and distribution are subject to 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) diff --git a/static_assert_test_fail_3.cpp b/static_assert_test_fail_3.cpp index 1566b20..9bdfa6b 100644 --- a/static_assert_test_fail_3.cpp +++ b/static_assert_test_fail_3.cpp @@ -1,5 +1,5 @@ // (C) Copyright Steve Cleary & John Maddock 2000. -// Use, modification and distribution is subject to the +// Use, modification and distribution are subject to 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) diff --git a/static_assert_test_fail_4.cpp b/static_assert_test_fail_4.cpp index ea17d2d..02f8c6c 100644 --- a/static_assert_test_fail_4.cpp +++ b/static_assert_test_fail_4.cpp @@ -1,5 +1,5 @@ // (C) Copyright Steve Cleary & John Maddock 2000. -// Use, modification and distribution is subject to the +// Use, modification and distribution are subject to 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) diff --git a/static_assert_test_fail_5.cpp b/static_assert_test_fail_5.cpp index 287d81a..155c199 100644 --- a/static_assert_test_fail_5.cpp +++ b/static_assert_test_fail_5.cpp @@ -1,5 +1,5 @@ // (C) Copyright Steve Cleary & John Maddock 2000. -// Use, modification and distribution is subject to the +// Use, modification and distribution are subject to 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) diff --git a/static_assert_test_fail_6.cpp b/static_assert_test_fail_6.cpp index 2e2c899..b41aa74 100644 --- a/static_assert_test_fail_6.cpp +++ b/static_assert_test_fail_6.cpp @@ -1,5 +1,5 @@ // (C) Copyright Steve Cleary & John Maddock 2000. -// Use, modification and distribution is subject to the +// Use, modification and distribution are subject to 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) diff --git a/static_assert_test_fail_7.cpp b/static_assert_test_fail_7.cpp index 80a9ef2..7e90126 100644 --- a/static_assert_test_fail_7.cpp +++ b/static_assert_test_fail_7.cpp @@ -1,5 +1,5 @@ // (C) Copyright John Maddock 2000. -// Use, modification and distribution is subject to the +// Use, modification and distribution are subject to 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) diff --git a/static_assert_test_fail_8.cpp b/static_assert_test_fail_8.cpp index 5903a04..a087bb7 100644 --- a/static_assert_test_fail_8.cpp +++ b/static_assert_test_fail_8.cpp @@ -1,5 +1,5 @@ // (C) Copyright John Maddock 2000. -// Use, modification and distribution is subject to the +// Use, modification and distribution are subject to 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) diff --git a/static_assert_test_fail_9.cpp b/static_assert_test_fail_9.cpp index 9a81445..09e4af9 100644 --- a/static_assert_test_fail_9.cpp +++ b/static_assert_test_fail_9.cpp @@ -1,5 +1,5 @@ // (C) Copyright John Maddock 2000. -// Use, modification and distribution is subject to the +// Use, modification and distribution are subject to 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)