diff --git a/tools/rom_ram_analyzer/lite_small/__init__.py b/tools/rom_ram_analyzer/lite_small/__init__.py index dba10663d6002d939e496189e557bcbc8d2cc385..760862d7ae43f8fbb4170bf19f6ae3a12cd7ae7f 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.