Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-02-17 07:23:26


Author: danieljames
Date: 2008-02-17 07:23:26 EST (Sun, 17 Feb 2008)
New Revision: 43285
URL: http://svn.boost.org/trac/boost/changeset/43285

Log:
Fix some urls with a stray back slash.

Text files modified:
   branches/fix-links/libs/function_types/build/Jamfile | 2 +-
   branches/fix-links/libs/function_types/build/preprocess_arity_loops.cpp | 2 +-
   branches/fix-links/libs/function_types/build/preprocess_cc_names.cpp | 2 +-
   branches/fix-links/libs/function_types/build/preprocess_encoding.cpp | 2 +-
   branches/fix-links/libs/function_types/doc/Jamfile | 2 +-
   branches/fix-links/libs/typeof/tools/preprocess.pl | 2 +-
   6 files changed, 6 insertions(+), 6 deletions(-)

Modified: branches/fix-links/libs/function_types/build/Jamfile
==============================================================================
--- branches/fix-links/libs/function_types/build/Jamfile (original)
+++ branches/fix-links/libs/function_types/build/Jamfile 2008-02-17 07:23:26 EST (Sun, 17 Feb 2008)
@@ -2,7 +2,7 @@
 # (C) Copyright Tobias Schwinger
 #
 # Use modification and distribution are subject to the boost Software License,
-# Version 1.0. (See http:/\/www.boost.org/LICENSE_1_0.txt).
+# Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt).
 
 # Generates preprocessed files with wave.
 

Modified: branches/fix-links/libs/function_types/build/preprocess_arity_loops.cpp
==============================================================================
--- branches/fix-links/libs/function_types/build/preprocess_arity_loops.cpp (original)
+++ branches/fix-links/libs/function_types/build/preprocess_arity_loops.cpp 2008-02-17 07:23:26 EST (Sun, 17 Feb 2008)
@@ -2,7 +2,7 @@
 // (C) Copyright Tobias Schwinger
 //
 // Use modification and distribution are subject to the boost Software License,
-// Version 1.0. (See http:/\/www.boost.org/LICENSE_1_0.txt).
+// Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt).
 
 //------------------------------------------------------------------------------
 

Modified: branches/fix-links/libs/function_types/build/preprocess_cc_names.cpp
==============================================================================
--- branches/fix-links/libs/function_types/build/preprocess_cc_names.cpp (original)
+++ branches/fix-links/libs/function_types/build/preprocess_cc_names.cpp 2008-02-17 07:23:26 EST (Sun, 17 Feb 2008)
@@ -2,7 +2,7 @@
 // (C) Copyright Tobias Schwinger
 //
 // Use modification and distribution are subject to the boost Software License,
-// Version 1.0. (See http:/\/www.boost.org/LICENSE_1_0.txt).
+// Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt).
 
 //------------------------------------------------------------------------------
 

Modified: branches/fix-links/libs/function_types/build/preprocess_encoding.cpp
==============================================================================
--- branches/fix-links/libs/function_types/build/preprocess_encoding.cpp (original)
+++ branches/fix-links/libs/function_types/build/preprocess_encoding.cpp 2008-02-17 07:23:26 EST (Sun, 17 Feb 2008)
@@ -2,7 +2,7 @@
 // (C) Copyright Tobias Schwinger
 //
 // Use modification and distribution are subject to the boost Software License,
-// Version 1.0. (See http:/\/www.boost.org/LICENSE_1_0.txt).
+// Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt).
 
 //------------------------------------------------------------------------------
 

Modified: branches/fix-links/libs/function_types/doc/Jamfile
==============================================================================
--- branches/fix-links/libs/function_types/doc/Jamfile (original)
+++ branches/fix-links/libs/function_types/doc/Jamfile 2008-02-17 07:23:26 EST (Sun, 17 Feb 2008)
@@ -2,7 +2,7 @@
 # (C) Copyright Tobias Schwinger
 #
 # Use modification and distribution are subject to the boost Software License,
-# Version 1.0. (See http:/\/www.boost.org/LICENSE_1_0.txt).
+# Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt).
 
 using quickbook ;
 

Modified: branches/fix-links/libs/typeof/tools/preprocess.pl
==============================================================================
--- branches/fix-links/libs/typeof/tools/preprocess.pl (original)
+++ branches/fix-links/libs/typeof/tools/preprocess.pl 2008-02-17 07:23:26 EST (Sun, 17 Feb 2008)
@@ -1,7 +1,7 @@
 # // (C) Copyright Tobias Schwinger
 # //
 # // Use modification and distribution are subject to the boost Software License
-# // Version 1.0. (See http:/\/www.boost.org/LICENSE_1_0.txt).
+# // Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt).
 
 # // Preprocess and run this script.
 # //


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk