From 6a45fa56adb1b4c51e81ea1c2a24d0e7719df863 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 1 Jun 2017 21:18:57 +0300 Subject: [PATCH] Fix copyright --- include/boost/variant2/variant.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/variant2/variant.hpp b/include/boost/variant2/variant.hpp index 5b319b4..0df00df 100644 --- a/include/boost/variant2/variant.hpp +++ b/include/boost/variant2/variant.hpp @@ -1,7 +1,7 @@ #ifndef BOOST_VARIANT2_VARIANT_HPP_INCLUDED #define BOOST_VARIANT2_VARIANT_HPP_INCLUDED -// Copyright 2015-2017 Peter Dimov. +// Copyright 2017 Peter Dimov. // // Distributed under the Boost Software License, Version 1.0. //