From b6abe1eac8f6bd8464111092e0fc86143f82aabb 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:08:00 +0900 Subject: [PATCH] [nnop] Add license notice (#1617) This commit appends license notice for all the headers and sources of nnop project. Signed-off-by: Jonghyun Park --- contrib/nnop/include/nnop/Conv2D.h | 16 ++++++++++++++++ contrib/nnop/include/nnop/PadInfo.h | 16 ++++++++++++++++ contrib/nnop/include/nnop/StrideInfo.h | 16 ++++++++++++++++ contrib/nnop/src/Conv2D.test.cpp | 16 ++++++++++++++++ contrib/nnop/src/PadInfo.test.cpp | 16 ++++++++++++++++ contrib/nnop/src/StrideInfo.test.cpp | 16 ++++++++++++++++ 6 files changed, 96 insertions(+) diff --git a/contrib/nnop/include/nnop/Conv2D.h b/contrib/nnop/include/nnop/Conv2D.h index 6191f73..eae2f9c 100644 --- a/contrib/nnop/include/nnop/Conv2D.h +++ b/contrib/nnop/include/nnop/Conv2D.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 __NNOP_CONV2D_H__ #define __NNOP_CONV2D_H__ diff --git a/contrib/nnop/include/nnop/PadInfo.h b/contrib/nnop/include/nnop/PadInfo.h index e5a902f..228f085 100644 --- a/contrib/nnop/include/nnop/PadInfo.h +++ b/contrib/nnop/include/nnop/PadInfo.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 __NNOP_PAD_INFO_H__ #define __NNOP_PAD_INFO_H__ diff --git a/contrib/nnop/include/nnop/StrideInfo.h b/contrib/nnop/include/nnop/StrideInfo.h index ec13491..e47489f 100644 --- a/contrib/nnop/include/nnop/StrideInfo.h +++ b/contrib/nnop/include/nnop/StrideInfo.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 __NNOP_STRIDE_INFO_H__ #define __NNOP_STRIDE_INFO_H__ diff --git a/contrib/nnop/src/Conv2D.test.cpp b/contrib/nnop/src/Conv2D.test.cpp index e6f08fa..ebe23ce 100644 --- a/contrib/nnop/src/Conv2D.test.cpp +++ b/contrib/nnop/src/Conv2D.test.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 "nnop/Conv2D.h" #include diff --git a/contrib/nnop/src/PadInfo.test.cpp b/contrib/nnop/src/PadInfo.test.cpp index 62b5943..592e7f1 100644 --- a/contrib/nnop/src/PadInfo.test.cpp +++ b/contrib/nnop/src/PadInfo.test.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 "nnop/PadInfo.h" #include diff --git a/contrib/nnop/src/StrideInfo.test.cpp b/contrib/nnop/src/StrideInfo.test.cpp index 802104c..d40f2fa 100644 --- a/contrib/nnop/src/StrideInfo.test.cpp +++ b/contrib/nnop/src/StrideInfo.test.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 "nnop/StrideInfo.h" #include -- 2.7.4