From ba7dbca018b3bb4d2d7b7a7da49a5349df1a725d Mon Sep 17 00:00:00 2001 From: Vadim Pisarevsky Date: Thu, 17 Dec 2020 18:28:17 +0800 Subject: [PATCH] added information about the contribution & ISCAS copyright --- modules/core/include/opencv2/core/hal/intrin_rvv.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/core/include/opencv2/core/hal/intrin_rvv.hpp b/modules/core/include/opencv2/core/hal/intrin_rvv.hpp index cf2d066..cb2140d 100644 --- a/modules/core/include/opencv2/core/hal/intrin_rvv.hpp +++ b/modules/core/include/opencv2/core/hal/intrin_rvv.hpp @@ -2,6 +2,9 @@ // It is subject to the license terms in the LICENSE file found in the top-level directory // of this distribution and at http://opencv.org/license.html. +// The original implementation has been contributed by Yin Zhang. +// Copyright (C) 2020, Institute of Software, Chinese Academy of Sciences. + #ifndef OPENCV_HAL_INTRIN_RVV_HPP #define OPENCV_HAL_INTRIN_RVV_HPP -- 2.7.4