From a8f528130ad372eeba90e7d907d9ad42b98b64ee Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Mon, 1 Nov 2004 21:23:47 +0000 Subject: [PATCH] Stop reserving rights. [SVN r26067] --- doc/counting_iterator.rst | 2 +- doc/facade-and-adaptor.rst | 2 +- doc/filter_iterator.rst | 2 +- doc/function_output_iterator.rst | 2 +- doc/indirect_iterator.rst | 2 +- doc/iterator_adaptor.rst | 2 +- doc/iterator_adaptor_abstract.rst | 3 +-- doc/iterator_adaptor_body.rst | 3 +-- doc/iterator_adaptor_ref.rst | 3 +-- doc/iterator_archetypes.rst | 2 +- doc/iterator_concepts.rst | 2 +- doc/iterator_facade.rst | 2 +- doc/iterator_facade_body.rst | 3 +-- doc/iterator_facade_ref.rst | 3 +-- doc/iterator_traits.rst | 2 +- doc/new-iter-concepts.rst | 2 +- doc/permutation_iterator.rst | 2 +- doc/pointee.rst | 2 +- doc/reverse_iterator.rst | 2 +- doc/transform_iterator.rst | 2 +- doc/zip_iterator.rst | 2 +- 21 files changed, 21 insertions(+), 26 deletions(-) diff --git a/doc/counting_iterator.rst b/doc/counting_iterator.rst index 2d2cad9..191011a 100644 --- a/doc/counting_iterator.rst +++ b/doc/counting_iterator.rst @@ -8,7 +8,7 @@ Lab`_, University of Hanover `Institute for Transport Railway Operation and Construction`_ :date: $Date$ -:copyright: Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003. All rights reserved +:copyright: Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003. .. _`Boost Consulting`: http://www.boost-consulting.com .. _`Open Systems Lab`: http://www.osl.iu.edu diff --git a/doc/facade-and-adaptor.rst b/doc/facade-and-adaptor.rst index 50c2305..fbaf0f3 100644 --- a/doc/facade-and-adaptor.rst +++ b/doc/facade-and-adaptor.rst @@ -17,7 +17,7 @@ .. _n1530: http://anubis.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1530.html -:copyright: Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003. All rights reserved +:copyright: Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003. .. _`Boost Consulting`: http://www.boost-consulting.com .. _`Open Systems Lab`: http://www.osl.iu.edu diff --git a/doc/filter_iterator.rst b/doc/filter_iterator.rst index ceb7adc..2b1ebc3 100644 --- a/doc/filter_iterator.rst +++ b/doc/filter_iterator.rst @@ -8,7 +8,7 @@ Lab`_, University of Hanover `Institute for Transport Railway Operation and Construction`_ :date: $Date$ -:copyright: Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003. All rights reserved +:copyright: Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003. .. _`Boost Consulting`: http://www.boost-consulting.com .. _`Open Systems Lab`: http://www.osl.iu.edu diff --git a/doc/function_output_iterator.rst b/doc/function_output_iterator.rst index a596845..a78c950 100644 --- a/doc/function_output_iterator.rst +++ b/doc/function_output_iterator.rst @@ -8,7 +8,7 @@ Lab`_, University of Hanover `Institute for Transport Railway Operation and Construction`_ :date: $Date$ -:copyright: Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003. All rights reserved +:copyright: Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003. .. _`Boost Consulting`: http://www.boost-consulting.com .. _`Open Systems Lab`: http://www.osl.iu.edu diff --git a/doc/indirect_iterator.rst b/doc/indirect_iterator.rst index ad3778d..c197251 100644 --- a/doc/indirect_iterator.rst +++ b/doc/indirect_iterator.rst @@ -8,7 +8,7 @@ Lab`_, University of Hanover `Institute for Transport Railway Operation and Construction`_ :date: $Date$ -:copyright: Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003. All rights reserved +:copyright: Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003. .. _`Boost Consulting`: http://www.boost-consulting.com .. _`Open Systems Lab`: http://www.osl.iu.edu diff --git a/doc/iterator_adaptor.rst b/doc/iterator_adaptor.rst index 42e25e3..81c34dc 100644 --- a/doc/iterator_adaptor.rst +++ b/doc/iterator_adaptor.rst @@ -8,7 +8,7 @@ Lab`_, University of Hanover `Institute for Transport Railway Operation and Construction`_ :date: $Date$ -:copyright: Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003. All rights reserved +:copyright: Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003. .. _`Boost Consulting`: http://www.boost-consulting.com .. _`Open Systems Lab`: http://www.osl.iu.edu diff --git a/doc/iterator_adaptor_abstract.rst b/doc/iterator_adaptor_abstract.rst index c20ac7b..fc4de4c 100644 --- a/doc/iterator_adaptor_abstract.rst +++ b/doc/iterator_adaptor_abstract.rst @@ -1,8 +1,7 @@ .. Version 1.1 of this ReStructuredText document corresponds to n1530_, the paper accepted by the LWG. -.. Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003. All - rights reserved +.. Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003. Each specialization of the ``iterator_adaptor`` class template is derived from a specialization of ``iterator_facade``. The core interface functions diff --git a/doc/iterator_adaptor_body.rst b/doc/iterator_adaptor_body.rst index 238cc8c..1c27118 100644 --- a/doc/iterator_adaptor_body.rst +++ b/doc/iterator_adaptor_body.rst @@ -1,8 +1,7 @@ .. Version 1.2 of this ReStructuredText document corresponds to n1530_, the paper accepted by the LWG for TR1. -.. Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003. All - rights reserved +.. Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003. The ``iterator_adaptor`` class template adapts some ``Base`` [#base]_ type to create a new iterator. Instantiations of ``iterator_adaptor`` diff --git a/doc/iterator_adaptor_ref.rst b/doc/iterator_adaptor_ref.rst index b8de30d..de48fcb 100644 --- a/doc/iterator_adaptor_ref.rst +++ b/doc/iterator_adaptor_ref.rst @@ -1,8 +1,7 @@ .. Version 1.4 of this ReStructuredText document corresponds to n1530_, the paper accepted by the LWG for TR1. -.. Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003. All - rights reserved. +.. Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003. .. parsed-literal:: diff --git a/doc/iterator_archetypes.rst b/doc/iterator_archetypes.rst index 18d22ff..e26fde8 100755 --- a/doc/iterator_archetypes.rst +++ b/doc/iterator_archetypes.rst @@ -7,7 +7,7 @@ :organization: `Boost Consulting`_, Indiana University `Open Systems Lab`_, `Zephyr Associates, Inc.`_ :date: $Date$ -:copyright: Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2004. All rights reserved +:copyright: Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2004. .. _`Boost Consulting`: http://www.boost-consulting.com .. _`Open Systems Lab`: http://www.osl.iu.edu diff --git a/doc/iterator_concepts.rst b/doc/iterator_concepts.rst index 0904ef3..1653d22 100755 --- a/doc/iterator_concepts.rst +++ b/doc/iterator_concepts.rst @@ -9,7 +9,7 @@ :organization: `Boost Consulting`_, Indiana University `Open Systems Lab`_, `Zephyr Associates, Inc.`_ :date: $Date$ -:copyright: Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2004. All rights reserved +:copyright: Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2004. .. _`Boost Consulting`: http://www.boost-consulting.com .. _`Open Systems Lab`: http://www.osl.iu.edu diff --git a/doc/iterator_facade.rst b/doc/iterator_facade.rst index 41a775f..a76da74 100644 --- a/doc/iterator_facade.rst +++ b/doc/iterator_facade.rst @@ -8,7 +8,7 @@ Lab`_, University of Hanover `Institute for Transport Railway Operation and Construction`_ :date: $Date$ -:copyright: Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003. All rights reserved +:copyright: Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003. .. _`Boost Consulting`: http://www.boost-consulting.com .. _`Open Systems Lab`: http://www.osl.iu.edu diff --git a/doc/iterator_facade_body.rst b/doc/iterator_facade_body.rst index 82f57a1..38b827a 100644 --- a/doc/iterator_facade_body.rst +++ b/doc/iterator_facade_body.rst @@ -1,8 +1,7 @@ .. Version 1.1 of this ReStructuredText document corresponds to n1530_, the paper accepted by the LWG for TR1. -.. Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003. All - rights reserved +.. Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003. While the iterator interface is rich, there is a core subset of the diff --git a/doc/iterator_facade_ref.rst b/doc/iterator_facade_ref.rst index da7c28d..695d2d4 100644 --- a/doc/iterator_facade_ref.rst +++ b/doc/iterator_facade_ref.rst @@ -1,8 +1,7 @@ .. Version 1.3 of this ReStructuredText document corresponds to n1530_, the paper accepted by the LWG for TR1. -.. Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003. All - rights reserved +.. Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003. .. parsed-literal:: diff --git a/doc/iterator_traits.rst b/doc/iterator_traits.rst index aaaaa6f..a6d76dd 100755 --- a/doc/iterator_traits.rst +++ b/doc/iterator_traits.rst @@ -6,7 +6,7 @@ :Contact: dave@boost-consulting.com :organization: `Boost Consulting`_ :date: $Date$ -:copyright: Copyright David Abrahams 2004. All rights reserved +:copyright: Copyright David Abrahams 2004. .. _`Boost Consulting`: http://www.boost-consulting.com diff --git a/doc/new-iter-concepts.rst b/doc/new-iter-concepts.rst index 8853e3e..389e52c 100644 --- a/doc/new-iter-concepts.rst +++ b/doc/new-iter-concepts.rst @@ -17,7 +17,7 @@ revision of paper n1297_, n1477_, and n1531_. :copyright: Copyright David Abrahams, Jeremy Siek, and Thomas Witt - 2003. All rights reserved + 2003. .. _`Boost Consulting`: http://www.boost-consulting.com .. _`Open Systems Lab`: http://www.osl.iu.edu diff --git a/doc/permutation_iterator.rst b/doc/permutation_iterator.rst index f075ae3..d2f0ee0 100644 --- a/doc/permutation_iterator.rst +++ b/doc/permutation_iterator.rst @@ -7,7 +7,7 @@ :organization: `Boost Consulting`_, Indiana University `Open Systems Lab`_ :date: $Date$ -:copyright: Copyright Toon Knapen, David Abrahams, Roland Richter, and Jeremy Siek 2003. All rights reserved +:copyright: Copyright Toon Knapen, David Abrahams, Roland Richter, and Jeremy Siek 2003. .. _`Boost Consulting`: http://www.boost-consulting.com .. _`Open Systems Lab`: http://www.osl.iu.edu diff --git a/doc/pointee.rst b/doc/pointee.rst index 8e0e6e4..68b9961 100755 --- a/doc/pointee.rst +++ b/doc/pointee.rst @@ -6,7 +6,7 @@ :Contact: dave@boost-consulting.com :organization: `Boost Consulting`_ :date: $Date$ -:copyright: Copyright David Abrahams 2004. All rights reserved +:copyright: Copyright David Abrahams 2004. .. _`Boost Consulting`: http://www.boost-consulting.com diff --git a/doc/reverse_iterator.rst b/doc/reverse_iterator.rst index 0f4979b..b33687b 100644 --- a/doc/reverse_iterator.rst +++ b/doc/reverse_iterator.rst @@ -8,7 +8,7 @@ Lab`_, University of Hanover `Institute for Transport Railway Operation and Construction`_ :date: $Date$ -:copyright: Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003. All rights reserved +:copyright: Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003. .. _`Boost Consulting`: http://www.boost-consulting.com .. _`Open Systems Lab`: http://www.osl.iu.edu diff --git a/doc/transform_iterator.rst b/doc/transform_iterator.rst index 362db85..dff6dd9 100644 --- a/doc/transform_iterator.rst +++ b/doc/transform_iterator.rst @@ -8,7 +8,7 @@ Lab`_, University of Hanover `Institute for Transport Railway Operation and Construction`_ :date: $Date$ -:copyright: Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003. All rights reserved +:copyright: Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003. .. _`Boost Consulting`: http://www.boost-consulting.com .. _`Open Systems Lab`: http://www.osl.iu.edu diff --git a/doc/zip_iterator.rst b/doc/zip_iterator.rst index cf9327c..a853237 100755 --- a/doc/zip_iterator.rst +++ b/doc/zip_iterator.rst @@ -6,7 +6,7 @@ :Contact: dave@boost-consulting.com, thomas@styleadvisor.com :organization: `Boost Consulting`_, `Zephyr Associates, Inc.`_ :date: $Date$ -:copyright: Copyright David Abrahams and Thomas Becker 2003. All rights reserved +:copyright: Copyright David Abrahams and Thomas Becker 2003. .. _`Boost Consulting`: http://www.boost-consulting.com .. _`Zephyr Associates, Inc.`: http://www.styleadvisor.com