From dfceaffc5834b6ff9e211c7a2535709ea55d0bcc Mon Sep 17 00:00:00 2001 From: Kohei Takahashi Date: Mon, 29 Jan 2018 10:30:55 +0900 Subject: [PATCH] Update copyright year --- .travis.yml | 2 +- appveyor.yml | 2 +- test/Jamfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 960235c0..e9e9df75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ # Copyright 2016, 2017 Peter Dimov -# Copyright 2017 Kohei Takahashi +# Copyright 2017-2018 Kohei Takahashi # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt) diff --git a/appveyor.yml b/appveyor.yml index 6f9e9c86..b54741dc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ # Copyright 2016, 2017 Peter Dimov -# Copyright 2017 Kohei Takahashi +# Copyright 2017-2018 Kohei Takahashi # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt) diff --git a/test/Jamfile b/test/Jamfile index c02bb414..0fbabce1 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -1,7 +1,7 @@ ##============================================================================== # Copyright (c) 2003-2006 Joel de Guzman # Copyright (c) 2013 Mateusz Loskot -# Copyright (c) 2014-2017 Kohei Takahashi +# Copyright (c) 2014-2018 Kohei Takahashi # # Use, modification and distribution is subject to the Boost Software # License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at