From 06fe3c953eafcb6176d42a5409f9f7c4984c44ac Mon Sep 17 00:00:00 2001 From: Pranam Lashkari Date: Mon, 1 Mar 2021 14:42:33 +0530 Subject: [PATCH] added missing copyright info (#569) added missing copyright info --- include/boost/gil/image_processing/hessian.hpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/boost/gil/image_processing/hessian.hpp b/include/boost/gil/image_processing/hessian.hpp index f88c153607..f37c0ffdd5 100644 --- a/include/boost/gil/image_processing/hessian.hpp +++ b/include/boost/gil/image_processing/hessian.hpp @@ -1,3 +1,10 @@ +// +// Copyright 2019 Olzhas Zhumabek +// Copyright 2021 Scramjet911 <36035352+Scramjet911@users.noreply.github.com> +// Use, modification and distribution are subject to 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) + #ifndef BOOST_GIL_IMAGE_PROCESSING_HESSIAN_HPP #define BOOST_GIL_IMAGE_PROCESSING_HESSIAN_HPP