From 1a2660ac34df65ffaa1f22ba14fe96144efe73d4 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: Wed, 10 Apr 2019 13:34:10 +0900 Subject: [PATCH] Fix copyright (#4967) Fix copyright using introduced script Add copyright in libs/ARMComputeEx/src/runtime/misc/functions/Utils.cpp, runtimes/neurun/backend/acl_neon/operand/INETensor.cc Fix libs/ARMComputeEx/arm_compute/runtime/misc/functions/Utils.h year based on file created date Signed-off-by: Hyeongseok Oh --- .../arm_compute/runtime/misc/functions/Utils.h | 2 +- libs/ARMComputeEx/src/runtime/misc/functions/Utils.cpp | 16 ++++++++++++++++ runtimes/neurun/backend/acl_neon/operand/INETensor.cc | 16 ++++++++++++++++ 3 files changed, 33 insertions(+), 1 deletion(-) diff --git a/libs/ARMComputeEx/arm_compute/runtime/misc/functions/Utils.h b/libs/ARMComputeEx/arm_compute/runtime/misc/functions/Utils.h index 43df559..24c9d0f 100644 --- a/libs/ARMComputeEx/arm_compute/runtime/misc/functions/Utils.h +++ b/libs/ARMComputeEx/arm_compute/runtime/misc/functions/Utils.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Samsung Electronics Co., Ltd. All Rights Reserved + * 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. diff --git a/libs/ARMComputeEx/src/runtime/misc/functions/Utils.cpp b/libs/ARMComputeEx/src/runtime/misc/functions/Utils.cpp index 5bd1a1c..ccf4220 100644 --- a/libs/ARMComputeEx/src/runtime/misc/functions/Utils.cpp +++ b/libs/ARMComputeEx/src/runtime/misc/functions/Utils.cpp @@ -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. + */ + #include "arm_compute/runtime/misc/functions/Utils.h" namespace arm_compute diff --git a/runtimes/neurun/backend/acl_neon/operand/INETensor.cc b/runtimes/neurun/backend/acl_neon/operand/INETensor.cc index e818ba5..be18ac4 100644 --- a/runtimes/neurun/backend/acl_neon/operand/INETensor.cc +++ b/runtimes/neurun/backend/acl_neon/operand/INETensor.cc @@ -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. + */ + #include "INETensor.h" namespace neurun -- 2.7.4