From: Shubham Gupta/SNAP /SRI-Bangalore/Engineer/삼성전자 Date: Tue, 4 Dec 2018 01:14:11 +0000 (+0530) Subject: Add license comments to SimplePackLayer* (#3838) X-Git-Tag: 0.3~236 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1163ce4369bac4141705f7aa1f2d09632eddc273;p=platform%2Fcore%2Fml%2Fnnfw.git Add license comments to SimplePackLayer* (#3838) This patch will add license comments to SimplePackLayer.cpp and SimplePackLayer.h Signed-off-by: shubham --- 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__