From 4d473021797eb0cfea64dfd6c9e898af55afbeae Mon Sep 17 00:00:00 2001 From: Daniel James Date: Wed, 27 Feb 2008 20:00:24 +0000 Subject: [PATCH] Merged revisions 43211,43214-43219,43222-43225,43227-43238,43242,43244-43245,43249-43250,43257-43259,43261,43263,43265,43267-43268,43270-43271,43273,43275-43279,43284-43289,43291,43295,43297-43298,43304-43305,43307,43313,43315,43324,43326-43327,43331,43333,43339-43343,43345,43348,43350,43352-43353,43355-43356,43358,43360,43366-43367,43369-43370,43372-43376,43378-43389,43394,43396-43398,43400-43401,43403-43404,43406-43408,43413-43415,43417-43418,43420,43422-43423 via svnmerge from https://svn.boost.org/svn/boost/trunk ........ r43417 | danieljames | 2008-02-26 22:04:55 +0000 (Tue, 26 Feb 2008) | 2 lines Fix a link to Boost.Bimap. ........ r43418 | danieljames | 2008-02-26 22:07:25 +0000 (Tue, 26 Feb 2008) | 2 lines Change another link that's no longer in the repository to link to the website. ........ r43422 | danieljames | 2008-02-27 18:51:14 +0000 (Wed, 27 Feb 2008) | 1 line Fix broken copyright urls. Fixes #1573. ........ r43423 | danieljames | 2008-02-27 19:22:01 +0000 (Wed, 27 Feb 2008) | 1 line Fix incorrect links to copyright of the form 'http:#www.boost.org ........ [SVN r43425] --- example/python/hello_world.py | 2 +- test/python/all_gather_test.py | 2 +- test/python/all_reduce_test.py | 2 +- test/python/all_to_all_test.py | 2 +- test/python/broadcast_test.py | 2 +- test/python/gather_test.py | 2 +- test/python/generators.py | 2 +- test/python/reduce_test.py | 2 +- test/python/ring_test.py | 2 +- test/python/scan_test.py | 2 +- test/python/scatter_test.py | 2 +- test/python/skeleton_content_test.py | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/example/python/hello_world.py b/example/python/hello_world.py index a6ba4ef..7331248 100644 --- a/example/python/hello_world.py +++ b/example/python/hello_world.py @@ -2,7 +2,7 @@ # Use, modification and distribution is 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) +# http://www.boost.org/LICENSE_1_0.txt) import boost.parallel.mpi as mpi diff --git a/test/python/all_gather_test.py b/test/python/all_gather_test.py index c2118dd..824dc89 100644 --- a/test/python/all_gather_test.py +++ b/test/python/all_gather_test.py @@ -2,7 +2,7 @@ # Use, modification and distribution is 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) +# http://www.boost.org/LICENSE_1_0.txt) # Test all_gather() collective. diff --git a/test/python/all_reduce_test.py b/test/python/all_reduce_test.py index 5d8fab5..c3285e6 100644 --- a/test/python/all_reduce_test.py +++ b/test/python/all_reduce_test.py @@ -2,7 +2,7 @@ # Use, modification and distribution is 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) +# http://www.boost.org/LICENSE_1_0.txt) # Test all_reduce() collective. diff --git a/test/python/all_to_all_test.py b/test/python/all_to_all_test.py index e7ebeff..b149bf0 100644 --- a/test/python/all_to_all_test.py +++ b/test/python/all_to_all_test.py @@ -2,7 +2,7 @@ # Use, modification and distribution is 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) +# http://www.boost.org/LICENSE_1_0.txt) # Test all_to_all() collective. diff --git a/test/python/broadcast_test.py b/test/python/broadcast_test.py index 3e2743e..dbd53d1 100644 --- a/test/python/broadcast_test.py +++ b/test/python/broadcast_test.py @@ -2,7 +2,7 @@ # Use, modification and distribution is 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) +# http://www.boost.org/LICENSE_1_0.txt) # Test broadcast() collective. diff --git a/test/python/gather_test.py b/test/python/gather_test.py index 4ee4621..d56b3a4 100644 --- a/test/python/gather_test.py +++ b/test/python/gather_test.py @@ -2,7 +2,7 @@ # Use, modification and distribution is 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) +# http://www.boost.org/LICENSE_1_0.txt) # Test gather() collective. diff --git a/test/python/generators.py b/test/python/generators.py index d9b55c6..8cdd3e0 100644 --- a/test/python/generators.py +++ b/test/python/generators.py @@ -2,7 +2,7 @@ # Use, modification and distribution is 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) +# http://www.boost.org/LICENSE_1_0.txt) # Value generators used in the Boost.MPI Python regression tests def int_generator(p): diff --git a/test/python/reduce_test.py b/test/python/reduce_test.py index 536ac84..65f09f5 100644 --- a/test/python/reduce_test.py +++ b/test/python/reduce_test.py @@ -2,7 +2,7 @@ # Use, modification and distribution is 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) +# http://www.boost.org/LICENSE_1_0.txt) # Test reduce() collective. diff --git a/test/python/ring_test.py b/test/python/ring_test.py index 303b5a9..3c8b5b9 100644 --- a/test/python/ring_test.py +++ b/test/python/ring_test.py @@ -2,7 +2,7 @@ # Use, modification and distribution is 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) +# http://www.boost.org/LICENSE_1_0.txt) # Test basic communication. diff --git a/test/python/scan_test.py b/test/python/scan_test.py index 0cdc52e..193a6a4 100644 --- a/test/python/scan_test.py +++ b/test/python/scan_test.py @@ -2,7 +2,7 @@ # Use, modification and distribution is 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) +# http://www.boost.org/LICENSE_1_0.txt) # Test scan() collective. diff --git a/test/python/scatter_test.py b/test/python/scatter_test.py index 1f75576..e0bad96 100644 --- a/test/python/scatter_test.py +++ b/test/python/scatter_test.py @@ -2,7 +2,7 @@ # Use, modification and distribution is 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) +# http://www.boost.org/LICENSE_1_0.txt) # Test scatter() collective. diff --git a/test/python/skeleton_content_test.py b/test/python/skeleton_content_test.py index 5a857cd..1dfde3c 100644 --- a/test/python/skeleton_content_test.py +++ b/test/python/skeleton_content_test.py @@ -2,7 +2,7 @@ # Use, modification and distribution is 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) +# http://www.boost.org/LICENSE_1_0.txt) # Test skeleton/content