From cb06d1344839750842e3ead0fa6f7fdc58898e73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Fri, 22 Aug 2014 18:34:19 +0200 Subject: [PATCH] Copyright updates. --- test/move.cpp | 1 + test/move_if_noexcept.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/test/move.cpp b/test/move.cpp index a01c230..3c98159 100644 --- a/test/move.cpp +++ b/test/move.cpp @@ -1,6 +1,7 @@ ////////////////////////////////////////////////////////////////////////////// // // (C) Copyright David Abrahams, Vicente Botet, Ion Gaztanaga 2009. +// (C) Copyright Ion Gaztanaga 2009-2014. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/move_if_noexcept.cpp b/test/move_if_noexcept.cpp index 5f8124b..2c5afd3 100644 --- a/test/move_if_noexcept.cpp +++ b/test/move_if_noexcept.cpp @@ -1,6 +1,7 @@ ////////////////////////////////////////////////////////////////////////////// // // (C) Copyright Antony Polukhin 2014. +// (C) Copyright Ion Gaztanaga 2014. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt)