From aa5c5ae45e36d1d71e97f96e37009115b798a074 Mon Sep 17 00:00:00 2001 From: Alexis Date: Wed, 5 Jun 2024 21:04:39 +0200 Subject: [PATCH] Update the license date --- LICENSE.txt | 2 +- src/main/java/com/github/alexisjehan/mvncheck/Application.java | 2 +- src/main/java/com/github/alexisjehan/mvncheck/Constants.java | 2 +- src/main/java/com/github/alexisjehan/mvncheck/core/Service.java | 2 +- .../alexisjehan/mvncheck/core/component/artifact/Artifact.java | 2 +- .../mvncheck/core/component/artifact/ArtifactIdentifier.java | 2 +- .../mvncheck/core/component/artifact/package-info.java | 2 +- .../mvncheck/core/component/artifact/type/ArtifactType.java | 2 +- .../core/component/artifact/type/GradleArtifactType.java | 2 +- .../core/component/artifact/type/MavenArtifactType.java | 2 +- .../mvncheck/core/component/artifact/type/package-info.java | 2 +- .../component/artifact/version/ArtifactAvailableVersions.java | 2 +- .../core/component/artifact/version/ArtifactUpdateVersion.java | 2 +- .../mvncheck/core/component/artifact/version/package-info.java | 2 +- .../resolver/ArtifactAvailableVersionsResolveException.java | 2 +- .../version/resolver/ArtifactAvailableVersionsResolver.java | 2 +- .../resolver/MavenArtifactAvailableVersionsResolver.java | 2 +- .../core/component/artifact/version/resolver/package-info.java | 2 +- .../github/alexisjehan/mvncheck/core/component/build/Build.java | 2 +- .../mvncheck/core/component/build/file/BuildFile.java | 2 +- .../mvncheck/core/component/build/file/BuildFileType.java | 2 +- .../mvncheck/core/component/build/file/package-info.java | 2 +- .../alexisjehan/mvncheck/core/component/build/package-info.java | 2 +- .../core/component/build/resolver/BuildResolveException.java | 2 +- .../mvncheck/core/component/build/resolver/BuildResolver.java | 2 +- .../core/component/build/resolver/GradleBuildResolver.java | 2 +- .../core/component/build/resolver/MavenBuildResolver.java | 2 +- .../mvncheck/core/component/build/resolver/package-info.java | 2 +- .../mvncheck/core/component/filter/artifact/ArtifactFilter.java | 2 +- .../core/component/filter/artifact/CompositeArtifactFilter.java | 2 +- .../mvncheck/core/component/filter/artifact/package-info.java | 2 +- .../filter/artifact/parser/ArtifactFilterParseException.java | 2 +- .../component/filter/artifact/parser/ArtifactFilterParser.java | 2 +- .../core/component/filter/artifact/parser/package-info.java | 2 +- .../mvncheck/core/component/filter/package-info.java | 2 +- .../mvncheck/core/component/filter/version/VersionFilter.java | 2 +- .../filter/version/factory/CompositeVersionFilterFactory.java | 2 +- .../filter/version/factory/QualifierVersionFilterFactory.java | 2 +- .../filter/version/factory/ReleaseVersionFilterFactory.java | 2 +- .../component/filter/version/factory/VersionFilterFactory.java | 2 +- .../core/component/filter/version/factory/package-info.java | 2 +- .../mvncheck/core/component/filter/version/package-info.java | 2 +- .../alexisjehan/mvncheck/core/component/package-info.java | 2 +- .../mvncheck/core/component/repository/Repository.java | 2 +- .../mvncheck/core/component/repository/RepositoryType.java | 2 +- .../mvncheck/core/component/repository/package-info.java | 2 +- .../mvncheck/core/component/session/MavenSession.java | 2 +- .../mvncheck/core/component/session/MavenSessionException.java | 2 +- .../mvncheck/core/component/session/package-info.java | 2 +- .../java/com/github/alexisjehan/mvncheck/core/package-info.java | 2 +- .../mvncheck/core/util/ConsoleRepositoryListener.java | 2 +- .../alexisjehan/mvncheck/core/util/DecryptedSettings.java | 2 +- .../com/github/alexisjehan/mvncheck/core/util/GithubUtils.java | 2 +- .../com/github/alexisjehan/mvncheck/core/util/GradleUtils.java | 2 +- .../com/github/alexisjehan/mvncheck/core/util/MavenUtils.java | 2 +- .../com/github/alexisjehan/mvncheck/core/util/SystemUtils.java | 2 +- .../com/github/alexisjehan/mvncheck/core/util/package-info.java | 2 +- src/main/java/com/github/alexisjehan/mvncheck/package-info.java | 2 +- .../model/building/PublicDefaultModelProblemCollector.java | 2 +- src/main/java/org/apache/maven/model/building/package-info.java | 2 +- .../java/org/apache/maven/project/PublicReactorModelCache.java | 2 +- .../java/org/apache/maven/project/PublicReactorModelPool.java | 2 +- src/main/java/org/apache/maven/project/package-info.java | 2 +- .../java/com/github/alexisjehan/mvncheck/ApplicationIT.java | 2 +- .../java/com/github/alexisjehan/mvncheck/ApplicationTest.java | 2 +- .../java/com/github/alexisjehan/mvncheck/core/ServiceTest.java | 2 +- .../core/component/artifact/ArtifactIdentifierTest.java | 2 +- .../mvncheck/core/component/artifact/ArtifactTest.java | 2 +- .../core/component/artifact/type/GradleArtifactTypeTest.java | 2 +- .../core/component/artifact/type/MavenArtifactTypeTest.java | 2 +- .../artifact/version/ArtifactAvailableVersionsTest.java | 2 +- .../component/artifact/version/ArtifactUpdateVersionTest.java | 2 +- .../resolver/ArtifactAvailableVersionsResolveExceptionTest.java | 2 +- .../resolver/MavenArtifactAvailableVersionsResolverIT.java | 2 +- .../resolver/MavenArtifactAvailableVersionsResolverTest.java | 2 +- .../alexisjehan/mvncheck/core/component/build/BuildTest.java | 2 +- .../mvncheck/core/component/build/file/BuildFileTest.java | 2 +- .../mvncheck/core/component/build/file/BuildFileTypeTest.java | 2 +- .../component/build/resolver/BuildResolveExceptionTest.java | 2 +- .../core/component/build/resolver/GradleBuildResolverIT.java | 2 +- .../core/component/build/resolver/GradleBuildResolverTest.java | 2 +- .../core/component/build/resolver/MavenBuildResolverIT.java | 2 +- .../core/component/build/resolver/MavenBuildResolverTest.java | 2 +- .../core/component/filter/artifact/ArtifactFilterTest.java | 2 +- .../component/filter/artifact/CompositeArtifactFilterTest.java | 2 +- .../artifact/parser/ArtifactFilterParseExceptionTest.java | 2 +- .../filter/artifact/parser/ArtifactFilterParserTest.java | 2 +- .../core/component/filter/version/VersionFilterTest.java | 2 +- .../version/factory/CompositeVersionFilterFactoryTest.java | 2 +- .../version/factory/QualifierVersionFilterFactoryTest.java | 2 +- .../filter/version/factory/ReleaseVersionFilterFactoryTest.java | 2 +- .../mvncheck/core/component/repository/RepositoryTest.java | 2 +- .../core/component/session/MavenSessionExceptionTest.java | 2 +- .../mvncheck/core/component/session/MavenSessionTest.java | 2 +- .../mvncheck/core/util/ConsoleRepositoryListenerTest.java | 2 +- .../alexisjehan/mvncheck/core/util/DecryptedSettingsTest.java | 2 +- .../github/alexisjehan/mvncheck/core/util/GithubUtilsTest.java | 2 +- .../github/alexisjehan/mvncheck/core/util/GradleUtilsTest.java | 2 +- .../github/alexisjehan/mvncheck/core/util/MavenUtilsTest.java | 2 +- .../github/alexisjehan/mvncheck/core/util/SystemUtilsTest.java | 2 +- 100 files changed, 100 insertions(+), 100 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index d544d37..3eb096a 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2023 Alexis Jehan +Copyright (c) 2022-2024 Alexis Jehan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/Application.java b/src/main/java/com/github/alexisjehan/mvncheck/Application.java index db0ab19..dd2dc00 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/Application.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/Application.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/Constants.java b/src/main/java/com/github/alexisjehan/mvncheck/Constants.java index 423bdcb..dd971c8 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/Constants.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/Constants.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/Service.java b/src/main/java/com/github/alexisjehan/mvncheck/core/Service.java index d13b536..f8d0f49 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/Service.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/Service.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/Artifact.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/Artifact.java index 0549d13..a68fd9c 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/Artifact.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/Artifact.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/ArtifactIdentifier.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/ArtifactIdentifier.java index 6ed5108..107263c 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/ArtifactIdentifier.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/ArtifactIdentifier.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/package-info.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/package-info.java index f11153b..dfc9b27 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/package-info.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/type/ArtifactType.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/type/ArtifactType.java index 9c48753..2ce62b8 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/type/ArtifactType.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/type/ArtifactType.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/type/GradleArtifactType.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/type/GradleArtifactType.java index bbc935d..2e6aeda 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/type/GradleArtifactType.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/type/GradleArtifactType.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/type/MavenArtifactType.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/type/MavenArtifactType.java index 1ef37f4..18f1135 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/type/MavenArtifactType.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/type/MavenArtifactType.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/type/package-info.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/type/package-info.java index 4a41544..a5c11fc 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/type/package-info.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/type/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/ArtifactAvailableVersions.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/ArtifactAvailableVersions.java index 652675b..ead10ae 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/ArtifactAvailableVersions.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/ArtifactAvailableVersions.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/ArtifactUpdateVersion.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/ArtifactUpdateVersion.java index 481d141..e208401 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/ArtifactUpdateVersion.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/ArtifactUpdateVersion.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/package-info.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/package-info.java index e616458..c1af143 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/package-info.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/resolver/ArtifactAvailableVersionsResolveException.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/resolver/ArtifactAvailableVersionsResolveException.java index cc147db..1dcea9f 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/resolver/ArtifactAvailableVersionsResolveException.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/resolver/ArtifactAvailableVersionsResolveException.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/resolver/ArtifactAvailableVersionsResolver.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/resolver/ArtifactAvailableVersionsResolver.java index cc3b89d..016d7a6 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/resolver/ArtifactAvailableVersionsResolver.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/resolver/ArtifactAvailableVersionsResolver.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/resolver/MavenArtifactAvailableVersionsResolver.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/resolver/MavenArtifactAvailableVersionsResolver.java index 17da815..ad75f22 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/resolver/MavenArtifactAvailableVersionsResolver.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/resolver/MavenArtifactAvailableVersionsResolver.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/resolver/package-info.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/resolver/package-info.java index 64a34c6..d1f93e5 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/resolver/package-info.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/resolver/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/Build.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/Build.java index d9de3a6..ef6a75d 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/Build.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/Build.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/file/BuildFile.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/file/BuildFile.java index fede380..dc7fbd8 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/file/BuildFile.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/file/BuildFile.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/file/BuildFileType.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/file/BuildFileType.java index b49b8d1..81fb2fa 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/file/BuildFileType.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/file/BuildFileType.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/file/package-info.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/file/package-info.java index 00f534f..95d9865 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/file/package-info.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/file/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/package-info.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/package-info.java index 769bfb8..45e4050 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/package-info.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/BuildResolveException.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/BuildResolveException.java index 56852e9..bd2a033 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/BuildResolveException.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/BuildResolveException.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/BuildResolver.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/BuildResolver.java index b1b6e9c..8f7db13 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/BuildResolver.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/BuildResolver.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/GradleBuildResolver.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/GradleBuildResolver.java index fc977e6..8068904 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/GradleBuildResolver.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/GradleBuildResolver.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/MavenBuildResolver.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/MavenBuildResolver.java index 507b16d..945d72f 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/MavenBuildResolver.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/MavenBuildResolver.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/package-info.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/package-info.java index 7a13deb..294ab41 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/package-info.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/ArtifactFilter.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/ArtifactFilter.java index b532632..58a0f13 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/ArtifactFilter.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/ArtifactFilter.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/CompositeArtifactFilter.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/CompositeArtifactFilter.java index e373fe4..3068034 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/CompositeArtifactFilter.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/CompositeArtifactFilter.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/package-info.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/package-info.java index 325bad3..53279a6 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/package-info.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/parser/ArtifactFilterParseException.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/parser/ArtifactFilterParseException.java index 67a065f..e60970c 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/parser/ArtifactFilterParseException.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/parser/ArtifactFilterParseException.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/parser/ArtifactFilterParser.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/parser/ArtifactFilterParser.java index ef03585..7f79796 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/parser/ArtifactFilterParser.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/parser/ArtifactFilterParser.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/parser/package-info.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/parser/package-info.java index 0ceb082..3f073e9 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/parser/package-info.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/parser/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/package-info.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/package-info.java index 01f3026..6613cc8 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/package-info.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/version/VersionFilter.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/version/VersionFilter.java index 6d6b6d0..702d466 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/version/VersionFilter.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/version/VersionFilter.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/version/factory/CompositeVersionFilterFactory.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/version/factory/CompositeVersionFilterFactory.java index 5d9c91a..c7bf62e 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/version/factory/CompositeVersionFilterFactory.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/version/factory/CompositeVersionFilterFactory.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/version/factory/QualifierVersionFilterFactory.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/version/factory/QualifierVersionFilterFactory.java index e541af7..9b2e712 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/version/factory/QualifierVersionFilterFactory.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/version/factory/QualifierVersionFilterFactory.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/version/factory/ReleaseVersionFilterFactory.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/version/factory/ReleaseVersionFilterFactory.java index 79be005..195dde6 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/version/factory/ReleaseVersionFilterFactory.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/version/factory/ReleaseVersionFilterFactory.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/version/factory/VersionFilterFactory.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/version/factory/VersionFilterFactory.java index 7f72f6b..f7f798a 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/version/factory/VersionFilterFactory.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/version/factory/VersionFilterFactory.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/version/factory/package-info.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/version/factory/package-info.java index 02eb4d1..b908c8f 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/version/factory/package-info.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/version/factory/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/version/package-info.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/version/package-info.java index 7d5cf7a..975d8b7 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/version/package-info.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/filter/version/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/package-info.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/package-info.java index 3a1f9e4..cfea80a 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/package-info.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/repository/Repository.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/repository/Repository.java index cf7df53..d37c3f8 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/repository/Repository.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/repository/Repository.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/repository/RepositoryType.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/repository/RepositoryType.java index 70c3b20..5e28b36 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/repository/RepositoryType.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/repository/RepositoryType.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/repository/package-info.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/repository/package-info.java index 3ecefeb..04c25e6 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/repository/package-info.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/repository/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/session/MavenSession.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/session/MavenSession.java index 35e72f0..6131323 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/session/MavenSession.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/session/MavenSession.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/session/MavenSessionException.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/session/MavenSessionException.java index f0c4cb1..20cdfb3 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/session/MavenSessionException.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/session/MavenSessionException.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/component/session/package-info.java b/src/main/java/com/github/alexisjehan/mvncheck/core/component/session/package-info.java index f68b76a..5480731 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/component/session/package-info.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/component/session/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/package-info.java b/src/main/java/com/github/alexisjehan/mvncheck/core/package-info.java index 87952da..7faed07 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/package-info.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/util/ConsoleRepositoryListener.java b/src/main/java/com/github/alexisjehan/mvncheck/core/util/ConsoleRepositoryListener.java index 356ad1e..1364a1c 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/util/ConsoleRepositoryListener.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/util/ConsoleRepositoryListener.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/util/DecryptedSettings.java b/src/main/java/com/github/alexisjehan/mvncheck/core/util/DecryptedSettings.java index 7b01310..c4f6c17 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/util/DecryptedSettings.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/util/DecryptedSettings.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/util/GithubUtils.java b/src/main/java/com/github/alexisjehan/mvncheck/core/util/GithubUtils.java index e3f0b77..d37d0b0 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/util/GithubUtils.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/util/GithubUtils.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/util/GradleUtils.java b/src/main/java/com/github/alexisjehan/mvncheck/core/util/GradleUtils.java index 3a85cbe..06471bd 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/util/GradleUtils.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/util/GradleUtils.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/util/MavenUtils.java b/src/main/java/com/github/alexisjehan/mvncheck/core/util/MavenUtils.java index 237db59..c5515dc 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/util/MavenUtils.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/util/MavenUtils.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/util/SystemUtils.java b/src/main/java/com/github/alexisjehan/mvncheck/core/util/SystemUtils.java index 70c217c..305999e 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/util/SystemUtils.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/util/SystemUtils.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/core/util/package-info.java b/src/main/java/com/github/alexisjehan/mvncheck/core/util/package-info.java index 6dc547e..a1ca6ff 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/core/util/package-info.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/core/util/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/github/alexisjehan/mvncheck/package-info.java b/src/main/java/com/github/alexisjehan/mvncheck/package-info.java index 92ed9ff..f19166c 100644 --- a/src/main/java/com/github/alexisjehan/mvncheck/package-info.java +++ b/src/main/java/com/github/alexisjehan/mvncheck/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/org/apache/maven/model/building/PublicDefaultModelProblemCollector.java b/src/main/java/org/apache/maven/model/building/PublicDefaultModelProblemCollector.java index 2b215d9..a89f5ee 100644 --- a/src/main/java/org/apache/maven/model/building/PublicDefaultModelProblemCollector.java +++ b/src/main/java/org/apache/maven/model/building/PublicDefaultModelProblemCollector.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/org/apache/maven/model/building/package-info.java b/src/main/java/org/apache/maven/model/building/package-info.java index 7be1fc4..e866874 100644 --- a/src/main/java/org/apache/maven/model/building/package-info.java +++ b/src/main/java/org/apache/maven/model/building/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/org/apache/maven/project/PublicReactorModelCache.java b/src/main/java/org/apache/maven/project/PublicReactorModelCache.java index c7f7963..afe972d 100644 --- a/src/main/java/org/apache/maven/project/PublicReactorModelCache.java +++ b/src/main/java/org/apache/maven/project/PublicReactorModelCache.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/org/apache/maven/project/PublicReactorModelPool.java b/src/main/java/org/apache/maven/project/PublicReactorModelPool.java index 68d9fc1..72871e7 100644 --- a/src/main/java/org/apache/maven/project/PublicReactorModelPool.java +++ b/src/main/java/org/apache/maven/project/PublicReactorModelPool.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/org/apache/maven/project/package-info.java b/src/main/java/org/apache/maven/project/package-info.java index 0dd8e96..e6c3f30 100644 --- a/src/main/java/org/apache/maven/project/package-info.java +++ b/src/main/java/org/apache/maven/project/package-info.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/mvncheck/ApplicationIT.java b/src/test/java/com/github/alexisjehan/mvncheck/ApplicationIT.java index 1316ad7..3fe224c 100644 --- a/src/test/java/com/github/alexisjehan/mvncheck/ApplicationIT.java +++ b/src/test/java/com/github/alexisjehan/mvncheck/ApplicationIT.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/mvncheck/ApplicationTest.java b/src/test/java/com/github/alexisjehan/mvncheck/ApplicationTest.java index af9a1e1..e41d370 100644 --- a/src/test/java/com/github/alexisjehan/mvncheck/ApplicationTest.java +++ b/src/test/java/com/github/alexisjehan/mvncheck/ApplicationTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/mvncheck/core/ServiceTest.java b/src/test/java/com/github/alexisjehan/mvncheck/core/ServiceTest.java index 379c971..30b3c8b 100644 --- a/src/test/java/com/github/alexisjehan/mvncheck/core/ServiceTest.java +++ b/src/test/java/com/github/alexisjehan/mvncheck/core/ServiceTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/mvncheck/core/component/artifact/ArtifactIdentifierTest.java b/src/test/java/com/github/alexisjehan/mvncheck/core/component/artifact/ArtifactIdentifierTest.java index 775270b..8b44b0e 100644 --- a/src/test/java/com/github/alexisjehan/mvncheck/core/component/artifact/ArtifactIdentifierTest.java +++ b/src/test/java/com/github/alexisjehan/mvncheck/core/component/artifact/ArtifactIdentifierTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/mvncheck/core/component/artifact/ArtifactTest.java b/src/test/java/com/github/alexisjehan/mvncheck/core/component/artifact/ArtifactTest.java index 5850f06..d7733ed 100644 --- a/src/test/java/com/github/alexisjehan/mvncheck/core/component/artifact/ArtifactTest.java +++ b/src/test/java/com/github/alexisjehan/mvncheck/core/component/artifact/ArtifactTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/mvncheck/core/component/artifact/type/GradleArtifactTypeTest.java b/src/test/java/com/github/alexisjehan/mvncheck/core/component/artifact/type/GradleArtifactTypeTest.java index 0644b55..ff2a6ef 100644 --- a/src/test/java/com/github/alexisjehan/mvncheck/core/component/artifact/type/GradleArtifactTypeTest.java +++ b/src/test/java/com/github/alexisjehan/mvncheck/core/component/artifact/type/GradleArtifactTypeTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/mvncheck/core/component/artifact/type/MavenArtifactTypeTest.java b/src/test/java/com/github/alexisjehan/mvncheck/core/component/artifact/type/MavenArtifactTypeTest.java index cef7853..8dfb267 100644 --- a/src/test/java/com/github/alexisjehan/mvncheck/core/component/artifact/type/MavenArtifactTypeTest.java +++ b/src/test/java/com/github/alexisjehan/mvncheck/core/component/artifact/type/MavenArtifactTypeTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/ArtifactAvailableVersionsTest.java b/src/test/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/ArtifactAvailableVersionsTest.java index 10c4dee..976726d 100644 --- a/src/test/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/ArtifactAvailableVersionsTest.java +++ b/src/test/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/ArtifactAvailableVersionsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/ArtifactUpdateVersionTest.java b/src/test/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/ArtifactUpdateVersionTest.java index 2f9889b..ded728d 100644 --- a/src/test/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/ArtifactUpdateVersionTest.java +++ b/src/test/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/ArtifactUpdateVersionTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/resolver/ArtifactAvailableVersionsResolveExceptionTest.java b/src/test/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/resolver/ArtifactAvailableVersionsResolveExceptionTest.java index a102d52..be9a870 100644 --- a/src/test/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/resolver/ArtifactAvailableVersionsResolveExceptionTest.java +++ b/src/test/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/resolver/ArtifactAvailableVersionsResolveExceptionTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/resolver/MavenArtifactAvailableVersionsResolverIT.java b/src/test/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/resolver/MavenArtifactAvailableVersionsResolverIT.java index 7af4daf..24934e3 100644 --- a/src/test/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/resolver/MavenArtifactAvailableVersionsResolverIT.java +++ b/src/test/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/resolver/MavenArtifactAvailableVersionsResolverIT.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/resolver/MavenArtifactAvailableVersionsResolverTest.java b/src/test/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/resolver/MavenArtifactAvailableVersionsResolverTest.java index 262a7d0..beaadae 100644 --- a/src/test/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/resolver/MavenArtifactAvailableVersionsResolverTest.java +++ b/src/test/java/com/github/alexisjehan/mvncheck/core/component/artifact/version/resolver/MavenArtifactAvailableVersionsResolverTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/mvncheck/core/component/build/BuildTest.java b/src/test/java/com/github/alexisjehan/mvncheck/core/component/build/BuildTest.java index 3e1e22f..0b209aa 100644 --- a/src/test/java/com/github/alexisjehan/mvncheck/core/component/build/BuildTest.java +++ b/src/test/java/com/github/alexisjehan/mvncheck/core/component/build/BuildTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/mvncheck/core/component/build/file/BuildFileTest.java b/src/test/java/com/github/alexisjehan/mvncheck/core/component/build/file/BuildFileTest.java index 1eeae2d..d8cb526 100644 --- a/src/test/java/com/github/alexisjehan/mvncheck/core/component/build/file/BuildFileTest.java +++ b/src/test/java/com/github/alexisjehan/mvncheck/core/component/build/file/BuildFileTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/mvncheck/core/component/build/file/BuildFileTypeTest.java b/src/test/java/com/github/alexisjehan/mvncheck/core/component/build/file/BuildFileTypeTest.java index 50ae5db..865ad32 100644 --- a/src/test/java/com/github/alexisjehan/mvncheck/core/component/build/file/BuildFileTypeTest.java +++ b/src/test/java/com/github/alexisjehan/mvncheck/core/component/build/file/BuildFileTypeTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/BuildResolveExceptionTest.java b/src/test/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/BuildResolveExceptionTest.java index 5496f28..22c502d 100644 --- a/src/test/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/BuildResolveExceptionTest.java +++ b/src/test/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/BuildResolveExceptionTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/GradleBuildResolverIT.java b/src/test/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/GradleBuildResolverIT.java index ba2490f..7733efc 100644 --- a/src/test/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/GradleBuildResolverIT.java +++ b/src/test/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/GradleBuildResolverIT.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/GradleBuildResolverTest.java b/src/test/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/GradleBuildResolverTest.java index 73240fd..9c54df0 100644 --- a/src/test/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/GradleBuildResolverTest.java +++ b/src/test/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/GradleBuildResolverTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/MavenBuildResolverIT.java b/src/test/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/MavenBuildResolverIT.java index aef903e..9404380 100644 --- a/src/test/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/MavenBuildResolverIT.java +++ b/src/test/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/MavenBuildResolverIT.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/MavenBuildResolverTest.java b/src/test/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/MavenBuildResolverTest.java index 9db8d40..ceeb248 100644 --- a/src/test/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/MavenBuildResolverTest.java +++ b/src/test/java/com/github/alexisjehan/mvncheck/core/component/build/resolver/MavenBuildResolverTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/ArtifactFilterTest.java b/src/test/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/ArtifactFilterTest.java index f0f9a27..054526e 100644 --- a/src/test/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/ArtifactFilterTest.java +++ b/src/test/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/ArtifactFilterTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/CompositeArtifactFilterTest.java b/src/test/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/CompositeArtifactFilterTest.java index 43eaeb8..90abf3d 100644 --- a/src/test/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/CompositeArtifactFilterTest.java +++ b/src/test/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/CompositeArtifactFilterTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/parser/ArtifactFilterParseExceptionTest.java b/src/test/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/parser/ArtifactFilterParseExceptionTest.java index e01342e..fc25133 100644 --- a/src/test/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/parser/ArtifactFilterParseExceptionTest.java +++ b/src/test/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/parser/ArtifactFilterParseExceptionTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/parser/ArtifactFilterParserTest.java b/src/test/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/parser/ArtifactFilterParserTest.java index c5198b3..becb217 100644 --- a/src/test/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/parser/ArtifactFilterParserTest.java +++ b/src/test/java/com/github/alexisjehan/mvncheck/core/component/filter/artifact/parser/ArtifactFilterParserTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/mvncheck/core/component/filter/version/VersionFilterTest.java b/src/test/java/com/github/alexisjehan/mvncheck/core/component/filter/version/VersionFilterTest.java index 66c0ca4..248e237 100644 --- a/src/test/java/com/github/alexisjehan/mvncheck/core/component/filter/version/VersionFilterTest.java +++ b/src/test/java/com/github/alexisjehan/mvncheck/core/component/filter/version/VersionFilterTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/mvncheck/core/component/filter/version/factory/CompositeVersionFilterFactoryTest.java b/src/test/java/com/github/alexisjehan/mvncheck/core/component/filter/version/factory/CompositeVersionFilterFactoryTest.java index 9e178fb..4e0a3f9 100644 --- a/src/test/java/com/github/alexisjehan/mvncheck/core/component/filter/version/factory/CompositeVersionFilterFactoryTest.java +++ b/src/test/java/com/github/alexisjehan/mvncheck/core/component/filter/version/factory/CompositeVersionFilterFactoryTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/mvncheck/core/component/filter/version/factory/QualifierVersionFilterFactoryTest.java b/src/test/java/com/github/alexisjehan/mvncheck/core/component/filter/version/factory/QualifierVersionFilterFactoryTest.java index 858871c..357de72 100644 --- a/src/test/java/com/github/alexisjehan/mvncheck/core/component/filter/version/factory/QualifierVersionFilterFactoryTest.java +++ b/src/test/java/com/github/alexisjehan/mvncheck/core/component/filter/version/factory/QualifierVersionFilterFactoryTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/mvncheck/core/component/filter/version/factory/ReleaseVersionFilterFactoryTest.java b/src/test/java/com/github/alexisjehan/mvncheck/core/component/filter/version/factory/ReleaseVersionFilterFactoryTest.java index 55ed825..f924ddb 100644 --- a/src/test/java/com/github/alexisjehan/mvncheck/core/component/filter/version/factory/ReleaseVersionFilterFactoryTest.java +++ b/src/test/java/com/github/alexisjehan/mvncheck/core/component/filter/version/factory/ReleaseVersionFilterFactoryTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/mvncheck/core/component/repository/RepositoryTest.java b/src/test/java/com/github/alexisjehan/mvncheck/core/component/repository/RepositoryTest.java index d69ed67..70a2407 100644 --- a/src/test/java/com/github/alexisjehan/mvncheck/core/component/repository/RepositoryTest.java +++ b/src/test/java/com/github/alexisjehan/mvncheck/core/component/repository/RepositoryTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/mvncheck/core/component/session/MavenSessionExceptionTest.java b/src/test/java/com/github/alexisjehan/mvncheck/core/component/session/MavenSessionExceptionTest.java index fc01a46..08256b5 100644 --- a/src/test/java/com/github/alexisjehan/mvncheck/core/component/session/MavenSessionExceptionTest.java +++ b/src/test/java/com/github/alexisjehan/mvncheck/core/component/session/MavenSessionExceptionTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/mvncheck/core/component/session/MavenSessionTest.java b/src/test/java/com/github/alexisjehan/mvncheck/core/component/session/MavenSessionTest.java index 52a7e65..1579136 100644 --- a/src/test/java/com/github/alexisjehan/mvncheck/core/component/session/MavenSessionTest.java +++ b/src/test/java/com/github/alexisjehan/mvncheck/core/component/session/MavenSessionTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/mvncheck/core/util/ConsoleRepositoryListenerTest.java b/src/test/java/com/github/alexisjehan/mvncheck/core/util/ConsoleRepositoryListenerTest.java index 2a507a9..c8375c8 100644 --- a/src/test/java/com/github/alexisjehan/mvncheck/core/util/ConsoleRepositoryListenerTest.java +++ b/src/test/java/com/github/alexisjehan/mvncheck/core/util/ConsoleRepositoryListenerTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/mvncheck/core/util/DecryptedSettingsTest.java b/src/test/java/com/github/alexisjehan/mvncheck/core/util/DecryptedSettingsTest.java index b8cfc9f..78732fd 100644 --- a/src/test/java/com/github/alexisjehan/mvncheck/core/util/DecryptedSettingsTest.java +++ b/src/test/java/com/github/alexisjehan/mvncheck/core/util/DecryptedSettingsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/mvncheck/core/util/GithubUtilsTest.java b/src/test/java/com/github/alexisjehan/mvncheck/core/util/GithubUtilsTest.java index b0637d2..ef4cc60 100644 --- a/src/test/java/com/github/alexisjehan/mvncheck/core/util/GithubUtilsTest.java +++ b/src/test/java/com/github/alexisjehan/mvncheck/core/util/GithubUtilsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/mvncheck/core/util/GradleUtilsTest.java b/src/test/java/com/github/alexisjehan/mvncheck/core/util/GradleUtilsTest.java index 9cccfe6..94468e1 100644 --- a/src/test/java/com/github/alexisjehan/mvncheck/core/util/GradleUtilsTest.java +++ b/src/test/java/com/github/alexisjehan/mvncheck/core/util/GradleUtilsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/mvncheck/core/util/MavenUtilsTest.java b/src/test/java/com/github/alexisjehan/mvncheck/core/util/MavenUtilsTest.java index 93fb571..00ffac4 100644 --- a/src/test/java/com/github/alexisjehan/mvncheck/core/util/MavenUtilsTest.java +++ b/src/test/java/com/github/alexisjehan/mvncheck/core/util/MavenUtilsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/test/java/com/github/alexisjehan/mvncheck/core/util/SystemUtilsTest.java b/src/test/java/com/github/alexisjehan/mvncheck/core/util/SystemUtilsTest.java index df282d9..458d5e7 100644 --- a/src/test/java/com/github/alexisjehan/mvncheck/core/util/SystemUtilsTest.java +++ b/src/test/java/com/github/alexisjehan/mvncheck/core/util/SystemUtilsTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022-2023 Alexis Jehan + * Copyright (c) 2022-2024 Alexis Jehan * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal