From 4c870ea89ea72bcfce55a55f438f59e226d7e8b6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=9D=B4=EC=83=81=EA=B7=9C/=EB=8F=99=EC=9E=91=EC=A0=9C?= =?utf8?q?=EC=96=B4Lab=28SR=29/Principal=20Engineer/=EC=82=BC=EC=84=B1?= =?utf8?q?=EC=A0=84=EC=9E=90?= Date: Mon, 1 Oct 2018 11:49:44 +0900 Subject: [PATCH] Add copyright and license for benchmark directory (#2847) - Add Apache 2.0 in our source (Benchmark.*) - Add our copyright in our modification to ACL (benchmark*.cpp) Signed-off-by: Sanggyu Lee --- benchmark/acl/Benchmark.cpp | 16 ++++++++++++++++ benchmark/acl/Benchmark.h | 16 ++++++++++++++++ benchmark/acl/benchmark_googlenet.cpp | 1 + benchmark/acl/benchmark_inception_v3.cpp | 1 + benchmark/acl/benchmark_mobilenet.cpp | 1 + 5 files changed, 35 insertions(+) diff --git a/benchmark/acl/Benchmark.cpp b/benchmark/acl/Benchmark.cpp index fe10ac1..ba60012 100644 --- a/benchmark/acl/Benchmark.cpp +++ b/benchmark/acl/Benchmark.cpp @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2018 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. + */ + #include "Benchmark.h" #include diff --git a/benchmark/acl/Benchmark.h b/benchmark/acl/Benchmark.h index 9ce1693..200f409 100644 --- a/benchmark/acl/Benchmark.h +++ b/benchmark/acl/Benchmark.h @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2018 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 __ACL_BENCHMARK_H__ #define __ACL_BENCHMARK_H__ diff --git a/benchmark/acl/benchmark_googlenet.cpp b/benchmark/acl/benchmark_googlenet.cpp index de145dc..ecefdcb 100644 --- a/benchmark/acl/benchmark_googlenet.cpp +++ b/benchmark/acl/benchmark_googlenet.cpp @@ -1,4 +1,5 @@ /* + * Copyright (c) 2018 Samsung Electronics Co., Ltd. All Rights Reserved * Copyright (c) 2017 ARM Limited. * * SPDX-License-Identifier: MIT diff --git a/benchmark/acl/benchmark_inception_v3.cpp b/benchmark/acl/benchmark_inception_v3.cpp index 786ee6a..7bb31fc 100644 --- a/benchmark/acl/benchmark_inception_v3.cpp +++ b/benchmark/acl/benchmark_inception_v3.cpp @@ -1,4 +1,5 @@ /* + * Copyright (c) 2018 Samsung Electronics Co., Ltd. All Rights Reserved * Copyright (c) 2017-2018 ARM Limited. * * SPDX-License-Identifier: MIT diff --git a/benchmark/acl/benchmark_mobilenet.cpp b/benchmark/acl/benchmark_mobilenet.cpp index 2ed6965..765606e 100644 --- a/benchmark/acl/benchmark_mobilenet.cpp +++ b/benchmark/acl/benchmark_mobilenet.cpp @@ -1,4 +1,5 @@ /* + * Copyright (c) 2018 Samsung Electronics Co., Ltd. All Rights Reserved * Copyright (c) 2017 ARM Limited. * * SPDX-License-Identifier: MIT -- 2.7.4