Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2007-08-23 21:05:42


Author: danieljames
Date: 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
New Revision: 38876
URL: http://svn.boost.org/trac/boost/changeset/38876

Log:
Update the copyright in the hash library.
Text files modified:
   trunk/boost/functional/detail/container_fwd.hpp | 6 +++---
   trunk/boost/functional/detail/float_functions.hpp | 6 +++---
   trunk/boost/functional/detail/hash_float.hpp | 6 +++---
   trunk/boost/functional/hash.hpp | 6 +++---
   trunk/boost/functional/hash/deque.hpp | 6 +++---
   trunk/boost/functional/hash/hash.hpp | 7 +++----
   trunk/boost/functional/hash/list.hpp | 6 +++---
   trunk/boost/functional/hash/map.hpp | 6 +++---
   trunk/boost/functional/hash/pair.hpp | 6 +++---
   trunk/boost/functional/hash/set.hpp | 6 +++---
   trunk/boost/functional/hash/vector.hpp | 6 +++---
   trunk/boost/functional/hash_fwd.hpp | 6 +++---
   trunk/libs/functional/hash/doc/Jamfile.v2 | 4 ++--
   trunk/libs/functional/hash/doc/changes.qbk | 2 +-
   trunk/libs/functional/hash/doc/disable.qbk | 2 +-
   trunk/libs/functional/hash/doc/hash.qbk | 4 ++--
   trunk/libs/functional/hash/doc/intro.qbk | 2 +-
   trunk/libs/functional/hash/doc/links.qbk | 2 +-
   trunk/libs/functional/hash/doc/portability.qbk | 2 +-
   trunk/libs/functional/hash/doc/ref.xml | 3 ++-
   trunk/libs/functional/hash/doc/thanks.qbk | 2 +-
   trunk/libs/functional/hash/doc/tutorial.qbk | 2 +-
   trunk/libs/functional/hash/examples/books.cpp | 6 +++---
   trunk/libs/functional/hash/examples/books.hpp | 6 +++---
   trunk/libs/functional/hash/examples/point.cpp | 6 +++---
   trunk/libs/functional/hash/examples/portable.cpp | 6 +++---
   trunk/libs/functional/hash/index.html | 2 +-
   trunk/libs/functional/hash/test/Jamfile.v2 | 6 +++---
   trunk/libs/functional/hash/test/compile_time.hpp | 6 +++---
   trunk/libs/functional/hash/test/config.hpp | 6 +++---
   trunk/libs/functional/hash/test/container_fwd_test.cpp | 6 +++---
   trunk/libs/functional/hash/test/hash_built_in_array_test.cpp | 6 +++---
   trunk/libs/functional/hash/test/hash_custom_test.cpp | 6 +++---
   trunk/libs/functional/hash/test/hash_deque_test.cpp | 6 +++---
   trunk/libs/functional/hash/test/hash_float_test.cpp | 6 +++---
   trunk/libs/functional/hash/test/hash_friend_test.cpp | 6 +++---
   trunk/libs/functional/hash/test/hash_function_pointer_test.cpp | 6 +++---
   trunk/libs/functional/hash/test/hash_fwd_test.hpp | 6 +++---
   trunk/libs/functional/hash/test/hash_fwd_test_1.cpp | 6 +++---
   trunk/libs/functional/hash/test/hash_fwd_test_2.cpp | 6 +++---
   trunk/libs/functional/hash/test/hash_global_namespace_test.cpp | 6 +++---
   trunk/libs/functional/hash/test/hash_list_test.cpp | 6 +++---
   trunk/libs/functional/hash/test/hash_map_test.cpp | 6 +++---
   trunk/libs/functional/hash/test/hash_map_test.hpp | 6 +++---
   trunk/libs/functional/hash/test/hash_no_ext_fail_test.cpp | 6 +++---
   trunk/libs/functional/hash/test/hash_no_ext_macro_1.cpp | 6 +++---
   trunk/libs/functional/hash/test/hash_no_ext_macro_2.cpp | 6 +++---
   trunk/libs/functional/hash/test/hash_number_test.cpp | 6 +++---
   trunk/libs/functional/hash/test/hash_pointer_test.cpp | 6 +++---
   trunk/libs/functional/hash/test/hash_range_test.cpp | 6 +++---
   trunk/libs/functional/hash/test/hash_sequence_test.hpp | 6 +++---
   trunk/libs/functional/hash/test/hash_set_test.cpp | 6 +++---
   trunk/libs/functional/hash/test/hash_set_test.hpp | 6 +++---
   trunk/libs/functional/hash/test/hash_string_test.cpp | 6 +++---
   trunk/libs/functional/hash/test/hash_value_array_test.cpp | 6 +++---
   trunk/libs/functional/hash/test/hash_vector_test.cpp | 6 +++---
   trunk/libs/functional/hash/test/link_ext_test.cpp | 6 +++---
   trunk/libs/functional/hash/test/link_no_ext_test.cpp | 6 +++---
   trunk/libs/functional/hash/test/link_test.cpp | 6 +++---
   trunk/libs/functional/hash/test/link_test_2.cpp | 6 +++---
   60 files changed, 161 insertions(+), 161 deletions(-)

Modified: trunk/boost/functional/detail/container_fwd.hpp
==============================================================================
--- trunk/boost/functional/detail/container_fwd.hpp (original)
+++ trunk/boost/functional/detail/container_fwd.hpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2006. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2007 Daniel James.
+// 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)
 
 #if !defined(BOOST_DETAIL_CONTAINER_FWD_HPP)
 #define BOOST_DETAIL_CONTAINER_FWD_HPP

Modified: trunk/boost/functional/detail/float_functions.hpp
==============================================================================
--- trunk/boost/functional/detail/float_functions.hpp (original)
+++ trunk/boost/functional/detail/float_functions.hpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2006. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2007 Daniel James.
+// 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)
 
 #if !defined(BOOST_FUNCTIONAL_DETAIL_FLOAT_FUNCTIONS_HPP)
 #define BOOST_FUNCTIONAL_DETAIL_FLOAT_FUNCTIONS_HPP

Modified: trunk/boost/functional/detail/hash_float.hpp
==============================================================================
--- trunk/boost/functional/detail/hash_float.hpp (original)
+++ trunk/boost/functional/detail/hash_float.hpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2006. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2007 Daniel James.
+// 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)
 
 // Based on Peter Dimov's proposal
 // http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1756.pdf

Modified: trunk/boost/functional/hash.hpp
==============================================================================
--- trunk/boost/functional/hash.hpp (original)
+++ trunk/boost/functional/hash.hpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2006. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2007 Daniel James.
+// 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)
 
 // Based on Peter Dimov's proposal
 // http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1756.pdf

Modified: trunk/boost/functional/hash/deque.hpp
==============================================================================
--- trunk/boost/functional/hash/deque.hpp (original)
+++ trunk/boost/functional/hash/deque.hpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2006. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2006 Daniel James.
+// 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)
 
 // Based on Peter Dimov's proposal
 // http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1756.pdf

Modified: trunk/boost/functional/hash/hash.hpp
==============================================================================
--- trunk/boost/functional/hash/hash.hpp (original)
+++ trunk/boost/functional/hash/hash.hpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2007. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2007 Daniel James.
+// 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)
 
 // Based on Peter Dimov's proposal
 // http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1756.pdf
@@ -422,7 +422,6 @@
 }
 
 #endif // BOOST_FUNCTIONAL_HASH_HASH_HPP
-
 ////////////////////////////////////////////////////////////////////////////////
 
 #if !defined(BOOST_HASH_NO_EXTENSIONS) \

Modified: trunk/boost/functional/hash/list.hpp
==============================================================================
--- trunk/boost/functional/hash/list.hpp (original)
+++ trunk/boost/functional/hash/list.hpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2006. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2006 Daniel James.
+// 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)
 
 // Based on Peter Dimov's proposal
 // http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1756.pdf

Modified: trunk/boost/functional/hash/map.hpp
==============================================================================
--- trunk/boost/functional/hash/map.hpp (original)
+++ trunk/boost/functional/hash/map.hpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2006. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2006 Daniel James.
+// 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)
 
 // Based on Peter Dimov's proposal
 // http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1756.pdf

Modified: trunk/boost/functional/hash/pair.hpp
==============================================================================
--- trunk/boost/functional/hash/pair.hpp (original)
+++ trunk/boost/functional/hash/pair.hpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2006. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2006 Daniel James.
+// 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)
 
 // Based on Peter Dimov's proposal
 // http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1756.pdf

Modified: trunk/boost/functional/hash/set.hpp
==============================================================================
--- trunk/boost/functional/hash/set.hpp (original)
+++ trunk/boost/functional/hash/set.hpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2006. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2006 Daniel James.
+// 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)
 
 // Based on Peter Dimov's proposal
 // http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1756.pdf

Modified: trunk/boost/functional/hash/vector.hpp
==============================================================================
--- trunk/boost/functional/hash/vector.hpp (original)
+++ trunk/boost/functional/hash/vector.hpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2006. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2006 Daniel James.
+// 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)
 
 // Based on Peter Dimov's proposal
 // http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1756.pdf

Modified: trunk/boost/functional/hash_fwd.hpp
==============================================================================
--- trunk/boost/functional/hash_fwd.hpp (original)
+++ trunk/boost/functional/hash_fwd.hpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2006. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2007 Daniel James.
+// 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)
 
 // Based on Peter Dimov's proposal
 // http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1756.pdf

Modified: trunk/libs/functional/hash/doc/Jamfile.v2
==============================================================================
--- trunk/libs/functional/hash/doc/Jamfile.v2 (original)
+++ trunk/libs/functional/hash/doc/Jamfile.v2 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,6 +1,6 @@
 
-# Copyright Daniel James 2005. Use, modification, and distribution are
-# subject to the Boost Software License, Version 1.0. (See accompanying
+# Copyright 2005 Daniel James.
+# 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)
 
 using quickbook ;

Modified: trunk/libs/functional/hash/doc/changes.qbk
==============================================================================
--- trunk/libs/functional/hash/doc/changes.qbk (original)
+++ trunk/libs/functional/hash/doc/changes.qbk 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,5 +1,5 @@
 
-[/ Copyright 2005-2006 Daniel James.
+[/ Copyright 2005-2007 Daniel James.
  / 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) ]
 

Modified: trunk/libs/functional/hash/doc/disable.qbk
==============================================================================
--- trunk/libs/functional/hash/doc/disable.qbk (original)
+++ trunk/libs/functional/hash/doc/disable.qbk 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,5 +1,5 @@
 
-[/ Copyright 2005-2006 Daniel James.
+[/ Copyright 2005-2007 Daniel James.
  / 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) ]
 

Modified: trunk/libs/functional/hash/doc/hash.qbk
==============================================================================
--- trunk/libs/functional/hash/doc/hash.qbk (original)
+++ trunk/libs/functional/hash/doc/hash.qbk 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 [library Boost.Functional/Hash
     [quickbook 1.3]
     [authors [James, Daniel]]
- [copyright 2005 2006 Daniel James]
+ [copyright 2005 2007 Daniel James]
     [purpose A TR1 hash function object that can be extended to hash user
         defined types]
     [category higher-order]
@@ -10,7 +10,7 @@
     [license
         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]
+ [@http://www.boost.org/LICENSE_1_0.txt])
     ]
 ]
 

Modified: trunk/libs/functional/hash/doc/intro.qbk
==============================================================================
--- trunk/libs/functional/hash/doc/intro.qbk (original)
+++ trunk/libs/functional/hash/doc/intro.qbk 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,5 +1,5 @@
 
-[/ Copyright 2005-2006 Daniel James.
+[/ Copyright 2005-2007 Daniel James.
  / 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) ]
 

Modified: trunk/libs/functional/hash/doc/links.qbk
==============================================================================
--- trunk/libs/functional/hash/doc/links.qbk (original)
+++ trunk/libs/functional/hash/doc/links.qbk 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,5 +1,5 @@
 
-[/ Copyright 2005-2006 Daniel James.
+[/ Copyright 2005-2007 Daniel James.
  / 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) ]
 

Modified: trunk/libs/functional/hash/doc/portability.qbk
==============================================================================
--- trunk/libs/functional/hash/doc/portability.qbk (original)
+++ trunk/libs/functional/hash/doc/portability.qbk 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,5 +1,5 @@
 
-[/ Copyright 2005-2006 Daniel James.
+[/ Copyright 2005-2007 Daniel James.
  / 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) ]
 

Modified: trunk/libs/functional/hash/doc/ref.xml
==============================================================================
--- trunk/libs/functional/hash/doc/ref.xml (original)
+++ trunk/libs/functional/hash/doc/ref.xml 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,5 +1,6 @@
+
 <!--
-Copyright 2005-2006 Daniel James.
+Copyright Daniel James 2005-2007
 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)
 -->

Modified: trunk/libs/functional/hash/doc/thanks.qbk
==============================================================================
--- trunk/libs/functional/hash/doc/thanks.qbk (original)
+++ trunk/libs/functional/hash/doc/thanks.qbk 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,5 +1,5 @@
 
-[/ Copyright 2005-2006 Daniel James.
+[/ Copyright 2005-2007 Daniel James.
  / 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) ]
 

Modified: trunk/libs/functional/hash/doc/tutorial.qbk
==============================================================================
--- trunk/libs/functional/hash/doc/tutorial.qbk (original)
+++ trunk/libs/functional/hash/doc/tutorial.qbk 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,5 +1,5 @@
 
-[/ Copyright 2005-2006 Daniel James.
+[/ Copyright 2005-2007 Daniel James.
  / 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) ]
 

Modified: trunk/libs/functional/hash/examples/books.cpp
==============================================================================
--- trunk/libs/functional/hash/examples/books.cpp (original)
+++ trunk/libs/functional/hash/examples/books.cpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2006. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2007 Daniel James.
+// 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 "./books.hpp"
 #include <boost/functional/hash.hpp>

Modified: trunk/libs/functional/hash/examples/books.hpp
==============================================================================
--- trunk/libs/functional/hash/examples/books.hpp (original)
+++ trunk/libs/functional/hash/examples/books.hpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2006. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2007 Daniel James.
+// 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)
 
 // This example illustrates how to use boost::hash with a custom hash function.
 // The implementation is contained in books.cpp

Modified: trunk/libs/functional/hash/examples/point.cpp
==============================================================================
--- trunk/libs/functional/hash/examples/point.cpp (original)
+++ trunk/libs/functional/hash/examples/point.cpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005. Use, modification, and distribution are
-// 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)
+// Copyright 2005 Daniel James.
+// 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 <boost/functional/hash.hpp>
 #include <cassert>

Modified: trunk/libs/functional/hash/examples/portable.cpp
==============================================================================
--- trunk/libs/functional/hash/examples/portable.cpp (original)
+++ trunk/libs/functional/hash/examples/portable.cpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2006. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2007 Daniel James.
+// 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 <boost/functional/hash.hpp>
 #include <cassert>

Modified: trunk/libs/functional/hash/index.html
==============================================================================
--- trunk/libs/functional/hash/index.html (original)
+++ trunk/libs/functional/hash/index.html 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,6 +1,6 @@
 
 <!--
-Copyright 2005-2006 Daniel James.
+Copyright 2005-2007 Daniel James.
 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)
 -->

Modified: trunk/libs/functional/hash/test/Jamfile.v2
==============================================================================
--- trunk/libs/functional/hash/test/Jamfile.v2 (original)
+++ trunk/libs/functional/hash/test/Jamfile.v2 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-# Copyright Daniel James 2005-2006. Use, modification, and distribution are
-# 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)
+# Copyright 2005-2007 Daniel James.
+# 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)
 
 import testing ;
 

Modified: trunk/libs/functional/hash/test/compile_time.hpp
==============================================================================
--- trunk/libs/functional/hash/test/compile_time.hpp (original)
+++ trunk/libs/functional/hash/test/compile_time.hpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2006. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2007 Daniel James.
+// 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 <boost/config.hpp>
 #include <boost/static_assert.hpp>

Modified: trunk/libs/functional/hash/test/config.hpp
==============================================================================
--- trunk/libs/functional/hash/test/config.hpp (original)
+++ trunk/libs/functional/hash/test/config.hpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2006. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2007 Daniel James.
+// 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)
 
 #if defined(TEST_STD)
 # define TEST_STD_INCLUDES

Modified: trunk/libs/functional/hash/test/container_fwd_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/container_fwd_test.cpp (original)
+++ trunk/libs/functional/hash/test/container_fwd_test.cpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2006. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2007 Daniel James.
+// 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 <boost/functional/detail/container_fwd.hpp>
 

Modified: trunk/libs/functional/hash/test/hash_built_in_array_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_built_in_array_test.cpp (original)
+++ trunk/libs/functional/hash/test/hash_built_in_array_test.cpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2006. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2007 Daniel James.
+// 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 "./config.hpp"
 

Modified: trunk/libs/functional/hash/test/hash_custom_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_custom_test.cpp (original)
+++ trunk/libs/functional/hash/test/hash_custom_test.cpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2006. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2007 Daniel James.
+// 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 <boost/config.hpp>
 #include <cstddef>

Modified: trunk/libs/functional/hash/test/hash_deque_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_deque_test.cpp (original)
+++ trunk/libs/functional/hash/test/hash_deque_test.cpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2006. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2007 Daniel James.
+// 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 "./config.hpp"
 

Modified: trunk/libs/functional/hash/test/hash_float_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_float_test.cpp (original)
+++ trunk/libs/functional/hash/test/hash_float_test.cpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2006. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2007 Daniel James.
+// 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 "./config.hpp"
 

Modified: trunk/libs/functional/hash/test/hash_friend_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_friend_test.cpp (original)
+++ trunk/libs/functional/hash/test/hash_friend_test.cpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2006. Use, modification, and distribution are
-// 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)
+// Copyright 2006-2007 Daniel James.
+// 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 <boost/config.hpp>
 #include <cstddef>

Modified: trunk/libs/functional/hash/test/hash_function_pointer_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_function_pointer_test.cpp (original)
+++ trunk/libs/functional/hash/test/hash_function_pointer_test.cpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2006. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2007 Daniel James.
+// 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 "./config.hpp"
 

Modified: trunk/libs/functional/hash/test/hash_fwd_test.hpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_fwd_test.hpp (original)
+++ trunk/libs/functional/hash/test/hash_fwd_test.hpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2006. Use, modification, and distribution are
-// 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)
+// Copyright 2006-2007 Daniel James.
+// 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 "./config.hpp"
 

Modified: trunk/libs/functional/hash/test/hash_fwd_test_1.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_fwd_test_1.cpp (original)
+++ trunk/libs/functional/hash/test/hash_fwd_test_1.cpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2006. Use, modification, and distribution are
-// 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)
+// Copyright 2006-2007 Daniel James.
+// 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)
 
 // This checks that template code implemented using hash_fwd will work.
 

Modified: trunk/libs/functional/hash/test/hash_fwd_test_2.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_fwd_test_2.cpp (original)
+++ trunk/libs/functional/hash/test/hash_fwd_test_2.cpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2006. Use, modification, and distribution are
-// 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)
+// Copyright 2006-2007 Daniel James.
+// 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)
 
 // This test just makes sure a header which uses hash_fwd can compile without
 // the main hash headers.

Modified: trunk/libs/functional/hash/test/hash_global_namespace_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_global_namespace_test.cpp (original)
+++ trunk/libs/functional/hash/test/hash_global_namespace_test.cpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2006. Use, modification, and distribution are
-// 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)
+// Copyright 2006-2007 Daniel James.
+// 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)
 
 // This test demonstrates an ADL bug in Borland 5.5 where ADL isn't performed
 // in the global namespace.

Modified: trunk/libs/functional/hash/test/hash_list_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_list_test.cpp (original)
+++ trunk/libs/functional/hash/test/hash_list_test.cpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2006. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2007 Daniel James.
+// 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 "./config.hpp"
 

Modified: trunk/libs/functional/hash/test/hash_map_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_map_test.cpp (original)
+++ trunk/libs/functional/hash/test/hash_map_test.cpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2006. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2007 Daniel James.
+// 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 "./config.hpp"
 

Modified: trunk/libs/functional/hash/test/hash_map_test.hpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_map_test.hpp (original)
+++ trunk/libs/functional/hash/test/hash_map_test.hpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2006. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2007 Daniel James.
+// 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)
 
 #if !defined(CONTAINER_TYPE)
 #error "CONTAINER_TYPE not defined"

Modified: trunk/libs/functional/hash/test/hash_no_ext_fail_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_no_ext_fail_test.cpp (original)
+++ trunk/libs/functional/hash/test/hash_no_ext_fail_test.cpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2006. Use, modification, and distribution are
-// 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)
+// Copyright 2006-2007 Daniel James.
+// 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)
 
 #define HASH_NAMESPACE boost
 

Modified: trunk/libs/functional/hash/test/hash_no_ext_macro_1.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_no_ext_macro_1.cpp (original)
+++ trunk/libs/functional/hash/test/hash_no_ext_macro_1.cpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2006. Use, modification, and distribution are
-// 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)
+// Copyright 2006-2007 Daniel James.
+// 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)
 
 #define HASH_NAMESPACE boost
 #include <boost/functional/hash.hpp>

Modified: trunk/libs/functional/hash/test/hash_no_ext_macro_2.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_no_ext_macro_2.cpp (original)
+++ trunk/libs/functional/hash/test/hash_no_ext_macro_2.cpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2006. Use, modification, and distribution are
-// 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)
+// Copyright 2006-2007 Daniel James.
+// 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)
 
 #define HASH_NAMESPACE boost
 #define BOOST_HASH_NO_EXTENSIONS

Modified: trunk/libs/functional/hash/test/hash_number_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_number_test.cpp (original)
+++ trunk/libs/functional/hash/test/hash_number_test.cpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2006. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2007 Daniel James.
+// 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 "./config.hpp"
 

Modified: trunk/libs/functional/hash/test/hash_pointer_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_pointer_test.cpp (original)
+++ trunk/libs/functional/hash/test/hash_pointer_test.cpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2006. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2007 Daniel James.
+// 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 "./config.hpp"
 

Modified: trunk/libs/functional/hash/test/hash_range_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_range_test.cpp (original)
+++ trunk/libs/functional/hash/test/hash_range_test.cpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2006. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2007 Daniel James.
+// 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 "./config.hpp"
 

Modified: trunk/libs/functional/hash/test/hash_sequence_test.hpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_sequence_test.hpp (original)
+++ trunk/libs/functional/hash/test/hash_sequence_test.hpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2006. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2007 Daniel James.
+// 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)
 
 #if !defined(CONTAINER_TYPE)
 #error "CONTAINER_TYPE not defined"

Modified: trunk/libs/functional/hash/test/hash_set_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_set_test.cpp (original)
+++ trunk/libs/functional/hash/test/hash_set_test.cpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2006. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2007 Daniel James.
+// 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 "./config.hpp"
 

Modified: trunk/libs/functional/hash/test/hash_set_test.hpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_set_test.hpp (original)
+++ trunk/libs/functional/hash/test/hash_set_test.hpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2006. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2007 Daniel James.
+// 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)
 
 #if !defined(CONTAINER_TYPE)
 #error "CONTAINER_TYPE not defined"

Modified: trunk/libs/functional/hash/test/hash_string_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_string_test.cpp (original)
+++ trunk/libs/functional/hash/test/hash_string_test.cpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2006. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2007 Daniel James.
+// 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 "./config.hpp"
 

Modified: trunk/libs/functional/hash/test/hash_value_array_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_value_array_test.cpp (original)
+++ trunk/libs/functional/hash/test/hash_value_array_test.cpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2006. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2007 Daniel James.
+// 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)
 
 // On some compilers hash_value isn't available for arrays, so I test it
 // separately from the main array tests.

Modified: trunk/libs/functional/hash/test/hash_vector_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_vector_test.cpp (original)
+++ trunk/libs/functional/hash/test/hash_vector_test.cpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2006. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2007 Daniel James.
+// 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 "./config.hpp"
 

Modified: trunk/libs/functional/hash/test/link_ext_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/link_ext_test.cpp (original)
+++ trunk/libs/functional/hash/test/link_ext_test.cpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2006. Use, modification, and distribution are
-// 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)
+// Copyright 2006-2007 Daniel James.
+// 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)
 
 #define HASH_NAMESPACE boost
 #include <boost/functional/hash.hpp>

Modified: trunk/libs/functional/hash/test/link_no_ext_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/link_no_ext_test.cpp (original)
+++ trunk/libs/functional/hash/test/link_no_ext_test.cpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2006. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2007 Daniel James.
+// 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)
 
 #define HASH_NAMESPACE boost
 #define BOOST_HASH_NO_EXTENSIONS

Modified: trunk/libs/functional/hash/test/link_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/link_test.cpp (original)
+++ trunk/libs/functional/hash/test/link_test.cpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2006. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2007 Daniel James.
+// 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 <boost/functional/hash.hpp>
 

Modified: trunk/libs/functional/hash/test/link_test_2.cpp
==============================================================================
--- trunk/libs/functional/hash/test/link_test_2.cpp (original)
+++ trunk/libs/functional/hash/test/link_test_2.cpp 2007-08-23 21:05:36 EDT (Thu, 23 Aug 2007)
@@ -1,7 +1,7 @@
 
-// Copyright Daniel James 2005-2006. Use, modification, and distribution are
-// 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)
+// Copyright 2005-2007 Daniel James.
+// 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 <boost/functional/hash.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