From 5eecb8e32c91f7afe0c26330af7efb98cac23b04 Mon Sep 17 00:00:00 2001 From: YedongLiu Date: Wed, 23 Sep 2020 09:39:41 +0800 Subject: [PATCH] update LICENSE title for msame --- msame/inc/model_process.h | 28 ++++++++++++++++------------ msame/inc/sample_process.h | 24 ++++++++++++++---------- msame/inc/utils.h | 24 ++++++++++++++---------- msame/src/CMakeLists.txt | 2 -- msame/src/main.cpp | 24 ++++++++++++++---------- msame/src/model_process.cpp | 24 ++++++++++++++---------- msame/src/sample_process.cpp | 24 ++++++++++++++---------- msame/src/utils.cpp | 24 ++++++++++++++---------- 8 files changed, 100 insertions(+), 74 deletions(-) diff --git a/msame/inc/model_process.h b/msame/inc/model_process.h index 2141609..18b7bd0 100644 --- a/msame/inc/model_process.h +++ b/msame/inc/model_process.h @@ -1,15 +1,19 @@ -/* - * @file model_process.h - * - * Copyright (C) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved. - * Description: model_process - * Author: fuyangchenghu - * Create: 2020/6/22 - * Notes: - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - */ +/** +* Copyright 2020 Huawei Technologies Co., Ltd +* +* 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 _MODEL_PROCESS_H_ #define _MODEL_PROCESS_H_ #include "acl/acl.h" diff --git a/msame/inc/sample_process.h b/msame/inc/sample_process.h index 5e997b9..98d2ff3 100644 --- a/msame/inc/sample_process.h +++ b/msame/inc/sample_process.h @@ -1,15 +1,19 @@ -/* -* @file sample_process.h +/** +* Copyright 2020 Huawei Technologies Co., Ltd * -* Copyright (C) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved. -* Description: model_process -* Author: fuyangchenghu -* Create: 2020/6/22 -* Notes: -* This program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* 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 _SAMPLE_PROCESS_H_ #define _SAMPLE_PROCESS_H_ #include "acl/acl.h" diff --git a/msame/inc/utils.h b/msame/inc/utils.h index bddb48d..6313b23 100644 --- a/msame/inc/utils.h +++ b/msame/inc/utils.h @@ -1,15 +1,19 @@ -/* -* @file utils.h +/** +* Copyright 2020 Huawei Technologies Co., Ltd * -* Copyright (C) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved. -* Description: model_process -* Author: fuyangchenghu -* Create: 2020/6/22 -* Notes: -* This program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* 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 _UTILS_H_ #define _UTILS_H_ #include diff --git a/msame/src/CMakeLists.txt b/msame/src/CMakeLists.txt index a272d89..6dc9271 100755 --- a/msame/src/CMakeLists.txt +++ b/msame/src/CMakeLists.txt @@ -1,5 +1,3 @@ -# Copyright (c) Huawei Technologies Co., Ltd. 2019. All rights reserved. - # CMake lowest version requirement cmake_minimum_required(VERSION 3.5.1) diff --git a/msame/src/main.cpp b/msame/src/main.cpp index 6b63cee..45ca31e 100644 --- a/msame/src/main.cpp +++ b/msame/src/main.cpp @@ -1,15 +1,19 @@ -/* -* @file main.cpp +/** +* Copyright 2020 Huawei Technologies Co., Ltd * -* Copyright (C) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved. -* Description: model_process -* Author: fuyangchenghu -* Create: 2020/6/22 -* Notes: -* This program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* 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 "sample_process.h" #include "utils.h" #include diff --git a/msame/src/model_process.cpp b/msame/src/model_process.cpp index cecf2e0..4f630c8 100644 --- a/msame/src/model_process.cpp +++ b/msame/src/model_process.cpp @@ -1,15 +1,19 @@ -/* -* @file model_process.cpp +/** +* Copyright 2020 Huawei Technologies Co., Ltd * -* Copyright (C) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved. -* Description: model_process -* Author: fuyangchenghu -* Create: 2020/6/22 -* Notes: -* This program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* 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 "model_process.h" #include "utils.h" #include diff --git a/msame/src/sample_process.cpp b/msame/src/sample_process.cpp index 5c983bf..5a7c2a7 100644 --- a/msame/src/sample_process.cpp +++ b/msame/src/sample_process.cpp @@ -1,15 +1,19 @@ -/* -* @file sample_process.cpp +/** +* Copyright 2020 Huawei Technologies Co., Ltd * -* Copyright (C) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved. -* Description: model_process -* Author: fuyangchenghu -* Create: 2020/6/22 -* Notes: -* This program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* 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 "sample_process.h" #include "acl/acl.h" #include "model_process.h" diff --git a/msame/src/utils.cpp b/msame/src/utils.cpp index 4f9c039..9faee80 100644 --- a/msame/src/utils.cpp +++ b/msame/src/utils.cpp @@ -1,15 +1,19 @@ -/* -* @file utils.cpp +/** +* Copyright 2020 Huawei Technologies Co., Ltd * -* Copyright (C) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved. -* Description: model_process -* Author: fuyangchenghu -* Create: 2020/6/22 -* Notes: -* This program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* 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 "utils.h" #include "acl/acl.h" #include