From 513d327b92a16ad7d6e6f323ba137febda30b62c Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=98=A4=ED=98=95=EC=84=9D/On-Device=20Lab=28SR=29/Staff?= =?utf8?q?=20Engineer/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Thu, 22 Aug 2019 10:50:21 +0900 Subject: [PATCH] Add missing copyright for nnpackage-run dumper (#6801) Add missing copyright phrase for nnpackage-run's tensor_dumper.h Signed-off-by: Hyeongseok Oh --- tests/tools/nnpackage_run/src/tensor_dumper.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/tests/tools/nnpackage_run/src/tensor_dumper.h b/tests/tools/nnpackage_run/src/tensor_dumper.h index f274ad6..12cc22f 100644 --- a/tests/tools/nnpackage_run/src/tensor_dumper.h +++ b/tests/tools/nnpackage_run/src/tensor_dumper.h @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2019 Samsung Electronics Co., Ltd. All Rights Reserved + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + #ifndef __NNPACKAGE_RUN_TENSOR_DUMPER_H__ #define __NNPACKAGE_RUN_TENSOR_DUMPER_H__ -- 2.7.4