From: Роман Михайлович Русяев/AI Tools Lab /SRR/Staff Engineer/삼성전자 Date: Mon, 1 Oct 2018 11:53:00 +0000 (+0300) Subject: Add license for new files (#1698) X-Git-Tag: nncc_backup~1659 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=15dcb4a7d2ce6d3de4dc232aae71c63a6775709e;p=platform%2Fcore%2Fml%2Fnnfw.git Add license for new files (#1698) Add license for new files: serializer, deserializer Signed-off-by: Roman Rusyaev --- 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"