Boost logo

Boost-Commit :

From: mconsoni_at_[hidden]
Date: 2007-06-25 20:34:37


Author: mconsoni
Date: 2007-06-25 20:34:35 EDT (Mon, 25 Jun 2007)
New Revision: 7153
URL: http://svn.boost.org/trac/boost/changeset/7153

Log:

- Added "See [link] for latest version" message and checked namespaces name.

Text files modified:
   sandbox/boost/extension/convenience.hpp | 2 ++
   sandbox/boost/extension/counted_factory.hpp | 2 ++
   sandbox/boost/extension/counted_factory_map.hpp | 2 ++
   sandbox/boost/extension/extension.hpp | 2 ++
   sandbox/boost/extension/factory.hpp | 2 ++
   sandbox/boost/extension/factory_map.hpp | 2 ++
   sandbox/boost/extension/filesystem.hpp | 2 ++
   sandbox/boost/extension/functor.hpp | 2 ++
   sandbox/boost/extension/impl/library_impl.hpp | 2 ++
   sandbox/boost/extension/impl/typeinfo.hpp | 2 ++
   sandbox/boost/extension/registry.hpp | 2 ++
   sandbox/boost/extension/shared_library.hpp | 2 ++
   sandbox/boost/extension/zone.hpp | 2 ++
   13 files changed, 26 insertions(+), 0 deletions(-)

Modified: sandbox/boost/extension/convenience.hpp
==============================================================================
--- sandbox/boost/extension/convenience.hpp (original)
+++ sandbox/boost/extension/convenience.hpp 2007-06-25 20:34:35 EDT (Mon, 25 Jun 2007)
@@ -6,6 +6,8 @@
  * 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/ for latest version.
  */
 
 #ifndef BOOST_EXTENSION_CONVENIENCE_HPP

Modified: sandbox/boost/extension/counted_factory.hpp
==============================================================================
--- sandbox/boost/extension/counted_factory.hpp (original)
+++ sandbox/boost/extension/counted_factory.hpp 2007-06-25 20:34:35 EDT (Mon, 25 Jun 2007)
@@ -6,6 +6,8 @@
  * 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/ for latest version.
  */
 
 #ifndef BOOST_EXTENSION_COUNTED_FACTORY_HPP

Modified: sandbox/boost/extension/counted_factory_map.hpp
==============================================================================
--- sandbox/boost/extension/counted_factory_map.hpp (original)
+++ sandbox/boost/extension/counted_factory_map.hpp 2007-06-25 20:34:35 EDT (Mon, 25 Jun 2007)
@@ -6,6 +6,8 @@
  * 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/ for latest version.
  */
 
 #ifndef BOOST_EXTENSION_COUNTED_FACTORY_MAP_HPP

Modified: sandbox/boost/extension/extension.hpp
==============================================================================
--- sandbox/boost/extension/extension.hpp (original)
+++ sandbox/boost/extension/extension.hpp 2007-06-25 20:34:35 EDT (Mon, 25 Jun 2007)
@@ -6,6 +6,8 @@
  * 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/ for latest version.
  */
 
 #ifndef BOOST_EXTENSION_EXTENSION_HPP

Modified: sandbox/boost/extension/factory.hpp
==============================================================================
--- sandbox/boost/extension/factory.hpp (original)
+++ sandbox/boost/extension/factory.hpp 2007-06-25 20:34:35 EDT (Mon, 25 Jun 2007)
@@ -6,6 +6,8 @@
  * 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/ for latest version.
  */
 
 #ifndef BOOST_EXTENSION_FACTORY_HPP

Modified: sandbox/boost/extension/factory_map.hpp
==============================================================================
--- sandbox/boost/extension/factory_map.hpp (original)
+++ sandbox/boost/extension/factory_map.hpp 2007-06-25 20:34:35 EDT (Mon, 25 Jun 2007)
@@ -6,6 +6,8 @@
  * 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/ for latest version.
  */
 
 #ifndef BOOST_EXTENSION_FACTORY_MAP_HPP

Modified: sandbox/boost/extension/filesystem.hpp
==============================================================================
--- sandbox/boost/extension/filesystem.hpp (original)
+++ sandbox/boost/extension/filesystem.hpp 2007-06-25 20:34:35 EDT (Mon, 25 Jun 2007)
@@ -6,6 +6,8 @@
  * 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/ for latest version.
  */
 
 #ifndef BOOST_EXTENSION_FILESYSTEM_HPP

Modified: sandbox/boost/extension/functor.hpp
==============================================================================
--- sandbox/boost/extension/functor.hpp (original)
+++ sandbox/boost/extension/functor.hpp 2007-06-25 20:34:35 EDT (Mon, 25 Jun 2007)
@@ -7,6 +7,8 @@
  * 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/ for latest version.
  */
 
 #ifndef BOOST_EXTENSION_FUNCTOR_HPP

Modified: sandbox/boost/extension/impl/library_impl.hpp
==============================================================================
--- sandbox/boost/extension/impl/library_impl.hpp (original)
+++ sandbox/boost/extension/impl/library_impl.hpp 2007-06-25 20:34:35 EDT (Mon, 25 Jun 2007)
@@ -6,6 +6,8 @@
  * 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/ for latest version.
  */
 
 #ifndef BOOST_EXTENSION_LIBRARY_IMPL_HPP

Modified: sandbox/boost/extension/impl/typeinfo.hpp
==============================================================================
--- sandbox/boost/extension/impl/typeinfo.hpp (original)
+++ sandbox/boost/extension/impl/typeinfo.hpp 2007-06-25 20:34:35 EDT (Mon, 25 Jun 2007)
@@ -6,6 +6,8 @@
  * 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/ for latest version.
  */
 
 

Modified: sandbox/boost/extension/registry.hpp
==============================================================================
--- sandbox/boost/extension/registry.hpp (original)
+++ sandbox/boost/extension/registry.hpp 2007-06-25 20:34:35 EDT (Mon, 25 Jun 2007)
@@ -6,6 +6,8 @@
  * 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/ for latest version.
  */
 
 #ifndef BOOST_EXTENSION_REGISTRY_HPP

Modified: sandbox/boost/extension/shared_library.hpp
==============================================================================
--- sandbox/boost/extension/shared_library.hpp (original)
+++ sandbox/boost/extension/shared_library.hpp 2007-06-25 20:34:35 EDT (Mon, 25 Jun 2007)
@@ -6,6 +6,8 @@
  * 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/ for latest version.
  */
 
 #ifndef BOOST_EXTENSION_LINKED_LIBRARY_HPP

Modified: sandbox/boost/extension/zone.hpp
==============================================================================
--- sandbox/boost/extension/zone.hpp (original)
+++ sandbox/boost/extension/zone.hpp 2007-06-25 20:34:35 EDT (Mon, 25 Jun 2007)
@@ -6,6 +6,8 @@
  * 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/ for latest version.
  */
 
 #ifndef BOOST_EXTENSION_ZONE_HPP


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