From 4a396f710f5e90fb16ac044c99e1818c0a30fa4e Mon Sep 17 00:00:00 2001 From: Menelaos Karavelas Date: Fri, 29 May 2015 08:56:47 +0300 Subject: [PATCH] [algorithms][overlay] fix copyright years --- .../boost/geometry/algorithms/detail/overlay/linear_linear.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/geometry/algorithms/detail/overlay/linear_linear.hpp b/include/boost/geometry/algorithms/detail/overlay/linear_linear.hpp index d4ebcf296..73cef84c6 100644 --- a/include/boost/geometry/algorithms/detail/overlay/linear_linear.hpp +++ b/include/boost/geometry/algorithms/detail/overlay/linear_linear.hpp @@ -1,6 +1,6 @@ // Boost.Geometry (aka GGL, Generic Geometry Library) -// Copyright (c) 2014, Oracle and/or its affiliates. +// Copyright (c) 2014-2015, Oracle and/or its affiliates. // Licensed under the Boost Software License version 1.0. // http://www.boost.org/users/license.html