From 15dcb4a7d2ce6d3de4dc232aae71c63a6775709e Mon Sep 17 00:00:00 2001 From: =?utf8?q?=D0=A0=D0=BE=D0=BC=D0=B0=D0=BD=20=D0=9C=D0=B8=D1=85=D0=B0?= =?utf8?q?=D0=B9=D0=BB=D0=BE=D0=B2=D0=B8=D1=87=20=D0=A0=D1=83=D1=81=D1=8F?= =?utf8?q?=D0=B5=D0=B2/AI=20Tools=20Lab=20/SRR/Staff=20Engineer/=EC=82=BC?= =?utf8?q?=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Mon, 1 Oct 2018 14:53:00 +0300 Subject: [PATCH] Add license for new files (#1698) Add license for new files: serializer, deserializer Signed-off-by: Roman Rusyaev --- contrib/nnc/core/serialize/Deserializer.cpp | 16 ++++++++++++++++ contrib/nnc/include/core/serialize/Deserializer.h | 16 ++++++++++++++++ contrib/nnc/unittests/core/deserializer.cpp | 16 ++++++++++++++++ 3 files changed, 48 insertions(+) diff --git a/contrib/nnc/core/serialize/Deserializer.cpp b/contrib/nnc/core/serialize/Deserializer.cpp index a0a70cd..d91188d 100644 --- a/contrib/nnc/core/serialize/Deserializer.cpp +++ b/contrib/nnc/core/serialize/Deserializer.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 "core/serialize/Deserializer.h" #include "model_ir.pb.h" diff --git a/contrib/nnc/include/core/serialize/Deserializer.h b/contrib/nnc/include/core/serialize/Deserializer.h index fcd3e67..66a2bb5 100644 --- a/contrib/nnc/include/core/serialize/Deserializer.h +++ b/contrib/nnc/include/core/serialize/Deserializer.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 _NNC_CORE_DESERIALIZER_H_ #define _NNC_CORE_DESERIALIZER_H_ diff --git a/contrib/nnc/unittests/core/deserializer.cpp b/contrib/nnc/unittests/core/deserializer.cpp index 5641b11..555b216 100644 --- a/contrib/nnc/unittests/core/deserializer.cpp +++ b/contrib/nnc/unittests/core/deserializer.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 #include "core/serialize/Deserializer.h" -- 2.7.4