Skip to content

Commit 718ecc3

Browse files
committed
fix: Update copyright notice and licensing information in log.rs
1 parent a467010 commit 718ecc3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

phper-test/src/log.rs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
// Copyright (c) 2025 PHPER Framework Team
2+
// PHPER is licensed under Mulan PSL v2.
3+
// You can use this software according to the terms and conditions of the Mulan
4+
// PSL v2. You may obtain a copy of Mulan PSL v2 at:
5+
// http://license.coscl.org.cn/MulanPSL2
6+
// THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY
7+
// KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
8+
// NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
9+
// See the Mulan PSL v2 for more details.
10+
111
//! Logging utilities for phper tests.
212
//!
313
//! This module provides a centralized logging setup specifically designed for

0 commit comments

Comments
 (0)