From ed76bfe6abbca41d1147d328c0d7d6b59ae20cca Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Wed, 31 Dec 2025 19:58:32 +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 +- limit.go | 2 +- limit_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..cc797e2 100644 --- a/NOTICE +++ b/NOTICE @@ -1,13 +1,5 @@ - Copyright 2025 肖其顿 +limit +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/limit). \ No newline at end of file diff --git a/example_test.go b/example_test.go index 5f96cbb..2bf7cc5 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/limit.go b/limit.go index ab72490..049d2aa 100644 --- a/limit.go +++ b/limit.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/limit_test.go b/limit_test.go index 9b5e43e..ef53b45 100644 --- a/limit_test.go +++ b/limit_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.