From 2535385e44cd6d3b314757186eccf88fa5340137 Mon Sep 17 00:00:00 2001 From: Valentin Delaye Date: Thu, 5 Feb 2026 05:42:17 +0100 Subject: [PATCH] Update license header for 2026 Signed-off-by: Valentin Delaye --- src/main/generated/Versions.java | 2 +- src/main/java/land/oras/Annotations.java | 2 +- src/main/java/land/oras/ArtifactType.java | 2 +- src/main/java/land/oras/Config.java | 2 +- src/main/java/land/oras/ContainerRef.java | 2 +- src/main/java/land/oras/CopyUtils.java | 2 +- src/main/java/land/oras/Describable.java | 2 +- src/main/java/land/oras/Descriptor.java | 2 +- src/main/java/land/oras/Index.java | 2 +- src/main/java/land/oras/Layer.java | 2 +- src/main/java/land/oras/LayoutRef.java | 2 +- src/main/java/land/oras/LocalPath.java | 2 +- src/main/java/land/oras/Manifest.java | 2 +- src/main/java/land/oras/ManifestDescriptor.java | 2 +- src/main/java/land/oras/OCI.java | 2 +- src/main/java/land/oras/OCILayout.java | 2 +- src/main/java/land/oras/OrasModel.java | 2 +- src/main/java/land/oras/Ref.java | 2 +- src/main/java/land/oras/Referrers.java | 2 +- src/main/java/land/oras/Registry.java | 2 +- src/main/java/land/oras/Repositories.java | 2 +- src/main/java/land/oras/Subject.java | 2 +- src/main/java/land/oras/Tags.java | 2 +- .../java/land/oras/auth/AbstractUsernamePasswordProvider.java | 2 +- src/main/java/land/oras/auth/AuthProvider.java | 2 +- src/main/java/land/oras/auth/AuthScheme.java | 2 +- src/main/java/land/oras/auth/AuthStore.java | 2 +- .../java/land/oras/auth/AuthStoreAuthenticationProvider.java | 2 +- src/main/java/land/oras/auth/BearerTokenProvider.java | 2 +- src/main/java/land/oras/auth/HttpClient.java | 2 +- src/main/java/land/oras/auth/NoAuthProvider.java | 2 +- src/main/java/land/oras/auth/Scope.java | 2 +- src/main/java/land/oras/auth/ScopeUtils.java | 2 +- src/main/java/land/oras/auth/Scopes.java | 2 +- src/main/java/land/oras/auth/UsernamePasswordProvider.java | 2 +- src/main/java/land/oras/exception/Error.java | 2 +- src/main/java/land/oras/exception/OrasException.java | 2 +- src/main/java/land/oras/utils/ArchiveUtils.java | 2 +- src/main/java/land/oras/utils/Const.java | 2 +- src/main/java/land/oras/utils/DigestUtils.java | 2 +- src/main/java/land/oras/utils/JsonUtils.java | 2 +- src/main/java/land/oras/utils/SupportedAlgorithm.java | 2 +- src/main/java/land/oras/utils/SupportedCompression.java | 2 +- src/test/java/land/oras/AnnotationsTest.java | 2 +- src/test/java/land/oras/ArtifactTypeTest.java | 2 +- src/test/java/land/oras/ClassAnnotationsTest.java | 2 +- src/test/java/land/oras/ConfigTest.java | 2 +- src/test/java/land/oras/ContainerRefTest.java | 2 +- src/test/java/land/oras/DockerIoITCase.java | 2 +- src/test/java/land/oras/GitHubContainerRegistryITCase.java | 2 +- src/test/java/land/oras/HarborS3ITCase.java | 2 +- src/test/java/land/oras/IndexTest.java | 2 +- src/test/java/land/oras/JFrogArtifactoryITCase.java | 2 +- src/test/java/land/oras/LayerTest.java | 2 +- src/test/java/land/oras/LayoutRefTest.java | 2 +- src/test/java/land/oras/LocalPathTest.java | 2 +- src/test/java/land/oras/ManifestDescriptorTest.java | 2 +- src/test/java/land/oras/ManifestTest.java | 2 +- src/test/java/land/oras/OCILayoutTest.java | 2 +- src/test/java/land/oras/PublicAzureCRITCase.java | 2 +- src/test/java/land/oras/PublicECRITCase.java | 2 +- src/test/java/land/oras/QuayIoITCase.java | 2 +- src/test/java/land/oras/ReferrersTest.java | 2 +- src/test/java/land/oras/RegistryTest.java | 2 +- src/test/java/land/oras/RegistryWireMockTest.java | 2 +- src/test/java/land/oras/RepositoriesTest.java | 2 +- src/test/java/land/oras/SubjectTest.java | 2 +- src/test/java/land/oras/TagsTest.java | 2 +- src/test/java/land/oras/ZotLocalhostITCase.java | 2 +- .../land/oras/auth/AuthStoreAuthenticationProviderTest.java | 2 +- src/test/java/land/oras/auth/AuthStoreTest.java | 2 +- src/test/java/land/oras/auth/BearerTokenProviderTest.java | 2 +- src/test/java/land/oras/auth/HttpClientTest.java | 2 +- src/test/java/land/oras/auth/NoAuthProviderTest.java | 2 +- src/test/java/land/oras/auth/ScopeUtilsTest.java | 2 +- src/test/java/land/oras/auth/ScopesTest.java | 2 +- src/test/java/land/oras/auth/UsernamePasswordProviderTest.java | 2 +- src/test/java/land/oras/exception/ErrorTest.java | 2 +- src/test/java/land/oras/exception/OrasExceptionTest.java | 2 +- src/test/java/land/oras/utils/ArchiveUtilsTest.java | 2 +- src/test/java/land/oras/utils/ConstTest.java | 2 +- src/test/java/land/oras/utils/DescriptorTest.java | 2 +- src/test/java/land/oras/utils/DigestUtilsTest.java | 2 +- src/test/java/land/oras/utils/JsonUtilsTest.java | 2 +- src/test/java/land/oras/utils/RegistryContainer.java | 2 +- src/test/java/land/oras/utils/SupportedAlgorithmTest.java | 2 +- src/test/java/land/oras/utils/ZotContainer.java | 2 +- src/test/java/land/oras/utils/ZotUnsecureContainer.java | 2 +- 88 files changed, 88 insertions(+), 88 deletions(-) diff --git a/src/main/generated/Versions.java b/src/main/generated/Versions.java index 73f795aa..71d2bdc8 100644 --- a/src/main/generated/Versions.java +++ b/src/main/generated/Versions.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/Annotations.java b/src/main/java/land/oras/Annotations.java index a1b640c4..07337c4f 100644 --- a/src/main/java/land/oras/Annotations.java +++ b/src/main/java/land/oras/Annotations.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/ArtifactType.java b/src/main/java/land/oras/ArtifactType.java index f3ec7904..a650d48a 100644 --- a/src/main/java/land/oras/ArtifactType.java +++ b/src/main/java/land/oras/ArtifactType.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/Config.java b/src/main/java/land/oras/Config.java index cee1ba25..54dd9e82 100644 --- a/src/main/java/land/oras/Config.java +++ b/src/main/java/land/oras/Config.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/ContainerRef.java b/src/main/java/land/oras/ContainerRef.java index da68036f..0d59e893 100644 --- a/src/main/java/land/oras/ContainerRef.java +++ b/src/main/java/land/oras/ContainerRef.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/CopyUtils.java b/src/main/java/land/oras/CopyUtils.java index 42f4e3cc..da18b32d 100644 --- a/src/main/java/land/oras/CopyUtils.java +++ b/src/main/java/land/oras/CopyUtils.java @@ -4,7 +4,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/Describable.java b/src/main/java/land/oras/Describable.java index 08896392..a90c5216 100644 --- a/src/main/java/land/oras/Describable.java +++ b/src/main/java/land/oras/Describable.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/Descriptor.java b/src/main/java/land/oras/Descriptor.java index 953b7601..5f38e4e2 100644 --- a/src/main/java/land/oras/Descriptor.java +++ b/src/main/java/land/oras/Descriptor.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/Index.java b/src/main/java/land/oras/Index.java index 7a3eaa5d..21bd2935 100644 --- a/src/main/java/land/oras/Index.java +++ b/src/main/java/land/oras/Index.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/Layer.java b/src/main/java/land/oras/Layer.java index 6db9a33f..a5629592 100644 --- a/src/main/java/land/oras/Layer.java +++ b/src/main/java/land/oras/Layer.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/LayoutRef.java b/src/main/java/land/oras/LayoutRef.java index 2bd8513d..8e00e04f 100644 --- a/src/main/java/land/oras/LayoutRef.java +++ b/src/main/java/land/oras/LayoutRef.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/LocalPath.java b/src/main/java/land/oras/LocalPath.java index 45b3a8ab..db0e32b3 100644 --- a/src/main/java/land/oras/LocalPath.java +++ b/src/main/java/land/oras/LocalPath.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/Manifest.java b/src/main/java/land/oras/Manifest.java index ef8c56f3..33ef98b0 100644 --- a/src/main/java/land/oras/Manifest.java +++ b/src/main/java/land/oras/Manifest.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/ManifestDescriptor.java b/src/main/java/land/oras/ManifestDescriptor.java index 9a257c0c..27113a20 100644 --- a/src/main/java/land/oras/ManifestDescriptor.java +++ b/src/main/java/land/oras/ManifestDescriptor.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/OCI.java b/src/main/java/land/oras/OCI.java index 5fafa6de..5494dc04 100644 --- a/src/main/java/land/oras/OCI.java +++ b/src/main/java/land/oras/OCI.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/OCILayout.java b/src/main/java/land/oras/OCILayout.java index cfe70a8f..81785041 100644 --- a/src/main/java/land/oras/OCILayout.java +++ b/src/main/java/land/oras/OCILayout.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/OrasModel.java b/src/main/java/land/oras/OrasModel.java index 559845ad..fa091349 100644 --- a/src/main/java/land/oras/OrasModel.java +++ b/src/main/java/land/oras/OrasModel.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/Ref.java b/src/main/java/land/oras/Ref.java index 7eb557e0..ceab3e81 100644 --- a/src/main/java/land/oras/Ref.java +++ b/src/main/java/land/oras/Ref.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/Referrers.java b/src/main/java/land/oras/Referrers.java index 7288043d..db3feb0a 100644 --- a/src/main/java/land/oras/Referrers.java +++ b/src/main/java/land/oras/Referrers.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/Registry.java b/src/main/java/land/oras/Registry.java index 6b095066..3b9d4dd1 100644 --- a/src/main/java/land/oras/Registry.java +++ b/src/main/java/land/oras/Registry.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/Repositories.java b/src/main/java/land/oras/Repositories.java index 0157dc7e..bfe094bf 100644 --- a/src/main/java/land/oras/Repositories.java +++ b/src/main/java/land/oras/Repositories.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/Subject.java b/src/main/java/land/oras/Subject.java index 035113df..18f366f3 100644 --- a/src/main/java/land/oras/Subject.java +++ b/src/main/java/land/oras/Subject.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/Tags.java b/src/main/java/land/oras/Tags.java index 278b8c8b..aec09a22 100644 --- a/src/main/java/land/oras/Tags.java +++ b/src/main/java/land/oras/Tags.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/auth/AbstractUsernamePasswordProvider.java b/src/main/java/land/oras/auth/AbstractUsernamePasswordProvider.java index 7197c289..de7d7c72 100644 --- a/src/main/java/land/oras/auth/AbstractUsernamePasswordProvider.java +++ b/src/main/java/land/oras/auth/AbstractUsernamePasswordProvider.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/auth/AuthProvider.java b/src/main/java/land/oras/auth/AuthProvider.java index 951531bf..5758f59a 100644 --- a/src/main/java/land/oras/auth/AuthProvider.java +++ b/src/main/java/land/oras/auth/AuthProvider.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/auth/AuthScheme.java b/src/main/java/land/oras/auth/AuthScheme.java index 32252109..cf3e0eb5 100644 --- a/src/main/java/land/oras/auth/AuthScheme.java +++ b/src/main/java/land/oras/auth/AuthScheme.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/auth/AuthStore.java b/src/main/java/land/oras/auth/AuthStore.java index 160454a0..5492f353 100644 --- a/src/main/java/land/oras/auth/AuthStore.java +++ b/src/main/java/land/oras/auth/AuthStore.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/auth/AuthStoreAuthenticationProvider.java b/src/main/java/land/oras/auth/AuthStoreAuthenticationProvider.java index 621dea6d..990a3027 100644 --- a/src/main/java/land/oras/auth/AuthStoreAuthenticationProvider.java +++ b/src/main/java/land/oras/auth/AuthStoreAuthenticationProvider.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/auth/BearerTokenProvider.java b/src/main/java/land/oras/auth/BearerTokenProvider.java index a2b8df9b..29a93f4e 100644 --- a/src/main/java/land/oras/auth/BearerTokenProvider.java +++ b/src/main/java/land/oras/auth/BearerTokenProvider.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/auth/HttpClient.java b/src/main/java/land/oras/auth/HttpClient.java index 9504ab2f..6e3c68cc 100644 --- a/src/main/java/land/oras/auth/HttpClient.java +++ b/src/main/java/land/oras/auth/HttpClient.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/auth/NoAuthProvider.java b/src/main/java/land/oras/auth/NoAuthProvider.java index dad7947e..b2b2cf71 100644 --- a/src/main/java/land/oras/auth/NoAuthProvider.java +++ b/src/main/java/land/oras/auth/NoAuthProvider.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/auth/Scope.java b/src/main/java/land/oras/auth/Scope.java index 215c8f98..f443a634 100644 --- a/src/main/java/land/oras/auth/Scope.java +++ b/src/main/java/land/oras/auth/Scope.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/auth/ScopeUtils.java b/src/main/java/land/oras/auth/ScopeUtils.java index fed3af8a..59348854 100644 --- a/src/main/java/land/oras/auth/ScopeUtils.java +++ b/src/main/java/land/oras/auth/ScopeUtils.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/auth/Scopes.java b/src/main/java/land/oras/auth/Scopes.java index 5b4e496b..93f7bce9 100644 --- a/src/main/java/land/oras/auth/Scopes.java +++ b/src/main/java/land/oras/auth/Scopes.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/auth/UsernamePasswordProvider.java b/src/main/java/land/oras/auth/UsernamePasswordProvider.java index 8af23159..1b7a19d2 100644 --- a/src/main/java/land/oras/auth/UsernamePasswordProvider.java +++ b/src/main/java/land/oras/auth/UsernamePasswordProvider.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/exception/Error.java b/src/main/java/land/oras/exception/Error.java index ac984053..8bdc46c1 100644 --- a/src/main/java/land/oras/exception/Error.java +++ b/src/main/java/land/oras/exception/Error.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/exception/OrasException.java b/src/main/java/land/oras/exception/OrasException.java index 5d0aeb88..5d37e753 100644 --- a/src/main/java/land/oras/exception/OrasException.java +++ b/src/main/java/land/oras/exception/OrasException.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/utils/ArchiveUtils.java b/src/main/java/land/oras/utils/ArchiveUtils.java index 477c0e07..55b8adf7 100644 --- a/src/main/java/land/oras/utils/ArchiveUtils.java +++ b/src/main/java/land/oras/utils/ArchiveUtils.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/utils/Const.java b/src/main/java/land/oras/utils/Const.java index a883b55e..4d17866e 100644 --- a/src/main/java/land/oras/utils/Const.java +++ b/src/main/java/land/oras/utils/Const.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/utils/DigestUtils.java b/src/main/java/land/oras/utils/DigestUtils.java index 99fdc071..f24d96a6 100644 --- a/src/main/java/land/oras/utils/DigestUtils.java +++ b/src/main/java/land/oras/utils/DigestUtils.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/utils/JsonUtils.java b/src/main/java/land/oras/utils/JsonUtils.java index bfb2ebf9..df626aa2 100644 --- a/src/main/java/land/oras/utils/JsonUtils.java +++ b/src/main/java/land/oras/utils/JsonUtils.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/utils/SupportedAlgorithm.java b/src/main/java/land/oras/utils/SupportedAlgorithm.java index 9beb4836..9a53a834 100644 --- a/src/main/java/land/oras/utils/SupportedAlgorithm.java +++ b/src/main/java/land/oras/utils/SupportedAlgorithm.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/main/java/land/oras/utils/SupportedCompression.java b/src/main/java/land/oras/utils/SupportedCompression.java index 1c9e2158..a6e783f7 100644 --- a/src/main/java/land/oras/utils/SupportedCompression.java +++ b/src/main/java/land/oras/utils/SupportedCompression.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/AnnotationsTest.java b/src/test/java/land/oras/AnnotationsTest.java index aad5ef3e..261ccf8a 100644 --- a/src/test/java/land/oras/AnnotationsTest.java +++ b/src/test/java/land/oras/AnnotationsTest.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/ArtifactTypeTest.java b/src/test/java/land/oras/ArtifactTypeTest.java index 8482d088..10bff634 100644 --- a/src/test/java/land/oras/ArtifactTypeTest.java +++ b/src/test/java/land/oras/ArtifactTypeTest.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/ClassAnnotationsTest.java b/src/test/java/land/oras/ClassAnnotationsTest.java index d50f712f..648b46b0 100644 --- a/src/test/java/land/oras/ClassAnnotationsTest.java +++ b/src/test/java/land/oras/ClassAnnotationsTest.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/ConfigTest.java b/src/test/java/land/oras/ConfigTest.java index f4e55acf..b470efd9 100644 --- a/src/test/java/land/oras/ConfigTest.java +++ b/src/test/java/land/oras/ConfigTest.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/ContainerRefTest.java b/src/test/java/land/oras/ContainerRefTest.java index f76192a1..4b8f45c7 100644 --- a/src/test/java/land/oras/ContainerRefTest.java +++ b/src/test/java/land/oras/ContainerRefTest.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/DockerIoITCase.java b/src/test/java/land/oras/DockerIoITCase.java index 21e5ef3a..2898f275 100644 --- a/src/test/java/land/oras/DockerIoITCase.java +++ b/src/test/java/land/oras/DockerIoITCase.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/GitHubContainerRegistryITCase.java b/src/test/java/land/oras/GitHubContainerRegistryITCase.java index b9bf785b..c1f15e9a 100644 --- a/src/test/java/land/oras/GitHubContainerRegistryITCase.java +++ b/src/test/java/land/oras/GitHubContainerRegistryITCase.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/HarborS3ITCase.java b/src/test/java/land/oras/HarborS3ITCase.java index 55fb1919..c387467b 100644 --- a/src/test/java/land/oras/HarborS3ITCase.java +++ b/src/test/java/land/oras/HarborS3ITCase.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/IndexTest.java b/src/test/java/land/oras/IndexTest.java index 0d2e0b0e..27891a16 100644 --- a/src/test/java/land/oras/IndexTest.java +++ b/src/test/java/land/oras/IndexTest.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/JFrogArtifactoryITCase.java b/src/test/java/land/oras/JFrogArtifactoryITCase.java index bf325f7b..9366b99e 100644 --- a/src/test/java/land/oras/JFrogArtifactoryITCase.java +++ b/src/test/java/land/oras/JFrogArtifactoryITCase.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/LayerTest.java b/src/test/java/land/oras/LayerTest.java index 4205df71..76e33f83 100644 --- a/src/test/java/land/oras/LayerTest.java +++ b/src/test/java/land/oras/LayerTest.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/LayoutRefTest.java b/src/test/java/land/oras/LayoutRefTest.java index c62f7d5f..cb825767 100644 --- a/src/test/java/land/oras/LayoutRefTest.java +++ b/src/test/java/land/oras/LayoutRefTest.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/LocalPathTest.java b/src/test/java/land/oras/LocalPathTest.java index 4e9b504f..cc2b00e7 100644 --- a/src/test/java/land/oras/LocalPathTest.java +++ b/src/test/java/land/oras/LocalPathTest.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/ManifestDescriptorTest.java b/src/test/java/land/oras/ManifestDescriptorTest.java index 53cdb744..ede7df2a 100644 --- a/src/test/java/land/oras/ManifestDescriptorTest.java +++ b/src/test/java/land/oras/ManifestDescriptorTest.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/ManifestTest.java b/src/test/java/land/oras/ManifestTest.java index df89ccdd..09d29651 100644 --- a/src/test/java/land/oras/ManifestTest.java +++ b/src/test/java/land/oras/ManifestTest.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/OCILayoutTest.java b/src/test/java/land/oras/OCILayoutTest.java index b3c6f89c..fef2ff84 100644 --- a/src/test/java/land/oras/OCILayoutTest.java +++ b/src/test/java/land/oras/OCILayoutTest.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/PublicAzureCRITCase.java b/src/test/java/land/oras/PublicAzureCRITCase.java index 71fb02c3..6b563c27 100644 --- a/src/test/java/land/oras/PublicAzureCRITCase.java +++ b/src/test/java/land/oras/PublicAzureCRITCase.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/PublicECRITCase.java b/src/test/java/land/oras/PublicECRITCase.java index 1e557e08..0de3a117 100644 --- a/src/test/java/land/oras/PublicECRITCase.java +++ b/src/test/java/land/oras/PublicECRITCase.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/QuayIoITCase.java b/src/test/java/land/oras/QuayIoITCase.java index 1e565e26..4f34d5c9 100644 --- a/src/test/java/land/oras/QuayIoITCase.java +++ b/src/test/java/land/oras/QuayIoITCase.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/ReferrersTest.java b/src/test/java/land/oras/ReferrersTest.java index 2bc0238a..e50582ac 100644 --- a/src/test/java/land/oras/ReferrersTest.java +++ b/src/test/java/land/oras/ReferrersTest.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/RegistryTest.java b/src/test/java/land/oras/RegistryTest.java index e2c5ac0e..f0c2b6bc 100644 --- a/src/test/java/land/oras/RegistryTest.java +++ b/src/test/java/land/oras/RegistryTest.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/RegistryWireMockTest.java b/src/test/java/land/oras/RegistryWireMockTest.java index 4c4052bc..56471791 100644 --- a/src/test/java/land/oras/RegistryWireMockTest.java +++ b/src/test/java/land/oras/RegistryWireMockTest.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/RepositoriesTest.java b/src/test/java/land/oras/RepositoriesTest.java index 652de1d7..8ce70560 100644 --- a/src/test/java/land/oras/RepositoriesTest.java +++ b/src/test/java/land/oras/RepositoriesTest.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/SubjectTest.java b/src/test/java/land/oras/SubjectTest.java index cd345d80..9efc8183 100644 --- a/src/test/java/land/oras/SubjectTest.java +++ b/src/test/java/land/oras/SubjectTest.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/TagsTest.java b/src/test/java/land/oras/TagsTest.java index 1ebffa9e..dbcf6191 100644 --- a/src/test/java/land/oras/TagsTest.java +++ b/src/test/java/land/oras/TagsTest.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/ZotLocalhostITCase.java b/src/test/java/land/oras/ZotLocalhostITCase.java index 814a7bb8..9bd62d5e 100644 --- a/src/test/java/land/oras/ZotLocalhostITCase.java +++ b/src/test/java/land/oras/ZotLocalhostITCase.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/auth/AuthStoreAuthenticationProviderTest.java b/src/test/java/land/oras/auth/AuthStoreAuthenticationProviderTest.java index 918ace7c..17f01153 100644 --- a/src/test/java/land/oras/auth/AuthStoreAuthenticationProviderTest.java +++ b/src/test/java/land/oras/auth/AuthStoreAuthenticationProviderTest.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/auth/AuthStoreTest.java b/src/test/java/land/oras/auth/AuthStoreTest.java index 90d48d3e..92e68abe 100644 --- a/src/test/java/land/oras/auth/AuthStoreTest.java +++ b/src/test/java/land/oras/auth/AuthStoreTest.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/auth/BearerTokenProviderTest.java b/src/test/java/land/oras/auth/BearerTokenProviderTest.java index c39c2bf3..842d5f70 100644 --- a/src/test/java/land/oras/auth/BearerTokenProviderTest.java +++ b/src/test/java/land/oras/auth/BearerTokenProviderTest.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/auth/HttpClientTest.java b/src/test/java/land/oras/auth/HttpClientTest.java index faff70a2..02a94e21 100644 --- a/src/test/java/land/oras/auth/HttpClientTest.java +++ b/src/test/java/land/oras/auth/HttpClientTest.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/auth/NoAuthProviderTest.java b/src/test/java/land/oras/auth/NoAuthProviderTest.java index d94947e4..c70ec03a 100644 --- a/src/test/java/land/oras/auth/NoAuthProviderTest.java +++ b/src/test/java/land/oras/auth/NoAuthProviderTest.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/auth/ScopeUtilsTest.java b/src/test/java/land/oras/auth/ScopeUtilsTest.java index 07a0f2da..c15378c6 100644 --- a/src/test/java/land/oras/auth/ScopeUtilsTest.java +++ b/src/test/java/land/oras/auth/ScopeUtilsTest.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/auth/ScopesTest.java b/src/test/java/land/oras/auth/ScopesTest.java index 1ab4c87c..ad9ed9ff 100644 --- a/src/test/java/land/oras/auth/ScopesTest.java +++ b/src/test/java/land/oras/auth/ScopesTest.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/auth/UsernamePasswordProviderTest.java b/src/test/java/land/oras/auth/UsernamePasswordProviderTest.java index d1b81705..a1cb4e22 100644 --- a/src/test/java/land/oras/auth/UsernamePasswordProviderTest.java +++ b/src/test/java/land/oras/auth/UsernamePasswordProviderTest.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/exception/ErrorTest.java b/src/test/java/land/oras/exception/ErrorTest.java index 189d84c2..255e19e5 100644 --- a/src/test/java/land/oras/exception/ErrorTest.java +++ b/src/test/java/land/oras/exception/ErrorTest.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/exception/OrasExceptionTest.java b/src/test/java/land/oras/exception/OrasExceptionTest.java index b3134d34..21c876c8 100644 --- a/src/test/java/land/oras/exception/OrasExceptionTest.java +++ b/src/test/java/land/oras/exception/OrasExceptionTest.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/utils/ArchiveUtilsTest.java b/src/test/java/land/oras/utils/ArchiveUtilsTest.java index 908c8b95..2222f919 100644 --- a/src/test/java/land/oras/utils/ArchiveUtilsTest.java +++ b/src/test/java/land/oras/utils/ArchiveUtilsTest.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/utils/ConstTest.java b/src/test/java/land/oras/utils/ConstTest.java index 1c01c25e..09426ade 100644 --- a/src/test/java/land/oras/utils/ConstTest.java +++ b/src/test/java/land/oras/utils/ConstTest.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/utils/DescriptorTest.java b/src/test/java/land/oras/utils/DescriptorTest.java index a6428e9a..25753208 100644 --- a/src/test/java/land/oras/utils/DescriptorTest.java +++ b/src/test/java/land/oras/utils/DescriptorTest.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/utils/DigestUtilsTest.java b/src/test/java/land/oras/utils/DigestUtilsTest.java index 0719d36b..ecb19ce1 100644 --- a/src/test/java/land/oras/utils/DigestUtilsTest.java +++ b/src/test/java/land/oras/utils/DigestUtilsTest.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/utils/JsonUtilsTest.java b/src/test/java/land/oras/utils/JsonUtilsTest.java index 630cb964..d6eb3025 100644 --- a/src/test/java/land/oras/utils/JsonUtilsTest.java +++ b/src/test/java/land/oras/utils/JsonUtilsTest.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/utils/RegistryContainer.java b/src/test/java/land/oras/utils/RegistryContainer.java index 149e06ac..32b55a51 100644 --- a/src/test/java/land/oras/utils/RegistryContainer.java +++ b/src/test/java/land/oras/utils/RegistryContainer.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/utils/SupportedAlgorithmTest.java b/src/test/java/land/oras/utils/SupportedAlgorithmTest.java index 24c55428..e24f9f8e 100644 --- a/src/test/java/land/oras/utils/SupportedAlgorithmTest.java +++ b/src/test/java/land/oras/utils/SupportedAlgorithmTest.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/utils/ZotContainer.java b/src/test/java/land/oras/utils/ZotContainer.java index 4ccc724c..ff3be2d8 100644 --- a/src/test/java/land/oras/utils/ZotContainer.java +++ b/src/test/java/land/oras/utils/ZotContainer.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * 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/src/test/java/land/oras/utils/ZotUnsecureContainer.java b/src/test/java/land/oras/utils/ZotUnsecureContainer.java index e34faa8c..8bcb9911 100644 --- a/src/test/java/land/oras/utils/ZotUnsecureContainer.java +++ b/src/test/java/land/oras/utils/ZotUnsecureContainer.java @@ -2,7 +2,7 @@ * =LICENSE= * ORAS Java SDK * === - * Copyright (C) 2024 - 2025 ORAS + * Copyright (C) 2024 - 2026 ORAS * === * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.