From 1163ce4369bac4141705f7aa1f2d09632eddc273 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Shubham=20Gupta/SNAP=20/SRI-Bangalore/Engineer/=EC=82=BC?= =?utf8?q?=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Tue, 4 Dec 2018 06:44:11 +0530 Subject: [PATCH] Add license comments to SimplePackLayer* (#3838) This patch will add license comments to SimplePackLayer.cpp and SimplePackLayer.h Signed-off-by: shubham --- .../src/internal/layers/SimplePackLayer.cc | 15 +++++++++++++++ .../src/internal/layers/SimplePackLayer.h | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/runtimes/pure_arm_compute/src/internal/layers/SimplePackLayer.cc b/runtimes/pure_arm_compute/src/internal/layers/SimplePackLayer.cc index 43ef93c..2a0a25f 100644 --- a/runtimes/pure_arm_compute/src/internal/layers/SimplePackLayer.cc +++ b/runtimes/pure_arm_compute/src/internal/layers/SimplePackLayer.cc @@ -1,3 +1,18 @@ +/* + * 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 "internal/arm_compute.h" #include "SimplePackLayer.h" diff --git a/runtimes/pure_arm_compute/src/internal/layers/SimplePackLayer.h b/runtimes/pure_arm_compute/src/internal/layers/SimplePackLayer.h index 2e7edaf..620a05e 100644 --- a/runtimes/pure_arm_compute/src/internal/layers/SimplePackLayer.h +++ b/runtimes/pure_arm_compute/src/internal/layers/SimplePackLayer.h @@ -1,3 +1,18 @@ +/* + * 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 __SIMPLE_PACK_LAYER_H__ #define __SIMPLE_PACK_LAYER_H__ -- 2.7.4