summaryrefslogtreecommitdiff
path: root/boost/hana/ext/boost/fusion
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2017-09-13 11:08:07 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2017-09-13 11:09:00 +0900
commitb5c87084afaef42b2d058f68091be31988a6a874 (patch)
treeadef9a65870a41181687e11d57fdf98e7629de3c /boost/hana/ext/boost/fusion
parent34bd32e225e2a8a94104489b31c42e5801cc1f4a (diff)
downloadboost-b5c87084afaef42b2d058f68091be31988a6a874.tar.gz
boost-b5c87084afaef42b2d058f68091be31988a6a874.tar.bz2
boost-b5c87084afaef42b2d058f68091be31988a6a874.zip
Imported Upstream version 1.64.0upstream/1.64.0
Change-Id: Id9212edd016dd55f21172c427aa7894d1d24148b Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'boost/hana/ext/boost/fusion')
-rw-r--r--boost/hana/ext/boost/fusion/deque.hpp2
-rw-r--r--boost/hana/ext/boost/fusion/detail/common.hpp2
-rw-r--r--boost/hana/ext/boost/fusion/list.hpp2
-rw-r--r--boost/hana/ext/boost/fusion/tuple.hpp2
-rw-r--r--boost/hana/ext/boost/fusion/vector.hpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/boost/hana/ext/boost/fusion/deque.hpp b/boost/hana/ext/boost/fusion/deque.hpp
index bdf8c14b84..698638157d 100644
--- a/boost/hana/ext/boost/fusion/deque.hpp
+++ b/boost/hana/ext/boost/fusion/deque.hpp
@@ -2,7 +2,7 @@
@file
Adapts `boost::fusion::deque` for use with Hana.
-@copyright Louis Dionne 2013-2016
+@copyright Louis Dionne 2013-2017
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
*/
diff --git a/boost/hana/ext/boost/fusion/detail/common.hpp b/boost/hana/ext/boost/fusion/detail/common.hpp
index c6ba922be5..298d74d93d 100644
--- a/boost/hana/ext/boost/fusion/detail/common.hpp
+++ b/boost/hana/ext/boost/fusion/detail/common.hpp
@@ -2,7 +2,7 @@
@file
Defines common methods for all Boost.Fusion sequences.
-@copyright Louis Dionne 2013-2016
+@copyright Louis Dionne 2013-2017
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
*/
diff --git a/boost/hana/ext/boost/fusion/list.hpp b/boost/hana/ext/boost/fusion/list.hpp
index 0f30f7e7f8..0bdcb23dc5 100644
--- a/boost/hana/ext/boost/fusion/list.hpp
+++ b/boost/hana/ext/boost/fusion/list.hpp
@@ -2,7 +2,7 @@
@file
Adapts `boost::fusion::list` for use with Hana.
-@copyright Louis Dionne 2013-2016
+@copyright Louis Dionne 2013-2017
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
*/
diff --git a/boost/hana/ext/boost/fusion/tuple.hpp b/boost/hana/ext/boost/fusion/tuple.hpp
index d3e0757911..cf427e51d3 100644
--- a/boost/hana/ext/boost/fusion/tuple.hpp
+++ b/boost/hana/ext/boost/fusion/tuple.hpp
@@ -6,7 +6,7 @@ In the current version of Boost.Fusion, `boost::fusion::tuple` is basically
an alias to `boost::fusion::vector`, so both data types share the same
implementation in Hana.
-@copyright Louis Dionne 2013-2016
+@copyright Louis Dionne 2013-2017
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
*/
diff --git a/boost/hana/ext/boost/fusion/vector.hpp b/boost/hana/ext/boost/fusion/vector.hpp
index 8cf9bdbe50..9a2a3a8c5d 100644
--- a/boost/hana/ext/boost/fusion/vector.hpp
+++ b/boost/hana/ext/boost/fusion/vector.hpp
@@ -2,7 +2,7 @@
@file
Adapts `boost::fusion::vector` for use with Hana.
-@copyright Louis Dionne 2013-2016
+@copyright Louis Dionne 2013-2017
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
*/