From c59e9360a5782bf001956b94daa230a9576116da Mon Sep 17 00:00:00 2001 From: huangshan Date: Fri, 24 Mar 2023 02:45:39 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E9=99=A4=E9=87=8D=E5=A4=8D=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huangshan --- tools/rom_ram_analyzer/lite_small/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/rom_ram_analyzer/lite_small/__init__.py b/tools/rom_ram_analyzer/lite_small/__init__.py index dba1066..760862d 100644 --- a/tools/rom_ram_analyzer/lite_small/__init__.py +++ b/tools/rom_ram_analyzer/lite_small/__init__.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2022 Huawei Device Co., Ltd. +# Copyright (c) 2022-2023 Huawei Device 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 @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -# This file is only for indication this folder is a python package. \ No newline at end of file +# This file is only for indication this folder "lite_small" is a python package. -- Gitee