Boost logo

Boost-Commit :

From: joel_at_[hidden]
Date: 2008-06-30 08:12:03


Author: djowel
Date: 2008-06-30 08:12:01 EDT (Mon, 30 Jun 2008)
New Revision: 46899
URL: http://svn.boost.org/trac/boost/changeset/46899

Log:
added copyright and license
Text files modified:
   branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/has_equal_range.hpp | 8 ++++++++
   branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/has_find.hpp | 8 ++++++++
   branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/has_lower_bound.hpp | 8 ++++++++
   branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/has_remove.hpp | 8 ++++++++
   branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/has_remove_if.hpp | 8 ++++++++
   branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/has_reverse.hpp | 8 ++++++++
   branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/has_sort.hpp | 8 ++++++++
   branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/has_unique.hpp | 8 ++++++++
   branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/has_upper_bound.hpp | 8 ++++++++
   branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_hash_map.hpp | 8 ++++++++
   branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_hash_set.hpp | 8 ++++++++
   branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_list.hpp | 8 ++++++++
   branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_map.hpp | 8 ++++++++
   branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_set.hpp | 8 ++++++++
   branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/std_hash_map_fwd.hpp | 8 ++++++++
   branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/std_hash_set_fwd.hpp | 8 ++++++++
   branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/std_list_fwd.hpp | 8 ++++++++
   branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/std_map_fwd.hpp | 8 ++++++++
   branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/std_set_fwd.hpp | 8 ++++++++
   19 files changed, 152 insertions(+), 0 deletions(-)

Modified: branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/has_equal_range.hpp
==============================================================================
--- branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/has_equal_range.hpp (original)
+++ branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/has_equal_range.hpp 2008-06-30 08:12:01 EDT (Mon, 30 Jun 2008)
@@ -1,3 +1,11 @@
+// Copyright 2005 Daniel Wallin.
+// Copyright 2005 Joel de Guzman.
+//
+// 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)
+//
+// Modeled after range_ex, Copyright 2004 Eric Niebler
 ///////////////////////////////////////////////////////////////////////////////
 //
 // has_equal_range.hpp

Modified: branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/has_find.hpp
==============================================================================
--- branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/has_find.hpp (original)
+++ branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/has_find.hpp 2008-06-30 08:12:01 EDT (Mon, 30 Jun 2008)
@@ -1,3 +1,11 @@
+// Copyright 2005 Daniel Wallin.
+// Copyright 2005 Joel de Guzman.
+//
+// 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)
+//
+// Modeled after range_ex, Copyright 2004 Eric Niebler
 ///////////////////////////////////////////////////////////////////////////////
 //
 // has_find.hpp

Modified: branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/has_lower_bound.hpp
==============================================================================
--- branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/has_lower_bound.hpp (original)
+++ branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/has_lower_bound.hpp 2008-06-30 08:12:01 EDT (Mon, 30 Jun 2008)
@@ -1,3 +1,11 @@
+// Copyright 2005 Daniel Wallin.
+// Copyright 2005 Joel de Guzman.
+//
+// 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)
+//
+// Modeled after range_ex, Copyright 2004 Eric Niebler
 ///////////////////////////////////////////////////////////////////////////////
 //
 // has_lower_bound.hpp

Modified: branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/has_remove.hpp
==============================================================================
--- branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/has_remove.hpp (original)
+++ branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/has_remove.hpp 2008-06-30 08:12:01 EDT (Mon, 30 Jun 2008)
@@ -1,3 +1,11 @@
+// Copyright 2005 Daniel Wallin.
+// Copyright 2005 Joel de Guzman.
+//
+// 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)
+//
+// Modeled after range_ex, Copyright 2004 Eric Niebler
 ///////////////////////////////////////////////////////////////////////////////
 //
 // has_remove.hpp

Modified: branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/has_remove_if.hpp
==============================================================================
--- branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/has_remove_if.hpp (original)
+++ branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/has_remove_if.hpp 2008-06-30 08:12:01 EDT (Mon, 30 Jun 2008)
@@ -1,3 +1,11 @@
+// Copyright 2005 Daniel Wallin.
+// Copyright 2005 Joel de Guzman.
+//
+// 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)
+//
+// Modeled after range_ex, Copyright 2004 Eric Niebler
 ///////////////////////////////////////////////////////////////////////////////
 //
 // has_remove_if.hpp

Modified: branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/has_reverse.hpp
==============================================================================
--- branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/has_reverse.hpp (original)
+++ branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/has_reverse.hpp 2008-06-30 08:12:01 EDT (Mon, 30 Jun 2008)
@@ -1,3 +1,11 @@
+// Copyright 2005 Daniel Wallin.
+// Copyright 2005 Joel de Guzman.
+//
+// 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)
+//
+// Modeled after range_ex, Copyright 2004 Eric Niebler
 ///////////////////////////////////////////////////////////////////////////////
 //
 // has_reverse.hpp

Modified: branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/has_sort.hpp
==============================================================================
--- branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/has_sort.hpp (original)
+++ branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/has_sort.hpp 2008-06-30 08:12:01 EDT (Mon, 30 Jun 2008)
@@ -1,3 +1,11 @@
+// Copyright 2005 Daniel Wallin.
+// Copyright 2005 Joel de Guzman.
+//
+// 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)
+//
+// Modeled after range_ex, Copyright 2004 Eric Niebler
 ///////////////////////////////////////////////////////////////////////////////
 //
 // has_sort.hpp

Modified: branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/has_unique.hpp
==============================================================================
--- branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/has_unique.hpp (original)
+++ branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/has_unique.hpp 2008-06-30 08:12:01 EDT (Mon, 30 Jun 2008)
@@ -1,3 +1,11 @@
+// Copyright 2005 Daniel Wallin.
+// Copyright 2005 Joel de Guzman.
+//
+// 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)
+//
+// Modeled after range_ex, Copyright 2004 Eric Niebler
 ///////////////////////////////////////////////////////////////////////////////
 //
 // has_unique.hpp

Modified: branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/has_upper_bound.hpp
==============================================================================
--- branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/has_upper_bound.hpp (original)
+++ branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/has_upper_bound.hpp 2008-06-30 08:12:01 EDT (Mon, 30 Jun 2008)
@@ -1,3 +1,11 @@
+// Copyright 2005 Daniel Wallin.
+// Copyright 2005 Joel de Guzman.
+//
+// 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)
+//
+// Modeled after range_ex, Copyright 2004 Eric Niebler
 ///////////////////////////////////////////////////////////////////////////////
 //
 // has_upper_bound.hpp

Modified: branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_hash_map.hpp
==============================================================================
--- branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_hash_map.hpp (original)
+++ branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_hash_map.hpp 2008-06-30 08:12:01 EDT (Mon, 30 Jun 2008)
@@ -1,3 +1,11 @@
+// Copyright 2005 Daniel Wallin.
+// Copyright 2005 Joel de Guzman.
+//
+// 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)
+//
+// Modeled after range_ex, Copyright 2004 Eric Niebler
 ///////////////////////////////////////////////////////////////////////////////
 //
 // is_std_hash_map.hpp

Modified: branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_hash_set.hpp
==============================================================================
--- branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_hash_set.hpp (original)
+++ branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_hash_set.hpp 2008-06-30 08:12:01 EDT (Mon, 30 Jun 2008)
@@ -1,3 +1,11 @@
+// Copyright 2005 Daniel Wallin.
+// Copyright 2005 Joel de Guzman.
+//
+// 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)
+//
+// Modeled after range_ex, Copyright 2004 Eric Niebler
 ///////////////////////////////////////////////////////////////////////////////
 //
 // is_std_hash_set.hpp

Modified: branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_list.hpp
==============================================================================
--- branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_list.hpp (original)
+++ branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_list.hpp 2008-06-30 08:12:01 EDT (Mon, 30 Jun 2008)
@@ -1,3 +1,11 @@
+// Copyright 2005 Daniel Wallin.
+// Copyright 2005 Joel de Guzman.
+//
+// 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)
+//
+// Modeled after range_ex, Copyright 2004 Eric Niebler
 ///////////////////////////////////////////////////////////////////////////////
 //
 // is_std_list.hpp

Modified: branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_map.hpp
==============================================================================
--- branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_map.hpp (original)
+++ branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_map.hpp 2008-06-30 08:12:01 EDT (Mon, 30 Jun 2008)
@@ -1,3 +1,11 @@
+// Copyright 2005 Daniel Wallin.
+// Copyright 2005 Joel de Guzman.
+//
+// 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)
+//
+// Modeled after range_ex, Copyright 2004 Eric Niebler
 ///////////////////////////////////////////////////////////////////////////////
 //
 // is_std_map.hpp

Modified: branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_set.hpp
==============================================================================
--- branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_set.hpp (original)
+++ branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_set.hpp 2008-06-30 08:12:01 EDT (Mon, 30 Jun 2008)
@@ -1,3 +1,11 @@
+// Copyright 2005 Daniel Wallin.
+// Copyright 2005 Joel de Guzman.
+//
+// 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)
+//
+// Modeled after range_ex, Copyright 2004 Eric Niebler
 ///////////////////////////////////////////////////////////////////////////////
 //
 // is_std_set.hpp

Modified: branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/std_hash_map_fwd.hpp
==============================================================================
--- branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/std_hash_map_fwd.hpp (original)
+++ branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/std_hash_map_fwd.hpp 2008-06-30 08:12:01 EDT (Mon, 30 Jun 2008)
@@ -1,3 +1,11 @@
+// Copyright 2005 Daniel Wallin.
+// Copyright 2005 Joel de Guzman.
+//
+// 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)
+//
+// Modeled after range_ex, Copyright 2004 Eric Niebler
 ///////////////////////////////////////////////////////////////////////////////
 //
 // std_hash_map_fwd.hpp

Modified: branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/std_hash_set_fwd.hpp
==============================================================================
--- branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/std_hash_set_fwd.hpp (original)
+++ branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/std_hash_set_fwd.hpp 2008-06-30 08:12:01 EDT (Mon, 30 Jun 2008)
@@ -1,3 +1,11 @@
+// Copyright 2005 Daniel Wallin.
+// Copyright 2005 Joel de Guzman.
+//
+// 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)
+//
+// Modeled after range_ex, Copyright 2004 Eric Niebler
 ///////////////////////////////////////////////////////////////////////////////
 //
 // std_hash_set_fwd.hpp

Modified: branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/std_list_fwd.hpp
==============================================================================
--- branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/std_list_fwd.hpp (original)
+++ branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/std_list_fwd.hpp 2008-06-30 08:12:01 EDT (Mon, 30 Jun 2008)
@@ -1,3 +1,11 @@
+// Copyright 2005 Daniel Wallin.
+// Copyright 2005 Joel de Guzman.
+//
+// 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)
+//
+// Modeled after range_ex, Copyright 2004 Eric Niebler
 ///////////////////////////////////////////////////////////////////////////////
 //
 // std_list_fwd.hpp

Modified: branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/std_map_fwd.hpp
==============================================================================
--- branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/std_map_fwd.hpp (original)
+++ branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/std_map_fwd.hpp 2008-06-30 08:12:01 EDT (Mon, 30 Jun 2008)
@@ -1,3 +1,11 @@
+// Copyright 2005 Daniel Wallin.
+// Copyright 2005 Joel de Guzman.
+//
+// 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)
+//
+// Modeled after range_ex, Copyright 2004 Eric Niebler
 ///////////////////////////////////////////////////////////////////////////////
 //
 // std_map_fwd.hpp

Modified: branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/std_set_fwd.hpp
==============================================================================
--- branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/std_set_fwd.hpp (original)
+++ branches/release/boost/spirit/home/phoenix/stl/algorithm/detail/std_set_fwd.hpp 2008-06-30 08:12:01 EDT (Mon, 30 Jun 2008)
@@ -1,3 +1,11 @@
+// Copyright 2005 Daniel Wallin.
+// Copyright 2005 Joel de Guzman.
+//
+// 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)
+//
+// Modeled after range_ex, Copyright 2004 Eric Niebler
 ///////////////////////////////////////////////////////////////////////////////
 //
 // std_set_fwd.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