From 28d1c68b1c1982d2c9017fd822a4fa56fe7b772d 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, 3 Jul 2019 16:28:03 +0900 Subject: [PATCH] Fix and add license (#5537) Fix license year and add lost license Signed-off-by: Hyeongseok Oh --- contrib/tflite_loader/schema_generated.h | 15 +++++++++++++++ .../arm_compute/runtime/CL/functions/CLRNNLayerEx.h | 2 +- .../src/runtime/CL/functions/CLRNNLayerEx.cpp | 2 +- libs/cker/include/cker/operation/Add.h | 17 +++++++++++++++++ runtimes/neurun/core/src/exec/ParallelScheduler.cc | 16 ++++++++++++++++ .../core/src/exec/interp/operations/OperationUtil.h | 16 ++++++++++++++++ 6 files changed, 66 insertions(+), 2 deletions(-) diff --git a/contrib/tflite_loader/schema_generated.h b/contrib/tflite_loader/schema_generated.h index 48f812d..4a11f9a 100644 --- a/contrib/tflite_loader/schema_generated.h +++ b/contrib/tflite_loader/schema_generated.h @@ -1,3 +1,18 @@ +/* + * 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. + */ // automatically generated by the FlatBuffers compiler, do not modify #ifndef FLATBUFFERS_GENERATED_SCHEMA_TFLITE_H_ diff --git a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLRNNLayerEx.h b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLRNNLayerEx.h index d9857e6..7e88cb3 100644 --- a/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLRNNLayerEx.h +++ b/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLRNNLayerEx.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 * Copyright (c) 2018 ARM Limited. * * SPDX-License-Identifier: MIT diff --git a/libs/ARMComputeEx/src/runtime/CL/functions/CLRNNLayerEx.cpp b/libs/ARMComputeEx/src/runtime/CL/functions/CLRNNLayerEx.cpp index de9cdde..2a34c06 100644 --- a/libs/ARMComputeEx/src/runtime/CL/functions/CLRNNLayerEx.cpp +++ b/libs/ARMComputeEx/src/runtime/CL/functions/CLRNNLayerEx.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright (c) 2019 Samsung Electronics Co., Ltd. All Rights Reserved * Copyright (c) 2018 ARM Limited. * * SPDX-License-Identifier: MIT diff --git a/libs/cker/include/cker/operation/Add.h b/libs/cker/include/cker/operation/Add.h index 4c4dce7..703d617 100644 --- a/libs/cker/include/cker/operation/Add.h +++ b/libs/cker/include/cker/operation/Add.h @@ -1,3 +1,20 @@ +/* + * Copyright (c) 2019 Samsung Electronics Co., Ltd. All Rights Reserved + * Copyright 2017 The TensorFlow Authors. 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 __NNFW_CKER_ADD_H__ #define __NNFW_CKER_ADD_H__ diff --git a/runtimes/neurun/core/src/exec/ParallelScheduler.cc b/runtimes/neurun/core/src/exec/ParallelScheduler.cc index a45079e..44f1a5f 100644 --- a/runtimes/neurun/core/src/exec/ParallelScheduler.cc +++ b/runtimes/neurun/core/src/exec/ParallelScheduler.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 "ParallelScheduler.h" #include diff --git a/runtimes/neurun/core/src/exec/interp/operations/OperationUtil.h b/runtimes/neurun/core/src/exec/interp/operations/OperationUtil.h index 0ea40e3..4d2b4e1 100644 --- a/runtimes/neurun/core/src/exec/interp/operations/OperationUtil.h +++ b/runtimes/neurun/core/src/exec/interp/operations/OperationUtil.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 __NEURUN_EXEC_INTERP_OPERATIONS_OPERATION_UTILS_H_ #define __NEURUN_EXEC_INTERP_OPERATIONS_OPERATION_UTILS_H_ -- 2.7.4