diff --git a/LICENSE b/LICENSE index 3706381..84eff2d 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 肖其顿 (XIAO QI DUN) + Copyright 2025-2026 肖其顿 (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 cc797e2..3431fae 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ limit -Copyright 2025 肖其顿 (XIAO QI DUN) +Copyright 2025-2026 肖其顿 (XIAO QI DUN) 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 2bf7cc5..ddf91ca 100644 --- a/example_test.go +++ b/example_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 肖其顿 (XIAO QI DUN) +// Copyright 2025-2026 肖其顿 (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/go.mod b/go.mod index 27724fa..aeea291 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/xiaoqidun/limit -go 1.25.3 +go 1.24.0 require golang.org/x/time v0.14.0 diff --git a/limit.go b/limit.go index 049d2aa..91130e7 100644 --- a/limit.go +++ b/limit.go @@ -1,4 +1,4 @@ -// Copyright 2025 肖其顿 (XIAO QI DUN) +// Copyright 2025-2026 肖其顿 (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 ef53b45..3cc018f 100644 --- a/limit_test.go +++ b/limit_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 肖其顿 (XIAO QI DUN) +// Copyright 2025-2026 肖其顿 (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.