From: Shubham Gupta/SNAP /SRI-Bangalore/Engineer/삼성전자 Date: Mon, 10 Dec 2018 01:22:13 +0000 (+0530) Subject: Add license comments in SimpleUnpackLayer* (#3905) X-Git-Tag: 0.3~158 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7571806c57ab1a0fa1533cfdc43d5a165b4140c8;p=platform%2Fcore%2Fml%2Fnnfw.git Add license comments in SimpleUnpackLayer* (#3905) This patch will add license commnets in SimpleUnpackLayer.cc andSimpleUnpackLayer.h Signed-off-by: shubham --- diff --git a/runtimes/pure_arm_compute/src/internal/layers/SimpleUnpackLayer.cc b/runtimes/pure_arm_compute/src/internal/layers/SimpleUnpackLayer.cc index d96bbfd..910595a 100644 --- a/runtimes/pure_arm_compute/src/internal/layers/SimpleUnpackLayer.cc +++ b/runtimes/pure_arm_compute/src/internal/layers/SimpleUnpackLayer.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 "SimpleUnpackLayer.h" diff --git a/runtimes/pure_arm_compute/src/internal/layers/SimpleUnpackLayer.h b/runtimes/pure_arm_compute/src/internal/layers/SimpleUnpackLayer.h index a03765d..b6e1996 100644 --- a/runtimes/pure_arm_compute/src/internal/layers/SimpleUnpackLayer.h +++ b/runtimes/pure_arm_compute/src/internal/layers/SimpleUnpackLayer.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 __UNPACK_LAYER_H__ #define __UNPACK_LAYER_H__