From e3500d0b50f31c0abefb679aa64977d0355c1854 Mon Sep 17 00:00:00 2001 From: siujamo Date: Thu, 24 Apr 2025 11:51:34 +0800 Subject: [PATCH] refactor: updated copyright information --- gradle/libs.versions.toml | 15 +++++++++++++++ key-pair-loader/build.gradle.kts | 2 +- map-util-unsafe/build.gradle.kts | 2 +- num4j/build.gradle.kts | 2 +- .../build.gradle.kts | 2 +- simple-jwt-authzero/build.gradle.kts | 2 +- simple-jwt-facade/build.gradle.kts | 2 +- simple-jwt/build.gradle.kts | 2 +- 8 files changed, 22 insertions(+), 7 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 08a2190..8ef45f6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,3 +1,18 @@ +# Copyright (C) 2024-2025 OnixByte. +# +# 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. + [versions] slf4j = "2.0.17" logback = "1.5.18" diff --git a/key-pair-loader/build.gradle.kts b/key-pair-loader/build.gradle.kts index a77dbb4..83af866 100644 --- a/key-pair-loader/build.gradle.kts +++ b/key-pair-loader/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024-2024 OnixByte. + * Copyright (C) 2024-2025 OnixByte. * * 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/map-util-unsafe/build.gradle.kts b/map-util-unsafe/build.gradle.kts index c3ce32b..e1a64d5 100644 --- a/map-util-unsafe/build.gradle.kts +++ b/map-util-unsafe/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024-2024 OnixByte. + * Copyright (C) 2024-2025 OnixByte. * * 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/num4j/build.gradle.kts b/num4j/build.gradle.kts index 267689c..d8d1dc3 100644 --- a/num4j/build.gradle.kts +++ b/num4j/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024-2024 OnixByte. + * Copyright (C) 2024-2025 OnixByte. * * 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/property-guard-spring-boot-starter/build.gradle.kts b/property-guard-spring-boot-starter/build.gradle.kts index 4d80cd0..2f23b87 100644 --- a/property-guard-spring-boot-starter/build.gradle.kts +++ b/property-guard-spring-boot-starter/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024-2024 OnixByte. + * Copyright (C) 2024-2025 OnixByte. * * 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/simple-jwt-authzero/build.gradle.kts b/simple-jwt-authzero/build.gradle.kts index 524df93..3958f0d 100644 --- a/simple-jwt-authzero/build.gradle.kts +++ b/simple-jwt-authzero/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024-2024 OnixByte. + * Copyright (C) 2024-2025 OnixByte. * * 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/simple-jwt-facade/build.gradle.kts b/simple-jwt-facade/build.gradle.kts index ce7b130..b5ac744 100644 --- a/simple-jwt-facade/build.gradle.kts +++ b/simple-jwt-facade/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024-2024 OnixByte. + * Copyright (C) 2024-2025 OnixByte. * * 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/simple-jwt/build.gradle.kts b/simple-jwt/build.gradle.kts index 73f54dc..2161129 100644 --- a/simple-jwt/build.gradle.kts +++ b/simple-jwt/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024-2024 OnixByte. + * Copyright (C) 2024-2025 OnixByte. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.