From be57346af456b3d65f91cb87287c1bf8151d8c84 Mon Sep 17 00:00:00 2001 From: zhouxianqi <13165993773@163.com> Date: Thu, 3 Jul 2025 14:35:57 +0800 Subject: [PATCH] fix_licenses --- profiler/msprof_analyze/prof_common/path_manager.py | 6 +++--- profiler/msprof_analyze/prof_common/singleton.py | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/profiler/msprof_analyze/prof_common/path_manager.py b/profiler/msprof_analyze/prof_common/path_manager.py index ed0a0554ebf..05970362ba2 100644 --- a/profiler/msprof_analyze/prof_common/path_manager.py +++ b/profiler/msprof_analyze/prof_common/path_manager.py @@ -1,11 +1,11 @@ -# Copyright (c) 2024 Huawei Technologies Co., Ltd +# Copyright (c) 2024, Huawei Technologies Co., Ltd. # All rights reserved. # -# Licensed under the BSD 3-Clause License (the "License"); +# 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 # -# https://opensource.org/licenses/BSD-3-Clause +# 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, diff --git a/profiler/msprof_analyze/prof_common/singleton.py b/profiler/msprof_analyze/prof_common/singleton.py index f950362fc2a..21976243be9 100644 --- a/profiler/msprof_analyze/prof_common/singleton.py +++ b/profiler/msprof_analyze/prof_common/singleton.py @@ -1,11 +1,11 @@ -# Copyright (c) 2025 Huawei Technologies Co., Ltd +# Copyright (c) 2024, Huawei Technologies Co., Ltd. # All rights reserved. # -# Licensed under the BSD 3-Clause License (the "License"); +# 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 # -# https://opensource.org/licenses/BSD-3-Clause +# 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, -- Gitee