From 9382a3239bcaf7c98dd24683ead57158745cf7e6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EB=B0=95=EC=A2=85=ED=98=84/=EB=8F=99=EC=9E=91=EC=A0=9C?= =?utf8?q?=EC=96=B4Lab=28SR=29/Staff=20Engineer/=EC=82=BC=EC=84=B1?= =?utf8?q?=EC=A0=84=EC=9E=90?= Date: Fri, 21 Sep 2018 13:07:52 +0900 Subject: [PATCH] [nnsuite] Add license notice (#1616) This commit appends license notice for all the headers and sources of nnsuite library. Signed-off-by: Jonghyun Park --- contrib/nnsuite/conv/include/nnsuite/conv/Model.h | 16 ++++++++++++++++ contrib/nnsuite/conv/include/nnsuite/conv/RandomModel.h | 16 ++++++++++++++++ contrib/nnsuite/conv/src/RandomModel.cpp | 16 ++++++++++++++++ 3 files changed, 48 insertions(+) diff --git a/contrib/nnsuite/conv/include/nnsuite/conv/Model.h b/contrib/nnsuite/conv/include/nnsuite/conv/Model.h index 37e4544..2aa9d28 100644 --- a/contrib/nnsuite/conv/include/nnsuite/conv/Model.h +++ b/contrib/nnsuite/conv/include/nnsuite/conv/Model.h @@ -1,3 +1,19 @@ +/* + * 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 __NNSUITE_CONV_MODEL_H__ #define __NNSUITE_CONV_MODEL_H__ diff --git a/contrib/nnsuite/conv/include/nnsuite/conv/RandomModel.h b/contrib/nnsuite/conv/include/nnsuite/conv/RandomModel.h index f0cbf06..b93de8e 100644 --- a/contrib/nnsuite/conv/include/nnsuite/conv/RandomModel.h +++ b/contrib/nnsuite/conv/include/nnsuite/conv/RandomModel.h @@ -1,3 +1,19 @@ +/* + * 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 __NNSUITE_CONV2D_RANDOM_MODEL_H__ #define __NNSUITE_CONV2D_RANDOM_MODEL_H__ diff --git a/contrib/nnsuite/conv/src/RandomModel.cpp b/contrib/nnsuite/conv/src/RandomModel.cpp index f2ec898..7b15d4c 100644 --- a/contrib/nnsuite/conv/src/RandomModel.cpp +++ b/contrib/nnsuite/conv/src/RandomModel.cpp @@ -1,3 +1,19 @@ +/* + * 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 "nnsuite/conv/RandomModel.h" #include -- 2.7.4