Quellcode durchsuchen

Updated Beman Dawes' licence statement to use the new prefered form of words.

[SVN r24370]
John Maddock vor 22 Jahren
Ursprung
Commit
d466a77c37

+ 1 - 1
libs/smart_ptr

@@ -1 +1 @@
-Subproject commit cb6cb636f7ef37f0db20c9a26d8435a52de6298c
+Subproject commit c7abff00991b4df6203ba6f75bfc17652c62e25e

+ 1 - 1
libs/timer

@@ -1 +1 @@
-Subproject commit accbf788035f20d17f84a52e7549076c24bd5b9f
+Subproject commit 7d7b156a03e88810d57acd1bf1259bff40e0a3b4

+ 1 - 1
libs/utility

@@ -1 +1 @@
-Subproject commit 167fa4154f3c760740c7786e9e27faf9ed01db4c
+Subproject commit 996ce2d3076feb837760c94d155bd932cf6edf17

+ 1 - 1
tools/build

@@ -1 +1 @@
-Subproject commit 24def88ca3161448d350147689d4ec44e38db229
+Subproject commit f9bfd0edbfe44f342885d679fb9d295354aa9982

+ 3 - 2
tools/regression/compiler_status.cpp

@@ -1,7 +1,8 @@
 //  Generate Compiler Status HTML from jam regression test output  -----------//
 
-//  Copyright Beman Dawes 2002.
-//  See accompanying license for terms and conditions of use.
+//  Copyright Beman Dawes 2002.  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/tools/regression for documentation.
 

+ 3 - 2
tools/regression/detail/tiny_xml.cpp

@@ -1,7 +1,8 @@
 //  tiny XML sub-set tools implementation  -----------------------------------//
 
-//  (C) Copyright Beman Dawes 2002.
-//  See accompanying license for terms and conditions of use.
+//  (C) Copyright Beman Dawes 2002.  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)
 
 #include "tiny_xml.hpp"
 #include <cassert>

+ 3 - 2
tools/regression/detail/tiny_xml.hpp

@@ -1,7 +1,8 @@
 //  tiny XML sub-set tools  --------------------------------------------------//
 
-//  (C) Copyright Beman Dawes 2002.
-//  See accompanying license for terms and conditions of use.
+//  (C) Copyright Beman Dawes 2002.  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)
 
 //  Provides self-contained tools for this XML sub-set:
 //

+ 3 - 2
tools/regression/detail/tiny_xml_test.cpp

@@ -1,7 +1,8 @@
 //  tiny XML test program  ---------------------------------------------------//
 
-//  Copyright Beman Dawes 2002.
-//  See accompanying license for terms and conditions of use.
+//  Copyright Beman Dawes 2002.  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)
 
 #include "tiny_xml.hpp"
 

+ 3 - 2
tools/regression/process_jam_log.cpp

@@ -1,7 +1,8 @@
 //  process jam regression test output into XML  -----------------------------//
 
-//  Copyright Beman Dawes 2002.
-//  See accompanying license for terms and conditions of use.
+//  Copyright Beman Dawes 2002.  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/tools/regression for documentation.
 

+ 3 - 2
tools/regression/test/compile-fail.cpp

@@ -1,4 +1,5 @@
-//  (C) Copyright Beman Dawes 2003.
-//  See accompanying license for terms and conditions of use.
+//  (C) Copyright Beman Dawes 2003.  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)
 
 #error example of a compile failure

+ 3 - 2
tools/regression/test/run-fail.cpp

@@ -1,5 +1,6 @@
-//  (C) Copyright Beman Dawes 2003.
-//  See accompanying license for terms and conditions of use.
+//  (C) Copyright Beman Dawes 2003.  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)
 
 #include <iostream>
 

+ 3 - 2
tools/regression/test/run-note-fail.cpp

@@ -1,5 +1,6 @@
-//  (C) Copyright Beman Dawes 2003.
-//  See accompanying license for terms and conditions of use.
+//  (C) Copyright Beman Dawes 2003.  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)
 
 #include <iostream>
 

+ 3 - 2
tools/regression/test/run-note-pass.cpp

@@ -1,5 +1,6 @@
-//  (C) Copyright Beman Dawes 2003.
-//  See accompanying license for terms and conditions of use.
+//  (C) Copyright Beman Dawes 2003.  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)
 
 #include <iostream>
 

+ 3 - 2
tools/regression/test/run-note-warn.cpp

@@ -1,5 +1,6 @@
-//  (C) Copyright Beman Dawes 2003.
-//  See accompanying license for terms and conditions of use.
+//  (C) Copyright Beman Dawes 2003.  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)
 
 #include <iostream>
 

+ 3 - 2
tools/regression/test/run-pass-warn.cpp

@@ -1,5 +1,6 @@
-//  (C) Copyright Beman Dawes 2003.
-//  See accompanying license for terms and conditions of use.
+//  (C) Copyright Beman Dawes 2003.  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)
 
 int main()
 {

+ 3 - 2
tools/regression/test/run-pass.cpp

@@ -1,5 +1,6 @@
-//  (C) Copyright Beman Dawes 2003.
-//  See accompanying license for terms and conditions of use.
+//  (C) Copyright Beman Dawes 2003.  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)
 
 int main()
 {

粤ICP备19079148号