From 46a0acb47640559746d547fcbf8dec33ac658343 Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Wed, 31 Dec 2025 20:02:48 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=A7=84=E8=8C=83=E6=8E=88=E6=9D=83):=20?= =?UTF-8?q?=E8=A7=84=E8=8C=83NOTICE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 2 +- NOTICE | 16 ++++------------ example_test.go | 2 +- klock.go | 2 +- klock_test.go | 2 +- 5 files changed, 8 insertions(+), 16 deletions(-) diff --git a/LICENSE b/LICENSE index 800f2c7..3706381 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2025 肖其顿 + Copyright 2025 肖其顿 (XIAO QI DUN) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/NOTICE b/NOTICE index 73d68a9..db8f862 100644 --- a/NOTICE +++ b/NOTICE @@ -1,13 +1,5 @@ - Copyright 2025 肖其顿 +klock +Copyright 2025 肖其顿 (XIAO QI DUN) - 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. +This product includes software developed by +肖其顿 (XIAO QI DUN) (https://github.com/xiaoqidun/klock). \ No newline at end of file diff --git a/example_test.go b/example_test.go index 8aceeb8..1c60626 100644 --- a/example_test.go +++ b/example_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 肖其顿 +// Copyright 2025 肖其顿 (XIAO QI DUN) // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/klock.go b/klock.go index 7983ae8..e8cfa55 100644 --- a/klock.go +++ b/klock.go @@ -1,4 +1,4 @@ -// Copyright 2025 肖其顿 +// Copyright 2025 肖其顿 (XIAO QI DUN) // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/klock_test.go b/klock_test.go index d99ae63..b46b5d4 100644 --- a/klock_test.go +++ b/klock_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 肖其顿 +// Copyright 2025 肖其顿 (XIAO QI DUN) // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.