From: 김수진/동작제어Lab(SR)/Engineer/삼성전자 Date: Tue, 23 Oct 2018 01:39:30 +0000 (+0900) Subject: [neurun] Add missed license to newly added files (#3290) X-Git-Tag: 0.3~552 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=64faeb59fbe13e32a73a9a99f4f654e27d8104bd;p=platform%2Fcore%2Fml%2Fnnfw.git [neurun] Add missed license to newly added files (#3290) This commit adds missed license to newly added files. Signed-off-by: sjsujinkim --- diff --git a/runtimes/neurun/src/graph/operand/BackendSet.cc b/runtimes/neurun/src/graph/operand/BackendSet.cc index cd99e00..9a284d7 100644 --- a/runtimes/neurun/src/graph/operand/BackendSet.cc +++ b/runtimes/neurun/src/graph/operand/BackendSet.cc @@ -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 "BackendSet.h" #include diff --git a/runtimes/neurun/src/graph/operand/BackendSet.h b/runtimes/neurun/src/graph/operand/BackendSet.h index b81e76e..8b457a0 100644 --- a/runtimes/neurun/src/graph/operand/BackendSet.h +++ b/runtimes/neurun/src/graph/operand/BackendSet.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 __NEURUN_GRAPH_OPERAND_BACKEND_SET_H__ #define __NEURUN_GRAPH_OPERAND_BACKEND_SET_H__ diff --git a/runtimes/neurun/src/graph/operation/Add.cc b/runtimes/neurun/src/graph/operation/Add.cc index eaf633d..bbbd606 100644 --- a/runtimes/neurun/src/graph/operation/Add.cc +++ b/runtimes/neurun/src/graph/operation/Add.cc @@ -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 "Add.h" #include diff --git a/runtimes/neurun/src/graph/operation/Add.h b/runtimes/neurun/src/graph/operation/Add.h index 26a4e90..e1d8a07 100644 --- a/runtimes/neurun/src/graph/operation/Add.h +++ b/runtimes/neurun/src/graph/operation/Add.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 __NEURUN_GRAPH_OPERATION_ADD_H__ #define __NEURUN_GRAPH_OPERATION_ADD_H__ diff --git a/runtimes/neurun/src/graph/operation/OperandConstraint.cc b/runtimes/neurun/src/graph/operation/OperandConstraint.cc index f434cb8..36a0fe5 100644 --- a/runtimes/neurun/src/graph/operation/OperandConstraint.cc +++ b/runtimes/neurun/src/graph/operation/OperandConstraint.cc @@ -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 "OperandConstraint.h" namespace neurun diff --git a/runtimes/neurun/src/graph/operation/OperandConstraint.h b/runtimes/neurun/src/graph/operation/OperandConstraint.h index 1f656c4..753b951 100644 --- a/runtimes/neurun/src/graph/operation/OperandConstraint.h +++ b/runtimes/neurun/src/graph/operation/OperandConstraint.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 __NEURUN_GRAPH_OPERATION_OPERAND_CONSTRAINT_H__ #define __NEURUN_GRAPH_OPERATION_OPERAND_CONSTRAINT_H__ diff --git a/runtimes/neurun/src/graph/operation/Permute.cc b/runtimes/neurun/src/graph/operation/Permute.cc index 57a40f7..4b317f7 100644 --- a/runtimes/neurun/src/graph/operation/Permute.cc +++ b/runtimes/neurun/src/graph/operation/Permute.cc @@ -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 "Permute.h" #include diff --git a/runtimes/neurun/src/graph/operation/Permute.h b/runtimes/neurun/src/graph/operation/Permute.h index 5a64ca8..1ebbbee 100644 --- a/runtimes/neurun/src/graph/operation/Permute.h +++ b/runtimes/neurun/src/graph/operation/Permute.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 __NEURUN_GRAPH_OPERATION_PERMUTE_PERMUTE_H__ #define __NEURUN_GRAPH_OPERATION_PERMUTE_PERMUTE_H__ diff --git a/runtimes/neurun/test/graph/operand/LayoutSet.cc b/runtimes/neurun/test/graph/operand/LayoutSet.cc index 6ff21cb..f83e76e 100644 --- a/runtimes/neurun/test/graph/operand/LayoutSet.cc +++ b/runtimes/neurun/test/graph/operand/LayoutSet.cc @@ -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 "graph/operand/LayoutSet.h"