summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>2019-08-22 10:50:21 +0900
committerGitHub Enterprise <noreply-CODE@samsung.com>2019-08-22 10:50:21 +0900
commit513d327b92a16ad7d6e6f323ba137febda30b62c (patch)
treed76a895d639a3c326471ec9402960b2e965a775d /tests
parentf4e559fb7277b10190604a90e872e944deafe3f7 (diff)
downloadnnfw-513d327b92a16ad7d6e6f323ba137febda30b62c.tar.gz
nnfw-513d327b92a16ad7d6e6f323ba137febda30b62c.tar.bz2
nnfw-513d327b92a16ad7d6e6f323ba137febda30b62c.zip
Add missing copyright for nnpackage-run dumper (#6801)
Add missing copyright phrase for nnpackage-run's tensor_dumper.h Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/tools/nnpackage_run/src/tensor_dumper.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/tools/nnpackage_run/src/tensor_dumper.h b/tests/tools/nnpackage_run/src/tensor_dumper.h
index f274ad646..12cc22f18 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__