diff --git a/etc/header-definition.xml b/etc/header-definition.xml index 42495844..af5d1e1e 100644 --- a/etc/header-definition.xml +++ b/etc/header-definition.xml @@ -3,7 +3,7 @@ SPDX-License-Identifier: Apache-2.0 - Copyright 2020-2023 Andres Almiray. + Copyright 2020-2024 Andres Almiray. 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/etc/license.txt b/etc/license.txt index e49df017..3d93e239 100644 --- a/etc/license.txt +++ b/etc/license.txt @@ -1,6 +1,6 @@ SPDX-License-Identifier: Apache-2.0 -Copyright ${project.inceptionYear}-2023 ${author}. +Copyright ${project.inceptionYear}-2024 ${author}. 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/jitpack.yml b/jitpack.yml index ed465232..04d99f05 100644 --- a/jitpack.yml +++ b/jitpack.yml @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2023 Andres Almiray. +# Copyright 2020-2024 Andres Almiray. # # 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/jreleaser.yml b/jreleaser.yml index f89ae627..dbdd7278 100644 --- a/jreleaser.yml +++ b/jreleaser.yml @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2023 Andres Almiray. +# Copyright 2020-2024 Andres Almiray. # # 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/pom.xml b/pom.xml index 96556d56..b36b6ea8 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ SPDX-License-Identifier: Apache-2.0 - Copyright 2020-2023 Andres Almiray. + Copyright 2020-2024 Andres Almiray. 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/pomchecker-cli/pom.xml b/pomchecker-cli/pom.xml index 881ea224..4d5e438e 100644 --- a/pomchecker-cli/pom.xml +++ b/pomchecker-cli/pom.xml @@ -3,7 +3,7 @@ SPDX-License-Identifier: Apache-2.0 - Copyright 2020-2023 Andres Almiray. + Copyright 2020-2024 Andres Almiray. 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/pomchecker-cli/src/main/assembly/assembly.xml b/pomchecker-cli/src/main/assembly/assembly.xml index 9e255420..e796a515 100644 --- a/pomchecker-cli/src/main/assembly/assembly.xml +++ b/pomchecker-cli/src/main/assembly/assembly.xml @@ -2,7 +2,7 @@ SPDX-License-Identifier: Apache-2.0 - Copyright 2020-2023 Andres Almiray. + Copyright 2020-2024 Andres Almiray. 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/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/AbstractCommand.java b/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/AbstractCommand.java index 2ca287b5..1af1b26b 100644 --- a/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/AbstractCommand.java +++ b/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/AbstractCommand.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Andres Almiray. + * Copyright 2020-2024 Andres Almiray. * * 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/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/Banner.java b/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/Banner.java index 19c43da9..14d304b0 100644 --- a/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/Banner.java +++ b/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/Banner.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Andres Almiray. + * Copyright 2020-2024 Andres Almiray. * * 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/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/BaseCommand.java b/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/BaseCommand.java index b23b4c45..f6418606 100644 --- a/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/BaseCommand.java +++ b/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/BaseCommand.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Andres Almiray. + * Copyright 2020-2024 Andres Almiray. * * 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/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/CheckBom.java b/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/CheckBom.java index eafa0648..14fed118 100644 --- a/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/CheckBom.java +++ b/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/CheckBom.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Andres Almiray. + * Copyright 2020-2024 Andres Almiray. * * 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/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/CheckMavenCentral.java b/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/CheckMavenCentral.java index 70897f81..d4e77a69 100644 --- a/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/CheckMavenCentral.java +++ b/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/CheckMavenCentral.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Andres Almiray. + * Copyright 2020-2024 Andres Almiray. * * 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/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/HaltExecutionException.java b/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/HaltExecutionException.java index 21c1b855..32b3a7a6 100644 --- a/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/HaltExecutionException.java +++ b/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/HaltExecutionException.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Andres Almiray. + * Copyright 2020-2024 Andres Almiray. * * 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/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/IO.java b/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/IO.java index c8a072ad..3a42b406 100644 --- a/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/IO.java +++ b/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/IO.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Andres Almiray. + * Copyright 2020-2024 Andres Almiray. * * 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/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/Main.java b/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/Main.java index 0b6131ca..0403c5cd 100644 --- a/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/Main.java +++ b/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/Main.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Andres Almiray. + * Copyright 2020-2024 Andres Almiray. * * 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/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/PomcheckerException.java b/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/PomcheckerException.java index 890720e6..1dc97e39 100644 --- a/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/PomcheckerException.java +++ b/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/PomcheckerException.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Andres Almiray. + * Copyright 2020-2024 Andres Almiray. * * 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/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/Versions.java b/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/Versions.java index f28e1279..efd66cf1 100644 --- a/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/Versions.java +++ b/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/Versions.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Andres Almiray. + * Copyright 2020-2024 Andres Almiray. * * 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/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/internal/Colorizer.java b/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/internal/Colorizer.java index 498bd200..029c5234 100644 --- a/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/internal/Colorizer.java +++ b/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/internal/Colorizer.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Andres Almiray. + * Copyright 2020-2024 Andres Almiray. * * 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/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/internal/PomParser.java b/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/internal/PomParser.java index 9969f271..e9e318c3 100644 --- a/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/internal/PomParser.java +++ b/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/internal/PomParser.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Andres Almiray. + * Copyright 2020-2024 Andres Almiray. * * 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/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/internal/SimpleLoggerAdapter.java b/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/internal/SimpleLoggerAdapter.java index b8f316cd..e7f8eb6c 100644 --- a/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/internal/SimpleLoggerAdapter.java +++ b/pomchecker-cli/src/main/java/org/kordamp/maven/checker/cli/internal/SimpleLoggerAdapter.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Andres Almiray. + * Copyright 2020-2024 Andres Almiray. * * 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/pomchecker-cli/src/main/resources/org/kordamp/maven/checker/cli/Banner.properties b/pomchecker-cli/src/main/resources/org/kordamp/maven/checker/cli/Banner.properties index f11ae76d..e338a7e8 100644 --- a/pomchecker-cli/src/main/resources/org/kordamp/maven/checker/cli/Banner.properties +++ b/pomchecker-cli/src/main/resources/org/kordamp/maven/checker/cli/Banner.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2023 Andres Almiray. +# Copyright 2020-2024 Andres Almiray. # # 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/pomchecker-cli/src/main/resources/org/kordamp/maven/checker/cli/Versions.properties b/pomchecker-cli/src/main/resources/org/kordamp/maven/checker/cli/Versions.properties index 410d5ad9..bd17fdc1 100644 --- a/pomchecker-cli/src/main/resources/org/kordamp/maven/checker/cli/Versions.properties +++ b/pomchecker-cli/src/main/resources/org/kordamp/maven/checker/cli/Versions.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2023 Andres Almiray. +# Copyright 2020-2024 Andres Almiray. # # 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/pomchecker-cli/src/site/site.xml b/pomchecker-cli/src/site/site.xml index 870c9b2e..c158e505 100644 --- a/pomchecker-cli/src/site/site.xml +++ b/pomchecker-cli/src/site/site.xml @@ -3,7 +3,7 @@ SPDX-License-Identifier: Apache-2.0 - Copyright 2020-2023 Andres Almiray. + Copyright 2020-2024 Andres Almiray. 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/pomchecker-core/pom.xml b/pomchecker-core/pom.xml index 5ced6903..f729cbad 100644 --- a/pomchecker-core/pom.xml +++ b/pomchecker-core/pom.xml @@ -3,7 +3,7 @@ SPDX-License-Identifier: Apache-2.0 - Copyright 2020-2023 Andres Almiray. + Copyright 2020-2024 Andres Almiray. 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/pomchecker-core/src/main/java/org/kordamp/maven/checker/BomChecker.java b/pomchecker-core/src/main/java/org/kordamp/maven/checker/BomChecker.java index 874bb843..04f65404 100644 --- a/pomchecker-core/src/main/java/org/kordamp/maven/checker/BomChecker.java +++ b/pomchecker-core/src/main/java/org/kordamp/maven/checker/BomChecker.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Andres Almiray. + * Copyright 2020-2024 Andres Almiray. * * 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/pomchecker-core/src/main/java/org/kordamp/maven/checker/Logger.java b/pomchecker-core/src/main/java/org/kordamp/maven/checker/Logger.java index ccb7695b..9ad9a708 100644 --- a/pomchecker-core/src/main/java/org/kordamp/maven/checker/Logger.java +++ b/pomchecker-core/src/main/java/org/kordamp/maven/checker/Logger.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Andres Almiray. + * Copyright 2020-2024 Andres Almiray. * * 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/pomchecker-core/src/main/java/org/kordamp/maven/checker/MavenCentralChecker.java b/pomchecker-core/src/main/java/org/kordamp/maven/checker/MavenCentralChecker.java index 927c7890..7c4f417d 100644 --- a/pomchecker-core/src/main/java/org/kordamp/maven/checker/MavenCentralChecker.java +++ b/pomchecker-core/src/main/java/org/kordamp/maven/checker/MavenCentralChecker.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Andres Almiray. + * Copyright 2020-2024 Andres Almiray. * * 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/pomchecker-core/src/main/java/org/kordamp/maven/checker/MavenLoggerAdapter.java b/pomchecker-core/src/main/java/org/kordamp/maven/checker/MavenLoggerAdapter.java index 16dca9ef..12d2fec3 100644 --- a/pomchecker-core/src/main/java/org/kordamp/maven/checker/MavenLoggerAdapter.java +++ b/pomchecker-core/src/main/java/org/kordamp/maven/checker/MavenLoggerAdapter.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Andres Almiray. + * Copyright 2020-2024 Andres Almiray. * * 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/pomchecker-core/src/main/java/org/kordamp/maven/checker/PomCheckException.java b/pomchecker-core/src/main/java/org/kordamp/maven/checker/PomCheckException.java index 835d62c1..3f2d34a6 100644 --- a/pomchecker-core/src/main/java/org/kordamp/maven/checker/PomCheckException.java +++ b/pomchecker-core/src/main/java/org/kordamp/maven/checker/PomCheckException.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Andres Almiray. + * Copyright 2020-2024 Andres Almiray. * * 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/pomchecker-core/src/main/java/org/kordamp/maven/checker/PomcheckerVersion.java b/pomchecker-core/src/main/java/org/kordamp/maven/checker/PomcheckerVersion.java index 9939b6d3..b8b50436 100644 --- a/pomchecker-core/src/main/java/org/kordamp/maven/checker/PomcheckerVersion.java +++ b/pomchecker-core/src/main/java/org/kordamp/maven/checker/PomcheckerVersion.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Andres Almiray. + * Copyright 2020-2024 Andres Almiray. * * 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/pomchecker-core/src/main/resources/org/kordamp/maven/checker/PomcheckerVersion.properties b/pomchecker-core/src/main/resources/org/kordamp/maven/checker/PomcheckerVersion.properties index 8a4a887f..f802378c 100644 --- a/pomchecker-core/src/main/resources/org/kordamp/maven/checker/PomcheckerVersion.properties +++ b/pomchecker-core/src/main/resources/org/kordamp/maven/checker/PomcheckerVersion.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2023 Andres Almiray. +# Copyright 2020-2024 Andres Almiray. # # 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/pomchecker-core/src/site/site.xml b/pomchecker-core/src/site/site.xml index 870c9b2e..c158e505 100644 --- a/pomchecker-core/src/site/site.xml +++ b/pomchecker-core/src/site/site.xml @@ -3,7 +3,7 @@ SPDX-License-Identifier: Apache-2.0 - Copyright 2020-2023 Andres Almiray. + Copyright 2020-2024 Andres Almiray. 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/pomchecker-enforcer-rules/pom.xml b/pomchecker-enforcer-rules/pom.xml index afb30159..f0ba7ca9 100644 --- a/pomchecker-enforcer-rules/pom.xml +++ b/pomchecker-enforcer-rules/pom.xml @@ -3,7 +3,7 @@ SPDX-License-Identifier: Apache-2.0 - Copyright 2020-2023 Andres Almiray. + Copyright 2020-2024 Andres Almiray. 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/pomchecker-enforcer-rules/src/main/java/org/kordamp/maven/enforcer/checker/CheckBom.java b/pomchecker-enforcer-rules/src/main/java/org/kordamp/maven/enforcer/checker/CheckBom.java index 25749753..3fe65dbf 100644 --- a/pomchecker-enforcer-rules/src/main/java/org/kordamp/maven/enforcer/checker/CheckBom.java +++ b/pomchecker-enforcer-rules/src/main/java/org/kordamp/maven/enforcer/checker/CheckBom.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Andres Almiray. + * Copyright 2020-2024 Andres Almiray. * * 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/pomchecker-enforcer-rules/src/main/java/org/kordamp/maven/enforcer/checker/CheckMavenCentral.java b/pomchecker-enforcer-rules/src/main/java/org/kordamp/maven/enforcer/checker/CheckMavenCentral.java index 1100b1cc..b5a31889 100644 --- a/pomchecker-enforcer-rules/src/main/java/org/kordamp/maven/enforcer/checker/CheckMavenCentral.java +++ b/pomchecker-enforcer-rules/src/main/java/org/kordamp/maven/enforcer/checker/CheckMavenCentral.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Andres Almiray. + * Copyright 2020-2024 Andres Almiray. * * 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/pomchecker-enforcer-rules/src/main/java/org/kordamp/maven/enforcer/checker/MavenEnforcerLoggerAdapter.java b/pomchecker-enforcer-rules/src/main/java/org/kordamp/maven/enforcer/checker/MavenEnforcerLoggerAdapter.java index 60e6a1da..db6641d6 100644 --- a/pomchecker-enforcer-rules/src/main/java/org/kordamp/maven/enforcer/checker/MavenEnforcerLoggerAdapter.java +++ b/pomchecker-enforcer-rules/src/main/java/org/kordamp/maven/enforcer/checker/MavenEnforcerLoggerAdapter.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Andres Almiray. + * Copyright 2020-2024 Andres Almiray. * * 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/pomchecker-enforcer-rules/src/site/site.xml b/pomchecker-enforcer-rules/src/site/site.xml index 870c9b2e..c158e505 100644 --- a/pomchecker-enforcer-rules/src/site/site.xml +++ b/pomchecker-enforcer-rules/src/site/site.xml @@ -3,7 +3,7 @@ SPDX-License-Identifier: Apache-2.0 - Copyright 2020-2023 Andres Almiray. + Copyright 2020-2024 Andres Almiray. 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/pomchecker-gradle-plugin/build.gradle b/pomchecker-gradle-plugin/build.gradle index cb10514d..bcef8dd6 100644 --- a/pomchecker-gradle-plugin/build.gradle +++ b/pomchecker-gradle-plugin/build.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Andres Almiray. + * Copyright 2020-2024 Andres Almiray. * * 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/pomchecker-gradle-plugin/gradle.properties b/pomchecker-gradle-plugin/gradle.properties index cf1d6910..7cf8e473 100644 --- a/pomchecker-gradle-plugin/gradle.properties +++ b/pomchecker-gradle-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2023 Andres Almiray. +# Copyright 2020-2024 Andres Almiray. # # 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/pomchecker-gradle-plugin/pom.xml b/pomchecker-gradle-plugin/pom.xml index 54a12f01..bb97772b 100644 --- a/pomchecker-gradle-plugin/pom.xml +++ b/pomchecker-gradle-plugin/pom.xml @@ -3,7 +3,7 @@ SPDX-License-Identifier: Apache-2.0 - Copyright 2020-2023 Andres Almiray. + Copyright 2020-2024 Andres Almiray. 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/pomchecker-gradle-plugin/settings.gradle b/pomchecker-gradle-plugin/settings.gradle index a22f7ea8..97968c0e 100644 --- a/pomchecker-gradle-plugin/settings.gradle +++ b/pomchecker-gradle-plugin/settings.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Andres Almiray. + * Copyright 2020-2024 Andres Almiray. * * 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/pomchecker-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checker/Banner.groovy b/pomchecker-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checker/Banner.groovy index 18d3aa62..7c756f81 100644 --- a/pomchecker-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checker/Banner.groovy +++ b/pomchecker-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checker/Banner.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Andres Almiray. + * Copyright 2020-2024 Andres Almiray. * * 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/pomchecker-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checker/PomCheckerExtension.groovy b/pomchecker-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checker/PomCheckerExtension.groovy index 0a3ab411..66adf1a6 100644 --- a/pomchecker-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checker/PomCheckerExtension.groovy +++ b/pomchecker-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checker/PomCheckerExtension.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Andres Almiray. + * Copyright 2020-2024 Andres Almiray. * * 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/pomchecker-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checker/PomCheckerPlugin.groovy b/pomchecker-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checker/PomCheckerPlugin.groovy index 78c0a889..846bad63 100644 --- a/pomchecker-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checker/PomCheckerPlugin.groovy +++ b/pomchecker-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checker/PomCheckerPlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Andres Almiray. + * Copyright 2020-2024 Andres Almiray. * * 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/pomchecker-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checker/internal/GradleLoggerAdapter.groovy b/pomchecker-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checker/internal/GradleLoggerAdapter.groovy index 21dc9343..7cd3a9a4 100644 --- a/pomchecker-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checker/internal/GradleLoggerAdapter.groovy +++ b/pomchecker-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checker/internal/GradleLoggerAdapter.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Andres Almiray. + * Copyright 2020-2024 Andres Almiray. * * 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/pomchecker-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checker/internal/PomCheckerExtensionImpl.groovy b/pomchecker-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checker/internal/PomCheckerExtensionImpl.groovy index 1b4ebf31..1e0d785e 100644 --- a/pomchecker-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checker/internal/PomCheckerExtensionImpl.groovy +++ b/pomchecker-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checker/internal/PomCheckerExtensionImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Andres Almiray. + * Copyright 2020-2024 Andres Almiray. * * 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/pomchecker-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checker/internal/PomParser.java b/pomchecker-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checker/internal/PomParser.java index 99acf947..b01aa096 100644 --- a/pomchecker-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checker/internal/PomParser.java +++ b/pomchecker-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checker/internal/PomParser.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Andres Almiray. + * Copyright 2020-2024 Andres Almiray. * * 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/pomchecker-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checker/tasks/CheckBomTask.groovy b/pomchecker-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checker/tasks/CheckBomTask.groovy index 4951f1aa..09dc01c2 100644 --- a/pomchecker-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checker/tasks/CheckBomTask.groovy +++ b/pomchecker-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checker/tasks/CheckBomTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Andres Almiray. + * Copyright 2020-2024 Andres Almiray. * * 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/pomchecker-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checker/tasks/CheckMavenCentralTask.groovy b/pomchecker-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checker/tasks/CheckMavenCentralTask.groovy index c22279f3..bfb49658 100644 --- a/pomchecker-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checker/tasks/CheckMavenCentralTask.groovy +++ b/pomchecker-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checker/tasks/CheckMavenCentralTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Andres Almiray. + * Copyright 2020-2024 Andres Almiray. * * 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/pomchecker-gradle-plugin/src/main/resources/org/kordamp/gradle/plugin/checker/Banner.properties b/pomchecker-gradle-plugin/src/main/resources/org/kordamp/gradle/plugin/checker/Banner.properties index 7fe52343..9f582f65 100644 --- a/pomchecker-gradle-plugin/src/main/resources/org/kordamp/gradle/plugin/checker/Banner.properties +++ b/pomchecker-gradle-plugin/src/main/resources/org/kordamp/gradle/plugin/checker/Banner.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2023 Andres Almiray. +# Copyright 2020-2024 Andres Almiray. # # 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/pomchecker-gradle-plugin/src/site/site.xml b/pomchecker-gradle-plugin/src/site/site.xml index 19325ab4..4b63f030 100644 --- a/pomchecker-gradle-plugin/src/site/site.xml +++ b/pomchecker-gradle-plugin/src/site/site.xml @@ -3,7 +3,7 @@ SPDX-License-Identifier: Apache-2.0 - Copyright 2020-2023 Andres Almiray. + Copyright 2020-2024 Andres Almiray. 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/pomchecker-maven-plugin/pom.xml b/pomchecker-maven-plugin/pom.xml index 42df065f..65845c0e 100644 --- a/pomchecker-maven-plugin/pom.xml +++ b/pomchecker-maven-plugin/pom.xml @@ -3,7 +3,7 @@ SPDX-License-Identifier: Apache-2.0 - Copyright 2020-2023 Andres Almiray. + Copyright 2020-2024 Andres Almiray. 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/pomchecker-maven-plugin/src/main/java/org/kordamp/maven/plugin/checker/Banner.java b/pomchecker-maven-plugin/src/main/java/org/kordamp/maven/plugin/checker/Banner.java index fac3d15c..bbb24bde 100644 --- a/pomchecker-maven-plugin/src/main/java/org/kordamp/maven/plugin/checker/Banner.java +++ b/pomchecker-maven-plugin/src/main/java/org/kordamp/maven/plugin/checker/Banner.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Andres Almiray. + * Copyright 2020-2024 Andres Almiray. * * 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/pomchecker-maven-plugin/src/main/java/org/kordamp/maven/plugin/checker/mojos/CheckBomMojo.java b/pomchecker-maven-plugin/src/main/java/org/kordamp/maven/plugin/checker/mojos/CheckBomMojo.java index 95a7db8a..16b3af59 100644 --- a/pomchecker-maven-plugin/src/main/java/org/kordamp/maven/plugin/checker/mojos/CheckBomMojo.java +++ b/pomchecker-maven-plugin/src/main/java/org/kordamp/maven/plugin/checker/mojos/CheckBomMojo.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Andres Almiray. + * Copyright 2020-2024 Andres Almiray. * * 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/pomchecker-maven-plugin/src/main/java/org/kordamp/maven/plugin/checker/mojos/CheckMavenCentralMojo.java b/pomchecker-maven-plugin/src/main/java/org/kordamp/maven/plugin/checker/mojos/CheckMavenCentralMojo.java index 2946ab3e..ba8be5a5 100644 --- a/pomchecker-maven-plugin/src/main/java/org/kordamp/maven/plugin/checker/mojos/CheckMavenCentralMojo.java +++ b/pomchecker-maven-plugin/src/main/java/org/kordamp/maven/plugin/checker/mojos/CheckMavenCentralMojo.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Andres Almiray. + * Copyright 2020-2024 Andres Almiray. * * 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/pomchecker-maven-plugin/src/main/resources/org/kordamp/maven/plugin/checker/Banner.properties b/pomchecker-maven-plugin/src/main/resources/org/kordamp/maven/plugin/checker/Banner.properties index f11ae76d..e338a7e8 100644 --- a/pomchecker-maven-plugin/src/main/resources/org/kordamp/maven/plugin/checker/Banner.properties +++ b/pomchecker-maven-plugin/src/main/resources/org/kordamp/maven/plugin/checker/Banner.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2023 Andres Almiray. +# Copyright 2020-2024 Andres Almiray. # # 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/pomchecker-maven-plugin/src/site/site.xml b/pomchecker-maven-plugin/src/site/site.xml index 19325ab4..4b63f030 100644 --- a/pomchecker-maven-plugin/src/site/site.xml +++ b/pomchecker-maven-plugin/src/site/site.xml @@ -3,7 +3,7 @@ SPDX-License-Identifier: Apache-2.0 - Copyright 2020-2023 Andres Almiray. + Copyright 2020-2024 Andres Almiray. 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/pomchecker-toolprovider/pom.xml b/pomchecker-toolprovider/pom.xml index 0b3451bc..56722964 100644 --- a/pomchecker-toolprovider/pom.xml +++ b/pomchecker-toolprovider/pom.xml @@ -3,7 +3,7 @@ SPDX-License-Identifier: Apache-2.0 - Copyright 2020-2023 Andres Almiray. + Copyright 2020-2024 Andres Almiray. 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/pomchecker-toolprovider/src/java9/module-info.java b/pomchecker-toolprovider/src/java9/module-info.java index e90f55e7..6538f501 100644 --- a/pomchecker-toolprovider/src/java9/module-info.java +++ b/pomchecker-toolprovider/src/java9/module-info.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Andres Almiray. + * Copyright 2020-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,7 +15,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** * @author Andres Almiray * @since 1.7.0 diff --git a/pomchecker-toolprovider/src/main/java/org/kordamp/maven/checker/toolprovider/Pomchecker.java b/pomchecker-toolprovider/src/main/java/org/kordamp/maven/checker/toolprovider/Pomchecker.java index eb803eae..60f465e5 100644 --- a/pomchecker-toolprovider/src/main/java/org/kordamp/maven/checker/toolprovider/Pomchecker.java +++ b/pomchecker-toolprovider/src/main/java/org/kordamp/maven/checker/toolprovider/Pomchecker.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2023 Andres Almiray. + * Copyright 2020-2024 Andres Almiray. * * 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/pomchecker-toolprovider/src/site/site.xml b/pomchecker-toolprovider/src/site/site.xml index 870c9b2e..c158e505 100644 --- a/pomchecker-toolprovider/src/site/site.xml +++ b/pomchecker-toolprovider/src/site/site.xml @@ -3,7 +3,7 @@ SPDX-License-Identifier: Apache-2.0 - Copyright 2020-2023 Andres Almiray. + Copyright 2020-2024 Andres Almiray. 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/site/site.xml b/src/site/site.xml index 285ce1b3..64b803f8 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -3,7 +3,7 @@ SPDX-License-Identifier: Apache-2.0 - Copyright 2020-2023 Andres Almiray. + Copyright 2020-2024 Andres Almiray. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.