|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r74883 - trunk/libs/fusion/doc
From: joel_at_[hidden]
Date: 2011-10-10 06:05:58
Author: djowel
Date: 2011-10-10 06:05:49 EDT (Mon, 10 Oct 2011)
New Revision: 74883
URL: http://svn.boost.org/trac/boost/changeset/74883
Log:
Bumped copyright date and version to 2.1 (it's about time!).
Text files modified:
trunk/libs/fusion/doc/Jamfile | 2 +-
trunk/libs/fusion/doc/acknowledgements.qbk | 2 +-
trunk/libs/fusion/doc/adapted.qbk | 2 +-
trunk/libs/fusion/doc/algorithm.qbk | 2 +-
trunk/libs/fusion/doc/changelog.qbk | 10 +++++-----
trunk/libs/fusion/doc/container.qbk | 2 +-
trunk/libs/fusion/doc/extension.qbk | 2 +-
trunk/libs/fusion/doc/functional.qbk | 2 +-
trunk/libs/fusion/doc/fusion.qbk | 6 +++---
trunk/libs/fusion/doc/introduction.qbk | 2 +-
trunk/libs/fusion/doc/iterator.qbk | 2 +-
trunk/libs/fusion/doc/notes.qbk | 2 +-
trunk/libs/fusion/doc/organization.qbk | 2 +-
trunk/libs/fusion/doc/preface.qbk | 2 +-
trunk/libs/fusion/doc/quick_start.qbk | 2 +-
trunk/libs/fusion/doc/references.qbk | 2 +-
trunk/libs/fusion/doc/sequence.qbk | 2 +-
trunk/libs/fusion/doc/support.qbk | 2 +-
trunk/libs/fusion/doc/tuple.qbk | 2 +-
trunk/libs/fusion/doc/view.qbk | 2 +-
20 files changed, 26 insertions(+), 26 deletions(-)
Modified: trunk/libs/fusion/doc/Jamfile
==============================================================================
--- trunk/libs/fusion/doc/Jamfile (original)
+++ trunk/libs/fusion/doc/Jamfile 2011-10-10 06:05:49 EDT (Mon, 10 Oct 2011)
@@ -1,5 +1,5 @@
#==============================================================================
-# Copyright (c) 2003-2007 Joel de Guzman
+# Copyright (c) 2003-2011 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
Modified: trunk/libs/fusion/doc/acknowledgements.qbk
==============================================================================
--- trunk/libs/fusion/doc/acknowledgements.qbk (original)
+++ trunk/libs/fusion/doc/acknowledgements.qbk 2011-10-10 06:05:49 EDT (Mon, 10 Oct 2011)
@@ -1,5 +1,5 @@
[/==============================================================================
- Copyright (C) 2001-2007 Joel de Guzman, Dan Marsden, Tobias Schwinger
+ Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger
Use, modification and distribution is subject to the Boost Software
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
Modified: trunk/libs/fusion/doc/adapted.qbk
==============================================================================
--- trunk/libs/fusion/doc/adapted.qbk (original)
+++ trunk/libs/fusion/doc/adapted.qbk 2011-10-10 06:05:49 EDT (Mon, 10 Oct 2011)
@@ -1,5 +1,5 @@
[/==============================================================================
- Copyright (C) 2001-2007 Joel de Guzman, Dan Marsden, Tobias Schwinger
+ Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger
Copyright (C) 2010 Christopher Schmidt
Use, modification and distribution is subject to the Boost Software
Modified: trunk/libs/fusion/doc/algorithm.qbk
==============================================================================
--- trunk/libs/fusion/doc/algorithm.qbk (original)
+++ trunk/libs/fusion/doc/algorithm.qbk 2011-10-10 06:05:49 EDT (Mon, 10 Oct 2011)
@@ -1,5 +1,5 @@
[/==============================================================================
- Copyright (C) 2001-2007 Joel de Guzman, Dan Marsden, Tobias Schwinger
+ Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger
Copyright (C) 2010 Christopher Schmidt
Use, modification and distribution is subject to the Boost Software
Modified: trunk/libs/fusion/doc/changelog.qbk
==============================================================================
--- trunk/libs/fusion/doc/changelog.qbk (original)
+++ trunk/libs/fusion/doc/changelog.qbk 2011-10-10 06:05:49 EDT (Mon, 10 Oct 2011)
@@ -1,5 +1,5 @@
[/==============================================================================
- Copyright (C) 2001-2007 Joel de Guzman, Dan Marsden, Tobias Schwinger
+ Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger
Copyright (C) 2010 Christopher Schmidt
Use, modification and distribution is subject to the Boost Software
@@ -12,10 +12,10 @@
* Sep 27, 2006: Added `boost::tuple` support. (Joel de Guzman)
* Nov 17, 2006: Added `boost::variant` support. (Joel de Guzman)
-* Feb 15, 2007: Added functional module. (Tobias Schwinger)
-* April 2, 2007: Added struct adapter. (Joel de Guzman)
-* May 8, 2007: Added associative struct adapter. (Dan Marsden)
-* Dec 20, 2007: Removed `boost::variant` support. After thorough
+* Feb 15, 2011: Added functional module. (Tobias Schwinger)
+* April 2, 2011: Added struct adapter. (Joel de Guzman)
+* May 8, 2011: Added associative struct adapter. (Dan Marsden)
+* Dec 20, 2011: Removed `boost::variant` support. After thorough
investigation, I think now that the move to make variant a
fusion sequence is rather quirky. A variant will always
have a size==1 regardless of the number of types it can contain
Modified: trunk/libs/fusion/doc/container.qbk
==============================================================================
--- trunk/libs/fusion/doc/container.qbk (original)
+++ trunk/libs/fusion/doc/container.qbk 2011-10-10 06:05:49 EDT (Mon, 10 Oct 2011)
@@ -1,5 +1,5 @@
[/==============================================================================
- Copyright (C) 2001-2007 Joel de Guzman, Dan Marsden, Tobias Schwinger
+ Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger
Use, modification and distribution is subject to the Boost Software
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
Modified: trunk/libs/fusion/doc/extension.qbk
==============================================================================
--- trunk/libs/fusion/doc/extension.qbk (original)
+++ trunk/libs/fusion/doc/extension.qbk 2011-10-10 06:05:49 EDT (Mon, 10 Oct 2011)
@@ -1,5 +1,5 @@
[/==============================================================================
- Copyright (C) 2001-2007 Joel de Guzman, Dan Marsden, Tobias Schwinger
+ Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger
Use, modification and distribution is subject to the Boost Software
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
Modified: trunk/libs/fusion/doc/functional.qbk
==============================================================================
--- trunk/libs/fusion/doc/functional.qbk (original)
+++ trunk/libs/fusion/doc/functional.qbk 2011-10-10 06:05:49 EDT (Mon, 10 Oct 2011)
@@ -1,5 +1,5 @@
[/==============================================================================
- Copyright (C) 2001-2007 Joel de Guzman, Dan Marsden, Tobias Schwinger
+ Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger
Use, modification and distribution is subject to the Boost Software
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
Modified: trunk/libs/fusion/doc/fusion.qbk
==============================================================================
--- trunk/libs/fusion/doc/fusion.qbk (original)
+++ trunk/libs/fusion/doc/fusion.qbk 2011-10-10 06:05:49 EDT (Mon, 10 Oct 2011)
@@ -1,5 +1,5 @@
[/==============================================================================
- Copyright (C) 2001-2007 Joel de Guzman, Dan Marsden, Tobias Schwinger
+ Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger
Copyright (C) 2010 Christopher Schmidt
Use, modification and distribution is subject to the Boost Software
@@ -8,9 +8,9 @@
===============================================================================/]
[library Fusion
[quickbook 1.3]
- [version 2.0]
+ [version 2.3]
[authors [de Guzman, Joel], [Marsden, Dan], [Schwinger, Tobias]]
- [copyright 2001 2002 2003 2004 2005 2006 2007 Joel de Guzman, Dan Marsden, Tobias Schwinger]
+ [copyright 2001 2002 2003 2004 2005 2006 2011 Joel de Guzman, Dan Marsden, Tobias Schwinger]
[purpose Statically Typed Heterogeneous Data Structures and Algorithms]
[license
Distributed under the Boost Software License, Version 1.0.
Modified: trunk/libs/fusion/doc/introduction.qbk
==============================================================================
--- trunk/libs/fusion/doc/introduction.qbk (original)
+++ trunk/libs/fusion/doc/introduction.qbk 2011-10-10 06:05:49 EDT (Mon, 10 Oct 2011)
@@ -1,5 +1,5 @@
[/==============================================================================
- Copyright (C) 2001-2007 Joel de Guzman, Dan Marsden, Tobias Schwinger
+ Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger
Use, modification and distribution is subject to the Boost Software
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
Modified: trunk/libs/fusion/doc/iterator.qbk
==============================================================================
--- trunk/libs/fusion/doc/iterator.qbk (original)
+++ trunk/libs/fusion/doc/iterator.qbk 2011-10-10 06:05:49 EDT (Mon, 10 Oct 2011)
@@ -1,5 +1,5 @@
[/==============================================================================
- Copyright (C) 2001-2007 Joel de Guzman, Dan Marsden, Tobias Schwinger
+ Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger
Use, modification and distribution is subject to the Boost Software
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
Modified: trunk/libs/fusion/doc/notes.qbk
==============================================================================
--- trunk/libs/fusion/doc/notes.qbk (original)
+++ trunk/libs/fusion/doc/notes.qbk 2011-10-10 06:05:49 EDT (Mon, 10 Oct 2011)
@@ -1,5 +1,5 @@
[/==============================================================================
- Copyright (C) 2001-2007 Joel de Guzman, Dan Marsden, Tobias Schwinger
+ Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger
Copyright (C) 2010 Christopher Schmidt
Use, modification and distribution is subject to the Boost Software
Modified: trunk/libs/fusion/doc/organization.qbk
==============================================================================
--- trunk/libs/fusion/doc/organization.qbk (original)
+++ trunk/libs/fusion/doc/organization.qbk 2011-10-10 06:05:49 EDT (Mon, 10 Oct 2011)
@@ -1,5 +1,5 @@
[/==============================================================================
- Copyright (C) 2001-2007 Joel de Guzman, Dan Marsden, Tobias Schwinger
+ Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger
Use, modification and distribution is subject to the Boost Software
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
Modified: trunk/libs/fusion/doc/preface.qbk
==============================================================================
--- trunk/libs/fusion/doc/preface.qbk (original)
+++ trunk/libs/fusion/doc/preface.qbk 2011-10-10 06:05:49 EDT (Mon, 10 Oct 2011)
@@ -1,5 +1,5 @@
[/==============================================================================
- Copyright (C) 2001-2007 Joel de Guzman, Dan Marsden, Tobias Schwinger
+ Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger
Use, modification and distribution is subject to the Boost Software
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
Modified: trunk/libs/fusion/doc/quick_start.qbk
==============================================================================
--- trunk/libs/fusion/doc/quick_start.qbk (original)
+++ trunk/libs/fusion/doc/quick_start.qbk 2011-10-10 06:05:49 EDT (Mon, 10 Oct 2011)
@@ -1,5 +1,5 @@
[/==============================================================================
- Copyright (C) 2001-2007 Joel de Guzman, Dan Marsden, Tobias Schwinger
+ Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger
Use, modification and distribution is subject to the Boost Software
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
Modified: trunk/libs/fusion/doc/references.qbk
==============================================================================
--- trunk/libs/fusion/doc/references.qbk (original)
+++ trunk/libs/fusion/doc/references.qbk 2011-10-10 06:05:49 EDT (Mon, 10 Oct 2011)
@@ -1,5 +1,5 @@
[/==============================================================================
- Copyright (C) 2001-2007 Joel de Guzman, Dan Marsden, Tobias Schwinger
+ Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger
Use, modification and distribution is subject to the Boost Software
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
Modified: trunk/libs/fusion/doc/sequence.qbk
==============================================================================
--- trunk/libs/fusion/doc/sequence.qbk (original)
+++ trunk/libs/fusion/doc/sequence.qbk 2011-10-10 06:05:49 EDT (Mon, 10 Oct 2011)
@@ -1,5 +1,5 @@
[/==============================================================================
- Copyright (C) 2001-2007 Joel de Guzman, Dan Marsden, Tobias Schwinger
+ Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger
Use, modification and distribution is subject to the Boost Software
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
Modified: trunk/libs/fusion/doc/support.qbk
==============================================================================
--- trunk/libs/fusion/doc/support.qbk (original)
+++ trunk/libs/fusion/doc/support.qbk 2011-10-10 06:05:49 EDT (Mon, 10 Oct 2011)
@@ -1,5 +1,5 @@
[/==============================================================================
- Copyright (C) 2001-2007 Joel de Guzman, Dan Marsden, Tobias Schwinger
+ Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger
Use, modification and distribution is subject to the Boost Software
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
Modified: trunk/libs/fusion/doc/tuple.qbk
==============================================================================
--- trunk/libs/fusion/doc/tuple.qbk (original)
+++ trunk/libs/fusion/doc/tuple.qbk 2011-10-10 06:05:49 EDT (Mon, 10 Oct 2011)
@@ -1,5 +1,5 @@
[/==============================================================================
- Copyright (C) 2001-2007 Joel de Guzman, Dan Marsden, Tobias Schwinger
+ Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger
Use, modification and distribution is subject to the Boost Software
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
Modified: trunk/libs/fusion/doc/view.qbk
==============================================================================
--- trunk/libs/fusion/doc/view.qbk (original)
+++ trunk/libs/fusion/doc/view.qbk 2011-10-10 06:05:49 EDT (Mon, 10 Oct 2011)
@@ -1,5 +1,5 @@
[/==============================================================================
- Copyright (C) 2001-2007 Joel de Guzman, Dan Marsden, Tobias Schwinger
+ Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger
Use, modification and distribution is subject to the Boost Software
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
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