From: Yongjoo Ahn Date: Wed, 22 Jan 2025 02:18:42 +0000 (+0900) Subject: Remove license conflicts in those two imported header files X-Git-Tag: accepted/tizen/unified/20250310.024600~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=70627474d835da6edd8c8a8cf80d263eafd24bfb;p=platform%2Fhal%2Fbackend%2Fml-accelerator.git Remove license conflicts in those two imported header files Signed-off-by: Yongjoo Ahn --- diff --git a/src/nnstreamer_plugin_api_filter.h b/src/nnstreamer_plugin_api_filter.h index c025084..552a041 100644 --- a/src/nnstreamer_plugin_api_filter.h +++ b/src/nnstreamer_plugin_api_filter.h @@ -1,4 +1,3 @@ -/* SPDX-License-Identifier: LGPL-2.1-only */ /** * NNStreamer API for Tensor_Filter Sub-Plugins * Copyright (C) 2019 MyungJoo Ham diff --git a/src/tensor_typedef.h b/src/tensor_typedef.h index d3661f6..fa1b445 100644 --- a/src/tensor_typedef.h +++ b/src/tensor_typedef.h @@ -1,18 +1,3 @@ -/** - * NNStreamer Common Header, Typedef part, for export as devel package. - * Copyright (C) 2018 MyungJoo Ham - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License as published by the Free Software Foundation; - * version 2.1 of the License. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Library General Public License for more details. - * - */ /** * @file tensor_typedef.h * @date 01 Jun 2018