Explorar o código

Change license message to reference Boost Software License

[SVN r20038]
Beman Dawes %!s(int64=23) %!d(string=hai) anos
pai
achega
08b24c733b

+ 1 - 1
libs/detail

@@ -1 +1 @@
-Subproject commit d536934458894a7fefcbe6d369d07dda36a05d23
+Subproject commit 5d116e0057b1638673588e88fcc0dc0ae75fb683

+ 1 - 1
libs/filesystem

@@ -1 +1 @@
-Subproject commit 63bc5d1f3b9ad21d07838ec3488e172806f279cd
+Subproject commit 3ca5d3daab289393e5efdaf273dca1d7be9dea19

+ 1 - 1
libs/integer

@@ -1 +1 @@
-Subproject commit 46fdbba4b88c9c14d0ef4bd1f00fb4f67ecee6c1
+Subproject commit a656e7744f0eb4a8c86332626f2536f3e8e59776

+ 1 - 1
libs/smart_ptr

@@ -1 +1 @@
-Subproject commit debd953d8f10f4e800f115c5cf4d525102b5ea6f
+Subproject commit 106a6d58d4d07550249eaf12f7467a8111fe8e67

+ 1 - 1
libs/timer

@@ -1 +1 @@
-Subproject commit 29a0dedebeed837d116a5967859e5a6614092ddd
+Subproject commit 430a78739ef438310664570c2571c54751c79c37

+ 1 - 1
libs/utility

@@ -1 +1 @@
-Subproject commit 4bfb534baec4feebe677a808e63d23067af29d98
+Subproject commit 532065b51b686027a441653099eabc1e23c2e219

+ 1 - 1
tools/inspect

@@ -1 +1 @@
-Subproject commit 5dc15899d2df1ac0cf53a961e996e9d60d8d2419
+Subproject commit a88f9169d2bda198006eefd8de7b99c0dc9ba89e

+ 4 - 5
tools/regression/compiler_status.cpp

@@ -1,10 +1,9 @@
 //  Generate Compiler Status HTML from jam regression test output  -----------//
 
-//  (C) Copyright Beman Dawes 2002. Permission to copy,
-//  use, modify, sell and distribute this software is granted provided this
-//  copyright notice appears in all copies. This software is provided "as is"
-//  without express or implied warranty, and with no claim as to its
-//  suitability for any purpose.
+//  Copyright Beman Dawes 2002.
+//  See accompanying license for terms and conditions of use.
+
+//  See http://www.boost.org/tools/regression for documentation.
 
 /*******************************************************************************
 

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

@@ -1,10 +1,7 @@
 //  tiny XML sub-set tools implementation  -----------------------------------//
 
-//  (C) Copyright Beman Dawes 2002. Permission to copy,
-//  use, modify, sell and distribute this software is granted provided this
-//  copyright notice appears in all copies. This software is provided "as is"
-//  without express or implied warranty, and with no claim as to its
-//  suitability for any purpose.
+//  (C) Copyright Beman Dawes 2002.
+//  See accompanying license for terms and conditions of use.
 
 #include "tiny_xml.hpp"
 #include <cassert>

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

@@ -1,10 +1,7 @@
 //  tiny XML sub-set tools  --------------------------------------------------//
 
-//  (C) Copyright Beman Dawes 2002. Permission to copy,
-//  use, modify, sell and distribute this software is granted provided this
-//  copyright notice appears in all copies. This software is provided "as is"
-//  without express or implied warranty, and with no claim as to its
-//  suitability for any purpose.
+//  (C) Copyright Beman Dawes 2002.
+//  See accompanying license for terms and conditions of use.
 
 //  Provides self-contained tools for this XML sub-set:
 //

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

@@ -1,10 +1,7 @@
 //  tiny XML test program  ---------------------------------------------------//
 
-//  (C) Copyright Beman Dawes 2002. Permission to copy,
-//  use, modify, sell and distribute this software is granted provided this
-//  copyright notice appears in all copies. This software is provided "as is"
-//  without express or implied warranty, and with no claim as to its
-//  suitability for any purpose.
+//  Copyright Beman Dawes 2002.
+//  See accompanying license for terms and conditions of use.
 
 #include "tiny_xml.hpp"
 

+ 4 - 5
tools/regression/process_jam_log.cpp

@@ -1,10 +1,9 @@
 //  process jam regression test output into XML  -----------------------------//
 
-//  (C) Copyright Beman Dawes 2002. Permission to copy,
-//  use, modify, sell and distribute this software is granted provided this
-//  copyright notice appears in all copies. This software is provided "as is"
-//  without express or implied warranty, and with no claim as to its
-//  suitability for any purpose.
+//  Copyright Beman Dawes 2002.
+//  See accompanying license for terms and conditions of use.
+
+//  See http://www.boost.org/tools/regression for documentation.
 
 #include "detail/tiny_xml.hpp"
 #include "boost/filesystem/operations.hpp"

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

@@ -1,7 +1,4 @@
-//  (C) Copyright Beman Dawes 2003. Permission to copy,
-//  use, modify, sell and distribute this software is granted provided this
-//  copyright notice appears in all copies. This software is provided "as is"
-//  without express or implied warranty, and with no claim as to its
-//  suitability for any purpose.
+//  (C) Copyright Beman Dawes 2003.
+//  See accompanying license for terms and conditions of use.
 
 #error example of a compile failure

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

@@ -1,8 +1,5 @@
-//  (C) Copyright Beman Dawes 2003. Permission to copy,
-//  use, modify, sell and distribute this software is granted provided this
-//  copyright notice appears in all copies. This software is provided "as is"
-//  without express or implied warranty, and with no claim as to its
-//  suitability for any purpose.
+//  (C) Copyright Beman Dawes 2003.
+//  See accompanying license for terms and conditions of use.
 
 #include <iostream>
 

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

@@ -1,8 +1,5 @@
-//  (C) Copyright Beman Dawes 2003. Permission to copy,
-//  use, modify, sell and distribute this software is granted provided this
-//  copyright notice appears in all copies. This software is provided "as is"
-//  without express or implied warranty, and with no claim as to its
-//  suitability for any purpose.
+//  (C) Copyright Beman Dawes 2003.
+//  See accompanying license for terms and conditions of use.
 
 #include <iostream>
 

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

@@ -1,8 +1,5 @@
-//  (C) Copyright Beman Dawes 2003. Permission to copy,
-//  use, modify, sell and distribute this software is granted provided this
-//  copyright notice appears in all copies. This software is provided "as is"
-//  without express or implied warranty, and with no claim as to its
-//  suitability for any purpose.
+//  (C) Copyright Beman Dawes 2003.
+//  See accompanying license for terms and conditions of use.
 
 #include <iostream>
 

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

@@ -1,8 +1,5 @@
-//  (C) Copyright Beman Dawes 2003. Permission to copy,
-//  use, modify, sell and distribute this software is granted provided this
-//  copyright notice appears in all copies. This software is provided "as is"
-//  without express or implied warranty, and with no claim as to its
-//  suitability for any purpose.
+//  (C) Copyright Beman Dawes 2003.
+//  See accompanying license for terms and conditions of use.
 
 #include <iostream>
 

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

@@ -1,8 +1,5 @@
-//  (C) Copyright Beman Dawes 2003. Permission to copy,
-//  use, modify, sell and distribute this software is granted provided this
-//  copyright notice appears in all copies. This software is provided "as is"
-//  without express or implied warranty, and with no claim as to its
-//  suitability for any purpose.
+//  (C) Copyright Beman Dawes 2003.
+//  See accompanying license for terms and conditions of use.
 
 int main()
 {

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

@@ -1,8 +1,5 @@
-//  (C) Copyright Beman Dawes 2003. Permission to copy,
-//  use, modify, sell and distribute this software is granted provided this
-//  copyright notice appears in all copies. This software is provided "as is"
-//  without express or implied warranty, and with no claim as to its
-//  suitability for any purpose.
+//  (C) Copyright Beman Dawes 2003.
+//  See accompanying license for terms and conditions of use.
 
 int main()
 {

粤ICP备19079148号