From 459a1dba3d343f9163ca7663888717785f978823 Mon Sep 17 00:00:00 2001 From: Joel de Guzman Date: Mon, 10 Oct 2011 10:05:49 +0000 Subject: [PATCH] Bumped copyright date and version to 2.1 (it's about time!). [SVN r74883] --- doc/Jamfile | 2 +- doc/acknowledgements.qbk | 2 +- doc/adapted.qbk | 2 +- doc/algorithm.qbk | 2 +- doc/changelog.qbk | 10 +++++----- doc/container.qbk | 2 +- doc/extension.qbk | 2 +- doc/functional.qbk | 2 +- doc/fusion.qbk | 6 +++--- doc/introduction.qbk | 2 +- doc/iterator.qbk | 2 +- doc/notes.qbk | 2 +- doc/organization.qbk | 2 +- doc/preface.qbk | 2 +- doc/quick_start.qbk | 2 +- doc/references.qbk | 2 +- doc/sequence.qbk | 2 +- doc/support.qbk | 2 +- doc/tuple.qbk | 2 +- doc/view.qbk | 2 +- 20 files changed, 26 insertions(+), 26 deletions(-) diff --git a/doc/Jamfile b/doc/Jamfile index 13454575..8348f7eb 100644 --- a/doc/Jamfile +++ b/doc/Jamfile @@ -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 diff --git a/doc/acknowledgements.qbk b/doc/acknowledgements.qbk index fd66c3c5..61f7b7c0 100644 --- a/doc/acknowledgements.qbk +++ b/doc/acknowledgements.qbk @@ -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 diff --git a/doc/adapted.qbk b/doc/adapted.qbk index ea47a5d1..d0dabbae 100644 --- a/doc/adapted.qbk +++ b/doc/adapted.qbk @@ -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 diff --git a/doc/algorithm.qbk b/doc/algorithm.qbk index e1346978..893883d2 100644 --- a/doc/algorithm.qbk +++ b/doc/algorithm.qbk @@ -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 diff --git a/doc/changelog.qbk b/doc/changelog.qbk index 67a65d0e..98de599f 100644 --- a/doc/changelog.qbk +++ b/doc/changelog.qbk @@ -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 @@ This section summarizes significant changes to the Fusion library. * 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 diff --git a/doc/container.qbk b/doc/container.qbk index 901417f0..d1a4c3a6 100644 --- a/doc/container.qbk +++ b/doc/container.qbk @@ -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 diff --git a/doc/extension.qbk b/doc/extension.qbk index 7d132316..ae770bd0 100644 --- a/doc/extension.qbk +++ b/doc/extension.qbk @@ -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 diff --git a/doc/functional.qbk b/doc/functional.qbk index 120ae0d2..d587290b 100644 --- a/doc/functional.qbk +++ b/doc/functional.qbk @@ -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 diff --git a/doc/fusion.qbk b/doc/fusion.qbk index fd348d57..a4e1e0c5 100644 --- a/doc/fusion.qbk +++ b/doc/fusion.qbk @@ -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. diff --git a/doc/introduction.qbk b/doc/introduction.qbk index 066f5a33..48945b9f 100644 --- a/doc/introduction.qbk +++ b/doc/introduction.qbk @@ -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 diff --git a/doc/iterator.qbk b/doc/iterator.qbk index 2575f275..17025697 100644 --- a/doc/iterator.qbk +++ b/doc/iterator.qbk @@ -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 diff --git a/doc/notes.qbk b/doc/notes.qbk index f8255733..bb4e343a 100644 --- a/doc/notes.qbk +++ b/doc/notes.qbk @@ -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 diff --git a/doc/organization.qbk b/doc/organization.qbk index 8b81fbfc..df481115 100644 --- a/doc/organization.qbk +++ b/doc/organization.qbk @@ -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 diff --git a/doc/preface.qbk b/doc/preface.qbk index 5686642a..42be72dc 100644 --- a/doc/preface.qbk +++ b/doc/preface.qbk @@ -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 diff --git a/doc/quick_start.qbk b/doc/quick_start.qbk index c0d69f1e..0bd7c946 100644 --- a/doc/quick_start.qbk +++ b/doc/quick_start.qbk @@ -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 diff --git a/doc/references.qbk b/doc/references.qbk index 5b6c21a1..98e1fc3b 100644 --- a/doc/references.qbk +++ b/doc/references.qbk @@ -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 diff --git a/doc/sequence.qbk b/doc/sequence.qbk index e86156a5..6d0d1655 100644 --- a/doc/sequence.qbk +++ b/doc/sequence.qbk @@ -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 diff --git a/doc/support.qbk b/doc/support.qbk index dae8d031..27cbded1 100644 --- a/doc/support.qbk +++ b/doc/support.qbk @@ -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 diff --git a/doc/tuple.qbk b/doc/tuple.qbk index 97a0aa46..d3ed713a 100644 --- a/doc/tuple.qbk +++ b/doc/tuple.qbk @@ -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 diff --git a/doc/view.qbk b/doc/view.qbk index 7c6899f1..328deb8e 100644 --- a/doc/view.qbk +++ b/doc/view.qbk @@ -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