diff --git a/apps/jreleaser-tool-provider/gradle.properties b/apps/jreleaser-tool-provider/gradle.properties index ff0681f8..22dff84a 100644 --- a/apps/jreleaser-tool-provider/gradle.properties +++ b/apps/jreleaser-tool-provider/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/apps/jreleaser-tool-provider/jreleaser-tool-provider.gradle b/apps/jreleaser-tool-provider/jreleaser-tool-provider.gradle index 86128d0d..f81f0f3f 100644 --- a/apps/jreleaser-tool-provider/jreleaser-tool-provider.gradle +++ b/apps/jreleaser-tool-provider/jreleaser-tool-provider.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/apps/jreleaser-tool-provider/src/main/java/org/jreleaser/tool/JReleaser.java b/apps/jreleaser-tool-provider/src/main/java/org/jreleaser/tool/JReleaser.java index 31d1422a..631071da 100644 --- a/apps/jreleaser-tool-provider/src/main/java/org/jreleaser/tool/JReleaser.java +++ b/apps/jreleaser-tool-provider/src/main/java/org/jreleaser/tool/JReleaser.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/apps/jreleaser/gradle.properties b/apps/jreleaser/gradle.properties index f985c7ee..e3ee62da 100644 --- a/apps/jreleaser/gradle.properties +++ b/apps/jreleaser/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/apps/jreleaser/jreleaser.gradle b/apps/jreleaser/jreleaser.gradle index e8ff20fe..ef3ec6ef 100644 --- a/apps/jreleaser/jreleaser.gradle +++ b/apps/jreleaser/jreleaser.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/apps/jreleaser/src/main/java/org/jreleaser/cli/AbstractCommand.java b/apps/jreleaser/src/main/java/org/jreleaser/cli/AbstractCommand.java index 7e8baaf7..8c02a651 100644 --- a/apps/jreleaser/src/main/java/org/jreleaser/cli/AbstractCommand.java +++ b/apps/jreleaser/src/main/java/org/jreleaser/cli/AbstractCommand.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/apps/jreleaser/src/main/java/org/jreleaser/cli/AbstractModelCommand.java b/apps/jreleaser/src/main/java/org/jreleaser/cli/AbstractModelCommand.java index 769b5d3d..c8044f49 100644 --- a/apps/jreleaser/src/main/java/org/jreleaser/cli/AbstractModelCommand.java +++ b/apps/jreleaser/src/main/java/org/jreleaser/cli/AbstractModelCommand.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/apps/jreleaser/src/main/java/org/jreleaser/cli/Announce.java b/apps/jreleaser/src/main/java/org/jreleaser/cli/Announce.java index e97399a3..35d241bb 100644 --- a/apps/jreleaser/src/main/java/org/jreleaser/cli/Announce.java +++ b/apps/jreleaser/src/main/java/org/jreleaser/cli/Announce.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/apps/jreleaser/src/main/java/org/jreleaser/cli/Assemble.java b/apps/jreleaser/src/main/java/org/jreleaser/cli/Assemble.java index 282f8fd1..e26a491a 100644 --- a/apps/jreleaser/src/main/java/org/jreleaser/cli/Assemble.java +++ b/apps/jreleaser/src/main/java/org/jreleaser/cli/Assemble.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/apps/jreleaser/src/main/java/org/jreleaser/cli/Banner.java b/apps/jreleaser/src/main/java/org/jreleaser/cli/Banner.java index d40f26db..b76df427 100644 --- a/apps/jreleaser/src/main/java/org/jreleaser/cli/Banner.java +++ b/apps/jreleaser/src/main/java/org/jreleaser/cli/Banner.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/apps/jreleaser/src/main/java/org/jreleaser/cli/Changelog.java b/apps/jreleaser/src/main/java/org/jreleaser/cli/Changelog.java index 706afdd6..1ee40b24 100644 --- a/apps/jreleaser/src/main/java/org/jreleaser/cli/Changelog.java +++ b/apps/jreleaser/src/main/java/org/jreleaser/cli/Changelog.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/apps/jreleaser/src/main/java/org/jreleaser/cli/Checksum.java b/apps/jreleaser/src/main/java/org/jreleaser/cli/Checksum.java index 4222c3bf..597de669 100644 --- a/apps/jreleaser/src/main/java/org/jreleaser/cli/Checksum.java +++ b/apps/jreleaser/src/main/java/org/jreleaser/cli/Checksum.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/apps/jreleaser/src/main/java/org/jreleaser/cli/Config.java b/apps/jreleaser/src/main/java/org/jreleaser/cli/Config.java index 9f80b1cd..cc565fc3 100644 --- a/apps/jreleaser/src/main/java/org/jreleaser/cli/Config.java +++ b/apps/jreleaser/src/main/java/org/jreleaser/cli/Config.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/apps/jreleaser/src/main/java/org/jreleaser/cli/FullRelease.java b/apps/jreleaser/src/main/java/org/jreleaser/cli/FullRelease.java index b0ac581b..10092883 100644 --- a/apps/jreleaser/src/main/java/org/jreleaser/cli/FullRelease.java +++ b/apps/jreleaser/src/main/java/org/jreleaser/cli/FullRelease.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/apps/jreleaser/src/main/java/org/jreleaser/cli/HaltExecutionException.java b/apps/jreleaser/src/main/java/org/jreleaser/cli/HaltExecutionException.java index 38653eee..1b78e0e1 100644 --- a/apps/jreleaser/src/main/java/org/jreleaser/cli/HaltExecutionException.java +++ b/apps/jreleaser/src/main/java/org/jreleaser/cli/HaltExecutionException.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/apps/jreleaser/src/main/java/org/jreleaser/cli/Init.java b/apps/jreleaser/src/main/java/org/jreleaser/cli/Init.java index 0eb5ee0d..1ddaf7e4 100644 --- a/apps/jreleaser/src/main/java/org/jreleaser/cli/Init.java +++ b/apps/jreleaser/src/main/java/org/jreleaser/cli/Init.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/apps/jreleaser/src/main/java/org/jreleaser/cli/Main.java b/apps/jreleaser/src/main/java/org/jreleaser/cli/Main.java index a1d6f7a6..92c133ee 100644 --- a/apps/jreleaser/src/main/java/org/jreleaser/cli/Main.java +++ b/apps/jreleaser/src/main/java/org/jreleaser/cli/Main.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/apps/jreleaser/src/main/java/org/jreleaser/cli/Package.java b/apps/jreleaser/src/main/java/org/jreleaser/cli/Package.java index a31b5acc..9b998b2a 100644 --- a/apps/jreleaser/src/main/java/org/jreleaser/cli/Package.java +++ b/apps/jreleaser/src/main/java/org/jreleaser/cli/Package.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/apps/jreleaser/src/main/java/org/jreleaser/cli/Prepare.java b/apps/jreleaser/src/main/java/org/jreleaser/cli/Prepare.java index b1c10a6b..1d0c555d 100644 --- a/apps/jreleaser/src/main/java/org/jreleaser/cli/Prepare.java +++ b/apps/jreleaser/src/main/java/org/jreleaser/cli/Prepare.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/apps/jreleaser/src/main/java/org/jreleaser/cli/Publish.java b/apps/jreleaser/src/main/java/org/jreleaser/cli/Publish.java index d46fdc43..9b176aec 100644 --- a/apps/jreleaser/src/main/java/org/jreleaser/cli/Publish.java +++ b/apps/jreleaser/src/main/java/org/jreleaser/cli/Publish.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/apps/jreleaser/src/main/java/org/jreleaser/cli/Release.java b/apps/jreleaser/src/main/java/org/jreleaser/cli/Release.java index f2473322..25ca8961 100644 --- a/apps/jreleaser/src/main/java/org/jreleaser/cli/Release.java +++ b/apps/jreleaser/src/main/java/org/jreleaser/cli/Release.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/apps/jreleaser/src/main/java/org/jreleaser/cli/Sign.java b/apps/jreleaser/src/main/java/org/jreleaser/cli/Sign.java index aaa16330..55f840bc 100644 --- a/apps/jreleaser/src/main/java/org/jreleaser/cli/Sign.java +++ b/apps/jreleaser/src/main/java/org/jreleaser/cli/Sign.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/apps/jreleaser/src/main/java/org/jreleaser/cli/Template.java b/apps/jreleaser/src/main/java/org/jreleaser/cli/Template.java index a3d4bb87..6f6c0334 100644 --- a/apps/jreleaser/src/main/java/org/jreleaser/cli/Template.java +++ b/apps/jreleaser/src/main/java/org/jreleaser/cli/Template.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/apps/jreleaser/src/main/java/org/jreleaser/cli/Upload.java b/apps/jreleaser/src/main/java/org/jreleaser/cli/Upload.java index a6fd8a24..189dbfb4 100644 --- a/apps/jreleaser/src/main/java/org/jreleaser/cli/Upload.java +++ b/apps/jreleaser/src/main/java/org/jreleaser/cli/Upload.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/apps/jreleaser/src/main/java/org/jreleaser/cli/Versions.java b/apps/jreleaser/src/main/java/org/jreleaser/cli/Versions.java index 19dc9dd6..97ef05dc 100644 --- a/apps/jreleaser/src/main/java/org/jreleaser/cli/Versions.java +++ b/apps/jreleaser/src/main/java/org/jreleaser/cli/Versions.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/apps/jreleaser/src/main/java/org/jreleaser/cli/internal/ColorizedJReleaserLoggerAdapter.java b/apps/jreleaser/src/main/java/org/jreleaser/cli/internal/ColorizedJReleaserLoggerAdapter.java index 2f43a599..b0f2ae0a 100644 --- a/apps/jreleaser/src/main/java/org/jreleaser/cli/internal/ColorizedJReleaserLoggerAdapter.java +++ b/apps/jreleaser/src/main/java/org/jreleaser/cli/internal/ColorizedJReleaserLoggerAdapter.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/apps/jreleaser/src/main/java/org/jreleaser/cli/internal/Colorizer.java b/apps/jreleaser/src/main/java/org/jreleaser/cli/internal/Colorizer.java index e70858fe..cc356ec4 100644 --- a/apps/jreleaser/src/main/java/org/jreleaser/cli/internal/Colorizer.java +++ b/apps/jreleaser/src/main/java/org/jreleaser/cli/internal/Colorizer.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/apps/jreleaser/src/main/java/org/jreleaser/cli/internal/JReleaserModelPrinter.java b/apps/jreleaser/src/main/java/org/jreleaser/cli/internal/JReleaserModelPrinter.java index e15061ca..be76dd74 100644 --- a/apps/jreleaser/src/main/java/org/jreleaser/cli/internal/JReleaserModelPrinter.java +++ b/apps/jreleaser/src/main/java/org/jreleaser/cli/internal/JReleaserModelPrinter.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/apps/jreleaser/src/main/resources/org/jreleaser/cli/Banner.properties b/apps/jreleaser/src/main/resources/org/jreleaser/cli/Banner.properties index a6d47725..05bd6098 100644 --- a/apps/jreleaser/src/main/resources/org/jreleaser/cli/Banner.properties +++ b/apps/jreleaser/src/main/resources/org/jreleaser/cli/Banner.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/apps/jreleaser/src/main/resources/org/jreleaser/cli/Versions.properties b/apps/jreleaser/src/main/resources/org/jreleaser/cli/Versions.properties index 55e217af..e107eb3b 100644 --- a/apps/jreleaser/src/main/resources/org/jreleaser/cli/Versions.properties +++ b/apps/jreleaser/src/main/resources/org/jreleaser/cli/Versions.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/build.gradle b/build.gradle index b7f9608e..718a275b 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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. */ - config { info { description = 'jreleaser' diff --git a/core/jreleaser-assemblers/gradle.properties b/core/jreleaser-assemblers/gradle.properties index d4c5486b..e812a697 100644 --- a/core/jreleaser-assemblers/gradle.properties +++ b/core/jreleaser-assemblers/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/core/jreleaser-assemblers/jreleaser-assemblers.gradle b/core/jreleaser-assemblers/jreleaser-assemblers.gradle index 747328ba..ca31d82f 100644 --- a/core/jreleaser-assemblers/jreleaser-assemblers.gradle +++ b/core/jreleaser-assemblers/jreleaser-assemblers.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-assemblers/src/main/java/org/jreleaser/assemblers/AbstractAssemblerProcessor.java b/core/jreleaser-assemblers/src/main/java/org/jreleaser/assemblers/AbstractAssemblerProcessor.java index b777218d..ba1a7acc 100644 --- a/core/jreleaser-assemblers/src/main/java/org/jreleaser/assemblers/AbstractAssemblerProcessor.java +++ b/core/jreleaser-assemblers/src/main/java/org/jreleaser/assemblers/AbstractAssemblerProcessor.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-assemblers/src/main/java/org/jreleaser/assemblers/JlinkAssemblerProcessor.java b/core/jreleaser-assemblers/src/main/java/org/jreleaser/assemblers/JlinkAssemblerProcessor.java index 5ee50009..ef0a1aba 100644 --- a/core/jreleaser-assemblers/src/main/java/org/jreleaser/assemblers/JlinkAssemblerProcessor.java +++ b/core/jreleaser-assemblers/src/main/java/org/jreleaser/assemblers/JlinkAssemblerProcessor.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-assemblers/src/main/java/org/jreleaser/assemblers/JlinkAssemblerProcessorFactory.java b/core/jreleaser-assemblers/src/main/java/org/jreleaser/assemblers/JlinkAssemblerProcessorFactory.java index ed283864..804db915 100644 --- a/core/jreleaser-assemblers/src/main/java/org/jreleaser/assemblers/JlinkAssemblerProcessorFactory.java +++ b/core/jreleaser-assemblers/src/main/java/org/jreleaser/assemblers/JlinkAssemblerProcessorFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-assemblers/src/main/java/org/jreleaser/assemblers/NativeImageAssemblerProcessor.java b/core/jreleaser-assemblers/src/main/java/org/jreleaser/assemblers/NativeImageAssemblerProcessor.java index ab2a96b9..3dd02884 100644 --- a/core/jreleaser-assemblers/src/main/java/org/jreleaser/assemblers/NativeImageAssemblerProcessor.java +++ b/core/jreleaser-assemblers/src/main/java/org/jreleaser/assemblers/NativeImageAssemblerProcessor.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-assemblers/src/main/java/org/jreleaser/assemblers/NativeImageAssemblerProcessorFactory.java b/core/jreleaser-assemblers/src/main/java/org/jreleaser/assemblers/NativeImageAssemblerProcessorFactory.java index 09cbe132..3a34fb06 100644 --- a/core/jreleaser-assemblers/src/main/java/org/jreleaser/assemblers/NativeImageAssemblerProcessorFactory.java +++ b/core/jreleaser-assemblers/src/main/java/org/jreleaser/assemblers/NativeImageAssemblerProcessorFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-config-json/gradle.properties b/core/jreleaser-config-json/gradle.properties index b185601a..0cc8d5d6 100644 --- a/core/jreleaser-config-json/gradle.properties +++ b/core/jreleaser-config-json/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/core/jreleaser-config-json/jreleaser-config-json.gradle b/core/jreleaser-config-json/jreleaser-config-json.gradle index 9dfd83d5..1a783a7b 100644 --- a/core/jreleaser-config-json/jreleaser-config-json.gradle +++ b/core/jreleaser-config-json/jreleaser-config-json.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-config-json/src/main/java/org/jreleaser/config/json/JsonJReleaserConfigParser.java b/core/jreleaser-config-json/src/main/java/org/jreleaser/config/json/JsonJReleaserConfigParser.java index 434bcde7..1f767f74 100644 --- a/core/jreleaser-config-json/src/main/java/org/jreleaser/config/json/JsonJReleaserConfigParser.java +++ b/core/jreleaser-config-json/src/main/java/org/jreleaser/config/json/JsonJReleaserConfigParser.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-config-toml/gradle.properties b/core/jreleaser-config-toml/gradle.properties index db2a4292..c11697b0 100644 --- a/core/jreleaser-config-toml/gradle.properties +++ b/core/jreleaser-config-toml/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/core/jreleaser-config-toml/jreleaser-config-toml.gradle b/core/jreleaser-config-toml/jreleaser-config-toml.gradle index 907793f1..bfba381e 100644 --- a/core/jreleaser-config-toml/jreleaser-config-toml.gradle +++ b/core/jreleaser-config-toml/jreleaser-config-toml.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-config-toml/src/main/java/org/jreleaser/config/toml/TomlJReleaserConfigParser.java b/core/jreleaser-config-toml/src/main/java/org/jreleaser/config/toml/TomlJReleaserConfigParser.java index 7518a92f..2f5a023c 100644 --- a/core/jreleaser-config-toml/src/main/java/org/jreleaser/config/toml/TomlJReleaserConfigParser.java +++ b/core/jreleaser-config-toml/src/main/java/org/jreleaser/config/toml/TomlJReleaserConfigParser.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-config-yaml/gradle.properties b/core/jreleaser-config-yaml/gradle.properties index 30fffa2e..ab7dc454 100644 --- a/core/jreleaser-config-yaml/gradle.properties +++ b/core/jreleaser-config-yaml/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/core/jreleaser-config-yaml/jreleaser-config-yaml.gradle b/core/jreleaser-config-yaml/jreleaser-config-yaml.gradle index 915e0c08..752eb40b 100644 --- a/core/jreleaser-config-yaml/jreleaser-config-yaml.gradle +++ b/core/jreleaser-config-yaml/jreleaser-config-yaml.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-config-yaml/src/main/java/org/jreleaser/config/yaml/YamlJReleaserConfigParser.java b/core/jreleaser-config-yaml/src/main/java/org/jreleaser/config/yaml/YamlJReleaserConfigParser.java index 6dce6d52..3feee214 100644 --- a/core/jreleaser-config-yaml/src/main/java/org/jreleaser/config/yaml/YamlJReleaserConfigParser.java +++ b/core/jreleaser-config-yaml/src/main/java/org/jreleaser/config/yaml/YamlJReleaserConfigParser.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-engine/gradle.properties b/core/jreleaser-engine/gradle.properties index b3f96a21..ca31ab0d 100644 --- a/core/jreleaser-engine/gradle.properties +++ b/core/jreleaser-engine/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/core/jreleaser-engine/jreleaser-engine.gradle b/core/jreleaser-engine/jreleaser-engine.gradle index 3c27c5d0..bbaa239f 100644 --- a/core/jreleaser-engine/jreleaser-engine.gradle +++ b/core/jreleaser-engine/jreleaser-engine.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-engine/src/main/java/org/jreleaser/engine/announce/Announcers.java b/core/jreleaser-engine/src/main/java/org/jreleaser/engine/announce/Announcers.java index 731a00d8..9eac77ba 100644 --- a/core/jreleaser-engine/src/main/java/org/jreleaser/engine/announce/Announcers.java +++ b/core/jreleaser-engine/src/main/java/org/jreleaser/engine/announce/Announcers.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-engine/src/main/java/org/jreleaser/engine/assemble/AssemblerProcessors.java b/core/jreleaser-engine/src/main/java/org/jreleaser/engine/assemble/AssemblerProcessors.java index 5e244b0f..d68401c7 100644 --- a/core/jreleaser-engine/src/main/java/org/jreleaser/engine/assemble/AssemblerProcessors.java +++ b/core/jreleaser-engine/src/main/java/org/jreleaser/engine/assemble/AssemblerProcessors.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-engine/src/main/java/org/jreleaser/engine/assemble/Assemblers.java b/core/jreleaser-engine/src/main/java/org/jreleaser/engine/assemble/Assemblers.java index 780bca9a..dca08a8a 100644 --- a/core/jreleaser-engine/src/main/java/org/jreleaser/engine/assemble/Assemblers.java +++ b/core/jreleaser-engine/src/main/java/org/jreleaser/engine/assemble/Assemblers.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-engine/src/main/java/org/jreleaser/engine/assemble/DistributionAssembler.java b/core/jreleaser-engine/src/main/java/org/jreleaser/engine/assemble/DistributionAssembler.java index 91824dc4..b7627ce3 100644 --- a/core/jreleaser-engine/src/main/java/org/jreleaser/engine/assemble/DistributionAssembler.java +++ b/core/jreleaser-engine/src/main/java/org/jreleaser/engine/assemble/DistributionAssembler.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-engine/src/main/java/org/jreleaser/engine/changelog/Changelog.java b/core/jreleaser-engine/src/main/java/org/jreleaser/engine/changelog/Changelog.java index 0c0aa932..2ea1e2f2 100644 --- a/core/jreleaser-engine/src/main/java/org/jreleaser/engine/changelog/Changelog.java +++ b/core/jreleaser-engine/src/main/java/org/jreleaser/engine/changelog/Changelog.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-engine/src/main/java/org/jreleaser/engine/checksum/Checksum.java b/core/jreleaser-engine/src/main/java/org/jreleaser/engine/checksum/Checksum.java index a7bd100e..e2169f3c 100644 --- a/core/jreleaser-engine/src/main/java/org/jreleaser/engine/checksum/Checksum.java +++ b/core/jreleaser-engine/src/main/java/org/jreleaser/engine/checksum/Checksum.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-engine/src/main/java/org/jreleaser/engine/context/ContextCreator.java b/core/jreleaser-engine/src/main/java/org/jreleaser/engine/context/ContextCreator.java index 587849e8..a986be8c 100644 --- a/core/jreleaser-engine/src/main/java/org/jreleaser/engine/context/ContextCreator.java +++ b/core/jreleaser-engine/src/main/java/org/jreleaser/engine/context/ContextCreator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-engine/src/main/java/org/jreleaser/engine/context/ModelAutoConfigurer.java b/core/jreleaser-engine/src/main/java/org/jreleaser/engine/context/ModelAutoConfigurer.java index b03d723b..654de8a7 100644 --- a/core/jreleaser-engine/src/main/java/org/jreleaser/engine/context/ModelAutoConfigurer.java +++ b/core/jreleaser-engine/src/main/java/org/jreleaser/engine/context/ModelAutoConfigurer.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-engine/src/main/java/org/jreleaser/engine/context/ModelConfigurer.java b/core/jreleaser-engine/src/main/java/org/jreleaser/engine/context/ModelConfigurer.java index 9289a70b..31d79caa 100644 --- a/core/jreleaser-engine/src/main/java/org/jreleaser/engine/context/ModelConfigurer.java +++ b/core/jreleaser-engine/src/main/java/org/jreleaser/engine/context/ModelConfigurer.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-engine/src/main/java/org/jreleaser/engine/distribution/DistributionProcessor.java b/core/jreleaser-engine/src/main/java/org/jreleaser/engine/distribution/DistributionProcessor.java index 5a80d0f5..29e1db63 100644 --- a/core/jreleaser-engine/src/main/java/org/jreleaser/engine/distribution/DistributionProcessor.java +++ b/core/jreleaser-engine/src/main/java/org/jreleaser/engine/distribution/DistributionProcessor.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-engine/src/main/java/org/jreleaser/engine/distribution/Distributions.java b/core/jreleaser-engine/src/main/java/org/jreleaser/engine/distribution/Distributions.java index 9aff82b3..cf825550 100644 --- a/core/jreleaser-engine/src/main/java/org/jreleaser/engine/distribution/Distributions.java +++ b/core/jreleaser-engine/src/main/java/org/jreleaser/engine/distribution/Distributions.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-engine/src/main/java/org/jreleaser/engine/distribution/ToolProcessingFunction.java b/core/jreleaser-engine/src/main/java/org/jreleaser/engine/distribution/ToolProcessingFunction.java index 92af49ba..ee0e4635 100644 --- a/core/jreleaser-engine/src/main/java/org/jreleaser/engine/distribution/ToolProcessingFunction.java +++ b/core/jreleaser-engine/src/main/java/org/jreleaser/engine/distribution/ToolProcessingFunction.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-engine/src/main/java/org/jreleaser/engine/distribution/ToolProcessors.java b/core/jreleaser-engine/src/main/java/org/jreleaser/engine/distribution/ToolProcessors.java index 80ed01b9..c9fc65cc 100644 --- a/core/jreleaser-engine/src/main/java/org/jreleaser/engine/distribution/ToolProcessors.java +++ b/core/jreleaser-engine/src/main/java/org/jreleaser/engine/distribution/ToolProcessors.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-engine/src/main/java/org/jreleaser/engine/release/Releasers.java b/core/jreleaser-engine/src/main/java/org/jreleaser/engine/release/Releasers.java index 0b974cc2..14837b9e 100644 --- a/core/jreleaser-engine/src/main/java/org/jreleaser/engine/release/Releasers.java +++ b/core/jreleaser-engine/src/main/java/org/jreleaser/engine/release/Releasers.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-engine/src/main/java/org/jreleaser/engine/sign/Signer.java b/core/jreleaser-engine/src/main/java/org/jreleaser/engine/sign/Signer.java index c11f51a0..9a23b43d 100644 --- a/core/jreleaser-engine/src/main/java/org/jreleaser/engine/sign/Signer.java +++ b/core/jreleaser-engine/src/main/java/org/jreleaser/engine/sign/Signer.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-engine/src/main/java/org/jreleaser/engine/upload/ArtifactUploaders.java b/core/jreleaser-engine/src/main/java/org/jreleaser/engine/upload/ArtifactUploaders.java index c4b05e35..44466c4a 100644 --- a/core/jreleaser-engine/src/main/java/org/jreleaser/engine/upload/ArtifactUploaders.java +++ b/core/jreleaser-engine/src/main/java/org/jreleaser/engine/upload/ArtifactUploaders.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-engine/src/main/java/org/jreleaser/engine/upload/ProjectUploader.java b/core/jreleaser-engine/src/main/java/org/jreleaser/engine/upload/ProjectUploader.java index 5188eb7d..ca883d68 100644 --- a/core/jreleaser-engine/src/main/java/org/jreleaser/engine/upload/ProjectUploader.java +++ b/core/jreleaser-engine/src/main/java/org/jreleaser/engine/upload/ProjectUploader.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-engine/src/main/java/org/jreleaser/engine/upload/Uploaders.java b/core/jreleaser-engine/src/main/java/org/jreleaser/engine/upload/Uploaders.java index 9bcf50c7..0afd3bc4 100644 --- a/core/jreleaser-engine/src/main/java/org/jreleaser/engine/upload/Uploaders.java +++ b/core/jreleaser-engine/src/main/java/org/jreleaser/engine/upload/Uploaders.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/gradle.properties b/core/jreleaser-model/gradle.properties index 22b54ef8..fbaae632 100644 --- a/core/jreleaser-model/gradle.properties +++ b/core/jreleaser-model/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/core/jreleaser-model/jreleaser-model.gradle b/core/jreleaser-model/jreleaser-model.gradle index 4011aabd..5a263c7b 100644 --- a/core/jreleaser-model/jreleaser-model.gradle +++ b/core/jreleaser-model/jreleaser-model.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/config/JReleaserConfigLoader.java b/core/jreleaser-model/src/main/java/org/jreleaser/config/JReleaserConfigLoader.java index 39a50e29..68b564af 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/config/JReleaserConfigLoader.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/config/JReleaserConfigLoader.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/config/JReleaserConfigParser.java b/core/jreleaser-model/src/main/java/org/jreleaser/config/JReleaserConfigParser.java index 0853d303..bdd05ece 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/config/JReleaserConfigParser.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/config/JReleaserConfigParser.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/AbstractAnnouncer.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/AbstractAnnouncer.java index af2f4147..db314b81 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/AbstractAnnouncer.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/AbstractAnnouncer.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/AbstractAssembler.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/AbstractAssembler.java index 336fc4aa..8034ed1b 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/AbstractAssembler.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/AbstractAssembler.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/AbstractDockerConfiguration.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/AbstractDockerConfiguration.java index 37967f1b..89d80764 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/AbstractDockerConfiguration.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/AbstractDockerConfiguration.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/AbstractRepositoryTap.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/AbstractRepositoryTap.java index 2b769f93..5c7d9f38 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/AbstractRepositoryTap.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/AbstractRepositoryTap.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/AbstractRepositoryTool.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/AbstractRepositoryTool.java index 19201d08..9360483e 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/AbstractRepositoryTool.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/AbstractRepositoryTool.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/AbstractTool.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/AbstractTool.java index 7e594e82..e0e05e88 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/AbstractTool.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/AbstractTool.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/AbstractUploader.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/AbstractUploader.java index f9fa626f..a7cdd868 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/AbstractUploader.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/AbstractUploader.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Activatable.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Activatable.java index 1eee4d78..8aeedc1e 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Activatable.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Activatable.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Active.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Active.java index 5768b455..900c9336 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Active.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Active.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Announce.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Announce.java index 22ea953f..9da88796 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Announce.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Announce.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Announcer.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Announcer.java index 39a1d897..756aef6f 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Announcer.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Announcer.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Artifact.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Artifact.java index 8c9dec29..cda3a1fc 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Artifact.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Artifact.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Artifactory.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Artifactory.java index e3863a01..96fddea9 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Artifactory.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Artifactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Assemble.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Assemble.java index df1d67da..81a12098 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Assemble.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Assemble.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Assembler.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Assembler.java index cb9ed872..07891a60 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Assembler.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Assembler.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Brew.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Brew.java index 235b6c44..72b521ba 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Brew.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Brew.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Cask.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Cask.java index 662b4b38..3ee01101 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Cask.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Cask.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/CaskItem.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/CaskItem.java index 683ca888..3e4a37d1 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/CaskItem.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/CaskItem.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Changelog.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Changelog.java index 93de8e11..8598932c 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Changelog.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Changelog.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Checksum.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Checksum.java index 2a8f796a..c956cbe4 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Checksum.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Checksum.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Chocolatey.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Chocolatey.java index bbbdc320..00a3a76d 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Chocolatey.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Chocolatey.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/ChocolateyBucket.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/ChocolateyBucket.java index d9a12f25..b4e1f42e 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/ChocolateyBucket.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/ChocolateyBucket.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Codeberg.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Codeberg.java index 1ba8e3b7..e4f62bf5 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Codeberg.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Codeberg.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/CommitAuthor.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/CommitAuthor.java index 6c272c10..b76ab976 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/CommitAuthor.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/CommitAuthor.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/CommitAuthorAware.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/CommitAuthorAware.java index dd09f567..36ca7aa3 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/CommitAuthorAware.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/CommitAuthorAware.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Discord.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Discord.java index 98b78b4c..2a59b60f 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Discord.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Discord.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Discussions.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Discussions.java index 21326514..7ba68746 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Discussions.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Discussions.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Distribution.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Distribution.java index 8cd03e57..9a143d5a 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Distribution.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Distribution.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Docker.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Docker.java index 886406ce..2c7f163b 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Docker.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Docker.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/DockerConfiguration.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/DockerConfiguration.java index cc8d7201..0dfdcee1 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/DockerConfiguration.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/DockerConfiguration.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/DockerSpec.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/DockerSpec.java index 14b339b1..10c0c1ce 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/DockerSpec.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/DockerSpec.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Domain.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Domain.java index 766dc501..d18a8958 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Domain.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Domain.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/EnabledAware.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/EnabledAware.java index 5a9e235d..891aeb8a 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/EnabledAware.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/EnabledAware.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Environment.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Environment.java index f0711bc8..aec98b86 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Environment.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Environment.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/ExtraProperties.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/ExtraProperties.java index 262fdf47..c25c92ff 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/ExtraProperties.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/ExtraProperties.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Files.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Files.java index 4eb087ef..63737cd9 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Files.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Files.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/GenericGit.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/GenericGit.java index ef0f6a43..812246c9 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/GenericGit.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/GenericGit.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/GitService.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/GitService.java index 7c049062..b39c876b 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/GitService.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/GitService.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Gitea.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Gitea.java index 0545273b..cea0ac62 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Gitea.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Gitea.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Github.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Github.java index 9ec98d77..df76c5a4 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Github.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Github.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Gitlab.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Gitlab.java index d93712f2..ed177f26 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Gitlab.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Gitlab.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Gitter.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Gitter.java index bbfe2582..7b665000 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Gitter.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Gitter.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Glob.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Glob.java index 4b203b5f..f90321ed 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Glob.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Glob.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/HomebrewTap.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/HomebrewTap.java index 759fbdd3..04e05021 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/HomebrewTap.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/HomebrewTap.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/HttpUploader.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/HttpUploader.java index 16da521c..a15233b0 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/HttpUploader.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/HttpUploader.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/JReleaserContext.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/JReleaserContext.java index 528ea794..f23dda65 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/JReleaserContext.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/JReleaserContext.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/JReleaserException.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/JReleaserException.java index 2497784c..fb62e4fa 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/JReleaserException.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/JReleaserException.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/JReleaserModel.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/JReleaserModel.java index 4b956b7b..b35bdbc8 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/JReleaserModel.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/JReleaserModel.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/JReleaserModelPrinter.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/JReleaserModelPrinter.java index 071dac80..345d34d1 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/JReleaserModelPrinter.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/JReleaserModelPrinter.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/JReleaserModelResolver.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/JReleaserModelResolver.java index 972c9aa2..8677d1f7 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/JReleaserModelResolver.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/JReleaserModelResolver.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/JReleaserModelValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/JReleaserModelValidator.java index e51b4850..d5597fe2 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/JReleaserModelValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/JReleaserModelValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/JReleaserVersion.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/JReleaserVersion.java index a5513fb9..cded0f3c 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/JReleaserVersion.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/JReleaserVersion.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Java.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Java.java index 4d3cc03a..08fc9546 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Java.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Java.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Jbang.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Jbang.java index 9bb4b1f8..704e0c8a 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Jbang.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Jbang.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/JbangCatalog.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/JbangCatalog.java index 0498d2cf..0d7de28e 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/JbangCatalog.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/JbangCatalog.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Jlink.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Jlink.java index 3d7bba6f..4eed397e 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Jlink.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Jlink.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Mail.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Mail.java index 78f13061..192f250c 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Mail.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Mail.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Mastodon.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Mastodon.java index b8f62b96..83910369 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Mastodon.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Mastodon.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Mattermost.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Mattermost.java index 4ea6c7e8..f611dd93 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Mattermost.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Mattermost.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Milestone.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Milestone.java index c25b3335..d79b2224 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Milestone.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Milestone.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/NativeImage.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/NativeImage.java index a2b37a41..2548d8a4 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/NativeImage.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/NativeImage.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/OwnerAware.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/OwnerAware.java index b0b14ca3..de46ee12 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/OwnerAware.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/OwnerAware.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Packagers.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Packagers.java index f1127861..7c5555b1 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Packagers.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Packagers.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Plug.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Plug.java index e1afd94d..3692e768 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Plug.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Plug.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Project.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Project.java index 84740901..6b0aa056 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Project.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Project.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Registry.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Registry.java index 8fc65450..01335e74 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Registry.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Registry.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Release.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Release.java index 52e90788..8a979e2c 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Release.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Release.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Releaser.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Releaser.java index 08a4b725..2e009dae 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Releaser.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Releaser.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/RepositoryTap.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/RepositoryTap.java index 2c9660e6..60e518e7 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/RepositoryTap.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/RepositoryTap.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/RepositoryTool.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/RepositoryTool.java index 6ccd3d3f..5948effb 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/RepositoryTool.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/RepositoryTool.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Scoop.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Scoop.java index e094d9f6..5a7a2ed6 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Scoop.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Scoop.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/ScoopBucket.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/ScoopBucket.java index 627792d0..6c38ab14 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/ScoopBucket.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/ScoopBucket.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Sdkman.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Sdkman.java index 8a307e3f..55b4d2b1 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Sdkman.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Sdkman.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Signing.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Signing.java index b10c60bf..5babd0b3 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Signing.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Signing.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Slack.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Slack.java index f5c5e7d0..44894e65 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Slack.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Slack.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Slot.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Slot.java index d33fe0b7..e51b068d 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Slot.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Slot.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Snap.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Snap.java index 17408457..36495644 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Snap.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Snap.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/SnapTap.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/SnapTap.java index 17be65ed..b2f8fa8e 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/SnapTap.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/SnapTap.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Teams.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Teams.java index b9d92aab..0514f5b0 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Teams.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Teams.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/TimeoutAware.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/TimeoutAware.java index 26e0697a..4671bde8 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/TimeoutAware.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/TimeoutAware.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Tool.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Tool.java index ab867a0d..34a609ef 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Tool.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Tool.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Twitter.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Twitter.java index bece83d3..704b9fbb 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Twitter.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Twitter.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/UpdateSection.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/UpdateSection.java index 137cdfec..8b25a3b7 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/UpdateSection.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/UpdateSection.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Upload.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Upload.java index 642764c8..c7b4ab07 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Upload.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Upload.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Uploader.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Uploader.java index cf8e1b6c..13745ede 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Uploader.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Uploader.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/VersionPattern.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/VersionPattern.java index 61f09410..00137fae 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/VersionPattern.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/VersionPattern.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/Zulip.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/Zulip.java index a8bc073f..cd9d35a0 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/Zulip.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/Zulip.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/announcer/spi/AbstractAnnouncerBuilder.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/announcer/spi/AbstractAnnouncerBuilder.java index fb22999a..c8e1a078 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/announcer/spi/AbstractAnnouncerBuilder.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/announcer/spi/AbstractAnnouncerBuilder.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/announcer/spi/AnnounceException.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/announcer/spi/AnnounceException.java index 9a51899f..9a44a4fa 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/announcer/spi/AnnounceException.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/announcer/spi/AnnounceException.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/announcer/spi/Announcer.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/announcer/spi/Announcer.java index 5a595a8d..e9d2863f 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/announcer/spi/Announcer.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/announcer/spi/Announcer.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/announcer/spi/AnnouncerBuilder.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/announcer/spi/AnnouncerBuilder.java index c66bf0d7..e11b4061 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/announcer/spi/AnnouncerBuilder.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/announcer/spi/AnnouncerBuilder.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/announcer/spi/AnnouncerBuilderFactory.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/announcer/spi/AnnouncerBuilderFactory.java index 7df3e424..323ef75b 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/announcer/spi/AnnouncerBuilderFactory.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/announcer/spi/AnnouncerBuilderFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/assembler/spi/AssemblerProcessingException.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/assembler/spi/AssemblerProcessingException.java index a139fd72..8c994a8f 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/assembler/spi/AssemblerProcessingException.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/assembler/spi/AssemblerProcessingException.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/assembler/spi/AssemblerProcessor.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/assembler/spi/AssemblerProcessor.java index 9d9ef652..e93dc3a5 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/assembler/spi/AssemblerProcessor.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/assembler/spi/AssemblerProcessor.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/assembler/spi/AssemblerProcessorFactory.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/assembler/spi/AssemblerProcessorFactory.java index 9908497d..db524129 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/assembler/spi/AssemblerProcessorFactory.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/assembler/spi/AssemblerProcessorFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/releaser/spi/AbstractReleaserBuilder.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/releaser/spi/AbstractReleaserBuilder.java index e908e6d8..cf709fa0 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/releaser/spi/AbstractReleaserBuilder.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/releaser/spi/AbstractReleaserBuilder.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/releaser/spi/Commit.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/releaser/spi/Commit.java index 82900d6f..ed382b6a 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/releaser/spi/Commit.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/releaser/spi/Commit.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/releaser/spi/ReleaseException.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/releaser/spi/ReleaseException.java index b919f0a0..6f5c83ea 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/releaser/spi/ReleaseException.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/releaser/spi/ReleaseException.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/releaser/spi/Releaser.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/releaser/spi/Releaser.java index 40b215db..36606df6 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/releaser/spi/Releaser.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/releaser/spi/Releaser.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/releaser/spi/ReleaserBuilder.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/releaser/spi/ReleaserBuilder.java index 8e9e51e4..c0401869 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/releaser/spi/ReleaserBuilder.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/releaser/spi/ReleaserBuilder.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/releaser/spi/ReleaserBuilderFactory.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/releaser/spi/ReleaserBuilderFactory.java index ca1978df..dc0c9c8e 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/releaser/spi/ReleaserBuilderFactory.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/releaser/spi/ReleaserBuilderFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/releaser/spi/Repository.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/releaser/spi/Repository.java index fbda2f48..52f9659b 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/releaser/spi/Repository.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/releaser/spi/Repository.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/tool/spi/ToolProcessingException.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/tool/spi/ToolProcessingException.java index 94f40709..bb7a1423 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/tool/spi/ToolProcessingException.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/tool/spi/ToolProcessingException.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/tool/spi/ToolProcessor.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/tool/spi/ToolProcessor.java index 278a513c..d2ebb163 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/tool/spi/ToolProcessor.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/tool/spi/ToolProcessor.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/tool/spi/ToolProcessorFactory.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/tool/spi/ToolProcessorFactory.java index c45944cc..51ba55d9 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/tool/spi/ToolProcessorFactory.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/tool/spi/ToolProcessorFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/uploader/spi/ArtifactUploader.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/uploader/spi/ArtifactUploader.java index 1db97840..d29a2f14 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/uploader/spi/ArtifactUploader.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/uploader/spi/ArtifactUploader.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/uploader/spi/ArtifactUploaderFactory.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/uploader/spi/ArtifactUploaderFactory.java index 899b0ec5..04886980 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/uploader/spi/ArtifactUploaderFactory.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/uploader/spi/ArtifactUploaderFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/uploader/spi/UploadException.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/uploader/spi/UploadException.java index dd04eac6..775cd8db 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/uploader/spi/UploadException.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/uploader/spi/UploadException.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/util/Artifacts.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/util/Artifacts.java index ad326fc6..35cd1dad 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/util/Artifacts.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/util/Artifacts.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/AnnouncersValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/AnnouncersValidator.java index 331245d4..d0706fd6 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/AnnouncersValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/AnnouncersValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/ArtifactoryValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/ArtifactoryValidator.java index 3ba9021c..2b438b19 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/ArtifactoryValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/ArtifactoryValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/AssemblersResolver.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/AssemblersResolver.java index 3050406b..e5f99223 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/AssemblersResolver.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/AssemblersResolver.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/AssemblersValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/AssemblersValidator.java index 118f4b9d..87c5ada1 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/AssemblersValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/AssemblersValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/BrewValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/BrewValidator.java index 990976c0..991f80ae 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/BrewValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/BrewValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/ChecksumValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/ChecksumValidator.java index 0247e93f..aae1354c 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/ChecksumValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/ChecksumValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/ChocolateyValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/ChocolateyValidator.java index f5737060..8204ca57 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/ChocolateyValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/ChocolateyValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/CodebergValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/CodebergValidator.java index bc6f5bfd..c400b8c7 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/CodebergValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/CodebergValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/DiscordValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/DiscordValidator.java index d4990aff..f2998825 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/DiscordValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/DiscordValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/DiscussionsValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/DiscussionsValidator.java index 1c22d7d2..c6e8c29f 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/DiscussionsValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/DiscussionsValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/DistributionsValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/DistributionsValidator.java index f07b4d84..28a660bb 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/DistributionsValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/DistributionsValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/DockerValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/DockerValidator.java index f358378c..882b8f25 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/DockerValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/DockerValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/ExtraPropertiesValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/ExtraPropertiesValidator.java index df1e95b0..adda68bf 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/ExtraPropertiesValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/ExtraPropertiesValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/FilesValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/FilesValidator.java index 621762d0..b4a0d82a 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/FilesValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/FilesValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/GenericGitValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/GenericGitValidator.java index 4f843f02..41a150c9 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/GenericGitValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/GenericGitValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/GitServiceValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/GitServiceValidator.java index 924cdd37..cbf49f2a 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/GitServiceValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/GitServiceValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/GiteaValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/GiteaValidator.java index d2936729..46eef751 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/GiteaValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/GiteaValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/GithubValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/GithubValidator.java index e076b32b..ed412199 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/GithubValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/GithubValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/GitlabValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/GitlabValidator.java index 125da8b3..dca3fc8b 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/GitlabValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/GitlabValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/GitterValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/GitterValidator.java index 51edfa55..2e4bea2c 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/GitterValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/GitterValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/HttpUploaderValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/HttpUploaderValidator.java index e4a42e7e..63b5e052 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/HttpUploaderValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/HttpUploaderValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/JbangValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/JbangValidator.java index 253c94ec..500441d7 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/JbangValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/JbangValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/JlinkResolver.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/JlinkResolver.java index c6199796..787b4b20 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/JlinkResolver.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/JlinkResolver.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/JlinkValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/JlinkValidator.java index f8c30353..0272960c 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/JlinkValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/JlinkValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/MailValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/MailValidator.java index 5c65bdec..55eb2b6d 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/MailValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/MailValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/MastodonValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/MastodonValidator.java index c32023c3..9ab30a26 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/MastodonValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/MastodonValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/MattermostValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/MattermostValidator.java index 94448318..e322b0af 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/MattermostValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/MattermostValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/NativeImageResolver.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/NativeImageResolver.java index f29a4693..e59329e5 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/NativeImageResolver.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/NativeImageResolver.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/NativeImageValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/NativeImageValidator.java index 3ca7c425..a5ba6c12 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/NativeImageValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/NativeImageValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/PackagersValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/PackagersValidator.java index 3f11bfc4..efc115a8 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/PackagersValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/PackagersValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/ProjectValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/ProjectValidator.java index d737a7cc..25be3007 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/ProjectValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/ProjectValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/ReleaseValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/ReleaseValidator.java index d8320de3..15d4d178 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/ReleaseValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/ReleaseValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/ScoopValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/ScoopValidator.java index a6ce5a92..5796e11f 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/ScoopValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/ScoopValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/SdkmanValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/SdkmanValidator.java index a52a2bc1..59b9b2a6 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/SdkmanValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/SdkmanValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/SigningValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/SigningValidator.java index 65efb9f9..d942eed3 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/SigningValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/SigningValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/SlackValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/SlackValidator.java index cbab9ddc..e428a3a3 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/SlackValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/SlackValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/SnapValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/SnapValidator.java index 19058b11..139b0fe9 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/SnapValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/SnapValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/TeamsValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/TeamsValidator.java index d3a5cef8..f8dd4583 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/TeamsValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/TeamsValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/TemplateValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/TemplateValidator.java index 59701ea7..16693c40 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/TemplateValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/TemplateValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/TwitterValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/TwitterValidator.java index c5b99889..1b11168f 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/TwitterValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/TwitterValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/UploadersValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/UploadersValidator.java index 45fac2db..e01f101f 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/UploadersValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/UploadersValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/Validator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/Validator.java index 7a8a5efc..5debec24 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/Validator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/Validator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/ZulipValidator.java b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/ZulipValidator.java index ecb269e2..dd2c9205 100644 --- a/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/ZulipValidator.java +++ b/core/jreleaser-model/src/main/java/org/jreleaser/model/validation/ZulipValidator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-model/src/main/resources/org/jreleaser/model/JReleaserVersion.properties b/core/jreleaser-model/src/main/resources/org/jreleaser/model/JReleaserVersion.properties index 55e217af..e107eb3b 100644 --- a/core/jreleaser-model/src/main/resources/org/jreleaser/model/JReleaserVersion.properties +++ b/core/jreleaser-model/src/main/resources/org/jreleaser/model/JReleaserVersion.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/core/jreleaser-templates/gradle.properties b/core/jreleaser-templates/gradle.properties index dd790ffd..44e38d28 100644 --- a/core/jreleaser-templates/gradle.properties +++ b/core/jreleaser-templates/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/core/jreleaser-templates/jreleaser-templates.gradle b/core/jreleaser-templates/jreleaser-templates.gradle index 5f655e83..4d5d6705 100644 --- a/core/jreleaser-templates/jreleaser-templates.gradle +++ b/core/jreleaser-templates/jreleaser-templates.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-templates/src/main/java/org/jreleaser/templates/TemplateGenerationException.java b/core/jreleaser-templates/src/main/java/org/jreleaser/templates/TemplateGenerationException.java index 4eba8858..5236981b 100644 --- a/core/jreleaser-templates/src/main/java/org/jreleaser/templates/TemplateGenerationException.java +++ b/core/jreleaser-templates/src/main/java/org/jreleaser/templates/TemplateGenerationException.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-templates/src/main/java/org/jreleaser/templates/TemplateGenerator.java b/core/jreleaser-templates/src/main/java/org/jreleaser/templates/TemplateGenerator.java index cb8441de..df6e8f07 100644 --- a/core/jreleaser-templates/src/main/java/org/jreleaser/templates/TemplateGenerator.java +++ b/core/jreleaser-templates/src/main/java/org/jreleaser/templates/TemplateGenerator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-templates/src/main/java/org/jreleaser/templates/TemplateUtils.java b/core/jreleaser-templates/src/main/java/org/jreleaser/templates/TemplateUtils.java index 41d14ae0..b808d32a 100644 --- a/core/jreleaser-templates/src/main/java/org/jreleaser/templates/TemplateUtils.java +++ b/core/jreleaser-templates/src/main/java/org/jreleaser/templates/TemplateUtils.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-tools/gradle.properties b/core/jreleaser-tools/gradle.properties index 0143df0a..ea4b14fb 100644 --- a/core/jreleaser-tools/gradle.properties +++ b/core/jreleaser-tools/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/core/jreleaser-tools/jreleaser-tools.gradle b/core/jreleaser-tools/jreleaser-tools.gradle index 3253157e..984eae00 100644 --- a/core/jreleaser-tools/jreleaser-tools.gradle +++ b/core/jreleaser-tools/jreleaser-tools.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-tools/src/main/java/org/jreleaser/tools/AbstractRepositoryToolProcessor.java b/core/jreleaser-tools/src/main/java/org/jreleaser/tools/AbstractRepositoryToolProcessor.java index f5c95648..b6bfae38 100644 --- a/core/jreleaser-tools/src/main/java/org/jreleaser/tools/AbstractRepositoryToolProcessor.java +++ b/core/jreleaser-tools/src/main/java/org/jreleaser/tools/AbstractRepositoryToolProcessor.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-tools/src/main/java/org/jreleaser/tools/AbstractToolProcessor.java b/core/jreleaser-tools/src/main/java/org/jreleaser/tools/AbstractToolProcessor.java index 53aca1d9..64312e26 100644 --- a/core/jreleaser-tools/src/main/java/org/jreleaser/tools/AbstractToolProcessor.java +++ b/core/jreleaser-tools/src/main/java/org/jreleaser/tools/AbstractToolProcessor.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-tools/src/main/java/org/jreleaser/tools/BrewToolProcessor.java b/core/jreleaser-tools/src/main/java/org/jreleaser/tools/BrewToolProcessor.java index e82dd85e..cd9e9757 100644 --- a/core/jreleaser-tools/src/main/java/org/jreleaser/tools/BrewToolProcessor.java +++ b/core/jreleaser-tools/src/main/java/org/jreleaser/tools/BrewToolProcessor.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-tools/src/main/java/org/jreleaser/tools/BrewToolProcessorFactory.java b/core/jreleaser-tools/src/main/java/org/jreleaser/tools/BrewToolProcessorFactory.java index fb9519df..f50b1ca8 100644 --- a/core/jreleaser-tools/src/main/java/org/jreleaser/tools/BrewToolProcessorFactory.java +++ b/core/jreleaser-tools/src/main/java/org/jreleaser/tools/BrewToolProcessorFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-tools/src/main/java/org/jreleaser/tools/ChocolateyToolProcessor.java b/core/jreleaser-tools/src/main/java/org/jreleaser/tools/ChocolateyToolProcessor.java index 854850c0..d45974cd 100644 --- a/core/jreleaser-tools/src/main/java/org/jreleaser/tools/ChocolateyToolProcessor.java +++ b/core/jreleaser-tools/src/main/java/org/jreleaser/tools/ChocolateyToolProcessor.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-tools/src/main/java/org/jreleaser/tools/ChocolateyToolProcessorFactory.java b/core/jreleaser-tools/src/main/java/org/jreleaser/tools/ChocolateyToolProcessorFactory.java index ecd552a1..7375c85f 100644 --- a/core/jreleaser-tools/src/main/java/org/jreleaser/tools/ChocolateyToolProcessorFactory.java +++ b/core/jreleaser-tools/src/main/java/org/jreleaser/tools/ChocolateyToolProcessorFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-tools/src/main/java/org/jreleaser/tools/DockerToolProcessor.java b/core/jreleaser-tools/src/main/java/org/jreleaser/tools/DockerToolProcessor.java index b17fd695..0cd25388 100644 --- a/core/jreleaser-tools/src/main/java/org/jreleaser/tools/DockerToolProcessor.java +++ b/core/jreleaser-tools/src/main/java/org/jreleaser/tools/DockerToolProcessor.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-tools/src/main/java/org/jreleaser/tools/DockerToolProcessorFactory.java b/core/jreleaser-tools/src/main/java/org/jreleaser/tools/DockerToolProcessorFactory.java index e3dc0b51..ec85436b 100644 --- a/core/jreleaser-tools/src/main/java/org/jreleaser/tools/DockerToolProcessorFactory.java +++ b/core/jreleaser-tools/src/main/java/org/jreleaser/tools/DockerToolProcessorFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-tools/src/main/java/org/jreleaser/tools/JbangToolProcessor.java b/core/jreleaser-tools/src/main/java/org/jreleaser/tools/JbangToolProcessor.java index e6c4ae8e..ab49f626 100644 --- a/core/jreleaser-tools/src/main/java/org/jreleaser/tools/JbangToolProcessor.java +++ b/core/jreleaser-tools/src/main/java/org/jreleaser/tools/JbangToolProcessor.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-tools/src/main/java/org/jreleaser/tools/JbangToolProcessorFactory.java b/core/jreleaser-tools/src/main/java/org/jreleaser/tools/JbangToolProcessorFactory.java index d2da3572..d5380b1e 100644 --- a/core/jreleaser-tools/src/main/java/org/jreleaser/tools/JbangToolProcessorFactory.java +++ b/core/jreleaser-tools/src/main/java/org/jreleaser/tools/JbangToolProcessorFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-tools/src/main/java/org/jreleaser/tools/ScoopToolProcessor.java b/core/jreleaser-tools/src/main/java/org/jreleaser/tools/ScoopToolProcessor.java index ff16f94b..e46db57e 100644 --- a/core/jreleaser-tools/src/main/java/org/jreleaser/tools/ScoopToolProcessor.java +++ b/core/jreleaser-tools/src/main/java/org/jreleaser/tools/ScoopToolProcessor.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-tools/src/main/java/org/jreleaser/tools/ScoopToolProcessorFactory.java b/core/jreleaser-tools/src/main/java/org/jreleaser/tools/ScoopToolProcessorFactory.java index 80f88da6..577891dc 100644 --- a/core/jreleaser-tools/src/main/java/org/jreleaser/tools/ScoopToolProcessorFactory.java +++ b/core/jreleaser-tools/src/main/java/org/jreleaser/tools/ScoopToolProcessorFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-tools/src/main/java/org/jreleaser/tools/SnapToolProcessor.java b/core/jreleaser-tools/src/main/java/org/jreleaser/tools/SnapToolProcessor.java index ce60e8eb..f29c3001 100644 --- a/core/jreleaser-tools/src/main/java/org/jreleaser/tools/SnapToolProcessor.java +++ b/core/jreleaser-tools/src/main/java/org/jreleaser/tools/SnapToolProcessor.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-tools/src/main/java/org/jreleaser/tools/SnapToolProcessorFactory.java b/core/jreleaser-tools/src/main/java/org/jreleaser/tools/SnapToolProcessorFactory.java index 8e617dc7..6f0c7d3f 100644 --- a/core/jreleaser-tools/src/main/java/org/jreleaser/tools/SnapToolProcessorFactory.java +++ b/core/jreleaser-tools/src/main/java/org/jreleaser/tools/SnapToolProcessorFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-utils/gradle.properties b/core/jreleaser-utils/gradle.properties index 41d7bfb9..b175e64e 100644 --- a/core/jreleaser-utils/gradle.properties +++ b/core/jreleaser-utils/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/core/jreleaser-utils/jreleaser-utils.gradle b/core/jreleaser-utils/jreleaser-utils.gradle index f6595937..fae01da9 100644 --- a/core/jreleaser-utils/jreleaser-utils.gradle +++ b/core/jreleaser-utils/jreleaser-utils.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-utils/src/main/java/org/jreleaser/util/AbstractJReleaserLogger.java b/core/jreleaser-utils/src/main/java/org/jreleaser/util/AbstractJReleaserLogger.java index 0f205e8c..c9aa6552 100644 --- a/core/jreleaser-utils/src/main/java/org/jreleaser/util/AbstractJReleaserLogger.java +++ b/core/jreleaser-utils/src/main/java/org/jreleaser/util/AbstractJReleaserLogger.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-utils/src/main/java/org/jreleaser/util/Algorithm.java b/core/jreleaser-utils/src/main/java/org/jreleaser/util/Algorithm.java index a99f91a0..5d11c145 100644 --- a/core/jreleaser-utils/src/main/java/org/jreleaser/util/Algorithm.java +++ b/core/jreleaser-utils/src/main/java/org/jreleaser/util/Algorithm.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-utils/src/main/java/org/jreleaser/util/ChecksumUtils.java b/core/jreleaser-utils/src/main/java/org/jreleaser/util/ChecksumUtils.java index 6e2d6575..b27513af 100644 --- a/core/jreleaser-utils/src/main/java/org/jreleaser/util/ChecksumUtils.java +++ b/core/jreleaser-utils/src/main/java/org/jreleaser/util/ChecksumUtils.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-utils/src/main/java/org/jreleaser/util/CollectionUtils.java b/core/jreleaser-utils/src/main/java/org/jreleaser/util/CollectionUtils.java index 8cd93ce8..8538449e 100644 --- a/core/jreleaser-utils/src/main/java/org/jreleaser/util/CollectionUtils.java +++ b/core/jreleaser-utils/src/main/java/org/jreleaser/util/CollectionUtils.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-utils/src/main/java/org/jreleaser/util/ComparatorUtils.java b/core/jreleaser-utils/src/main/java/org/jreleaser/util/ComparatorUtils.java index a6daad14..6229363f 100644 --- a/core/jreleaser-utils/src/main/java/org/jreleaser/util/ComparatorUtils.java +++ b/core/jreleaser-utils/src/main/java/org/jreleaser/util/ComparatorUtils.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-utils/src/main/java/org/jreleaser/util/Constants.java b/core/jreleaser-utils/src/main/java/org/jreleaser/util/Constants.java index 96ede56e..b32b1ef6 100644 --- a/core/jreleaser-utils/src/main/java/org/jreleaser/util/Constants.java +++ b/core/jreleaser-utils/src/main/java/org/jreleaser/util/Constants.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-utils/src/main/java/org/jreleaser/util/Env.java b/core/jreleaser-utils/src/main/java/org/jreleaser/util/Env.java index 29679774..b229c5db 100644 --- a/core/jreleaser-utils/src/main/java/org/jreleaser/util/Env.java +++ b/core/jreleaser-utils/src/main/java/org/jreleaser/util/Env.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-utils/src/main/java/org/jreleaser/util/Errors.java b/core/jreleaser-utils/src/main/java/org/jreleaser/util/Errors.java index d2285463..dd6e8398 100644 --- a/core/jreleaser-utils/src/main/java/org/jreleaser/util/Errors.java +++ b/core/jreleaser-utils/src/main/java/org/jreleaser/util/Errors.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-utils/src/main/java/org/jreleaser/util/FileUtils.java b/core/jreleaser-utils/src/main/java/org/jreleaser/util/FileUtils.java index 71f9177f..9ec1ed28 100644 --- a/core/jreleaser-utils/src/main/java/org/jreleaser/util/FileUtils.java +++ b/core/jreleaser-utils/src/main/java/org/jreleaser/util/FileUtils.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-utils/src/main/java/org/jreleaser/util/JReleaserLogger.java b/core/jreleaser-utils/src/main/java/org/jreleaser/util/JReleaserLogger.java index ebf0b301..856bcf4f 100644 --- a/core/jreleaser-utils/src/main/java/org/jreleaser/util/JReleaserLogger.java +++ b/core/jreleaser-utils/src/main/java/org/jreleaser/util/JReleaserLogger.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-utils/src/main/java/org/jreleaser/util/JavaModuleVersion.java b/core/jreleaser-utils/src/main/java/org/jreleaser/util/JavaModuleVersion.java index e7ce969d..0cdfc030 100644 --- a/core/jreleaser-utils/src/main/java/org/jreleaser/util/JavaModuleVersion.java +++ b/core/jreleaser-utils/src/main/java/org/jreleaser/util/JavaModuleVersion.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-utils/src/main/java/org/jreleaser/util/JsonUtils.java b/core/jreleaser-utils/src/main/java/org/jreleaser/util/JsonUtils.java index a43c6948..09d0d2c5 100644 --- a/core/jreleaser-utils/src/main/java/org/jreleaser/util/JsonUtils.java +++ b/core/jreleaser-utils/src/main/java/org/jreleaser/util/JsonUtils.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-utils/src/main/java/org/jreleaser/util/MustacheUtils.java b/core/jreleaser-utils/src/main/java/org/jreleaser/util/MustacheUtils.java index 2623c3ff..b65839bb 100644 --- a/core/jreleaser-utils/src/main/java/org/jreleaser/util/MustacheUtils.java +++ b/core/jreleaser-utils/src/main/java/org/jreleaser/util/MustacheUtils.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-utils/src/main/java/org/jreleaser/util/ObjectUtils.java b/core/jreleaser-utils/src/main/java/org/jreleaser/util/ObjectUtils.java index 100976fb..fe3402a5 100644 --- a/core/jreleaser-utils/src/main/java/org/jreleaser/util/ObjectUtils.java +++ b/core/jreleaser-utils/src/main/java/org/jreleaser/util/ObjectUtils.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-utils/src/main/java/org/jreleaser/util/OsDetector.java b/core/jreleaser-utils/src/main/java/org/jreleaser/util/OsDetector.java index 048d1092..fcd5a18e 100644 --- a/core/jreleaser-utils/src/main/java/org/jreleaser/util/OsDetector.java +++ b/core/jreleaser-utils/src/main/java/org/jreleaser/util/OsDetector.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-utils/src/main/java/org/jreleaser/util/PlatformUtils.java b/core/jreleaser-utils/src/main/java/org/jreleaser/util/PlatformUtils.java index e60a2f3e..3b83d9df 100644 --- a/core/jreleaser-utils/src/main/java/org/jreleaser/util/PlatformUtils.java +++ b/core/jreleaser-utils/src/main/java/org/jreleaser/util/PlatformUtils.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-utils/src/main/java/org/jreleaser/util/SimpleJReleaserLoggerAdapter.java b/core/jreleaser-utils/src/main/java/org/jreleaser/util/SimpleJReleaserLoggerAdapter.java index 3ce247f6..8f9f80a4 100644 --- a/core/jreleaser-utils/src/main/java/org/jreleaser/util/SimpleJReleaserLoggerAdapter.java +++ b/core/jreleaser-utils/src/main/java/org/jreleaser/util/SimpleJReleaserLoggerAdapter.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-utils/src/main/java/org/jreleaser/util/StringUtils.java b/core/jreleaser-utils/src/main/java/org/jreleaser/util/StringUtils.java index 4e1b1c2d..8189e33d 100644 --- a/core/jreleaser-utils/src/main/java/org/jreleaser/util/StringUtils.java +++ b/core/jreleaser-utils/src/main/java/org/jreleaser/util/StringUtils.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-utils/src/main/java/org/jreleaser/util/TimeUtils.java b/core/jreleaser-utils/src/main/java/org/jreleaser/util/TimeUtils.java index 165b7603..a6682a42 100644 --- a/core/jreleaser-utils/src/main/java/org/jreleaser/util/TimeUtils.java +++ b/core/jreleaser-utils/src/main/java/org/jreleaser/util/TimeUtils.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-utils/src/main/java/org/jreleaser/util/Version.java b/core/jreleaser-utils/src/main/java/org/jreleaser/util/Version.java index c29bd4b4..b175e6d8 100644 --- a/core/jreleaser-utils/src/main/java/org/jreleaser/util/Version.java +++ b/core/jreleaser-utils/src/main/java/org/jreleaser/util/Version.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-utils/src/main/java/org/jreleaser/util/signing/FilesKeyring.java b/core/jreleaser-utils/src/main/java/org/jreleaser/util/signing/FilesKeyring.java index e606a14d..d779687c 100644 --- a/core/jreleaser-utils/src/main/java/org/jreleaser/util/signing/FilesKeyring.java +++ b/core/jreleaser-utils/src/main/java/org/jreleaser/util/signing/FilesKeyring.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-utils/src/main/java/org/jreleaser/util/signing/InMemoryKeyring.java b/core/jreleaser-utils/src/main/java/org/jreleaser/util/signing/InMemoryKeyring.java index 54e7e921..7ec29862 100644 --- a/core/jreleaser-utils/src/main/java/org/jreleaser/util/signing/InMemoryKeyring.java +++ b/core/jreleaser-utils/src/main/java/org/jreleaser/util/signing/InMemoryKeyring.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-utils/src/main/java/org/jreleaser/util/signing/Keyring.java b/core/jreleaser-utils/src/main/java/org/jreleaser/util/signing/Keyring.java index 71e2a0be..339a6daa 100644 --- a/core/jreleaser-utils/src/main/java/org/jreleaser/util/signing/Keyring.java +++ b/core/jreleaser-utils/src/main/java/org/jreleaser/util/signing/Keyring.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-utils/src/main/java/org/jreleaser/util/signing/SigningException.java b/core/jreleaser-utils/src/main/java/org/jreleaser/util/signing/SigningException.java index dcb216c2..cababbb5 100644 --- a/core/jreleaser-utils/src/main/java/org/jreleaser/util/signing/SigningException.java +++ b/core/jreleaser-utils/src/main/java/org/jreleaser/util/signing/SigningException.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-utils/src/test/java/org/jreleaser/util/JavaModuleVersionTest.java b/core/jreleaser-utils/src/test/java/org/jreleaser/util/JavaModuleVersionTest.java index 27a9301d..2a140dc0 100644 --- a/core/jreleaser-utils/src/test/java/org/jreleaser/util/JavaModuleVersionTest.java +++ b/core/jreleaser-utils/src/test/java/org/jreleaser/util/JavaModuleVersionTest.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-utils/src/test/java/org/jreleaser/util/JsonUtilsTest.java b/core/jreleaser-utils/src/test/java/org/jreleaser/util/JsonUtilsTest.java index 24d578a6..0620230d 100644 --- a/core/jreleaser-utils/src/test/java/org/jreleaser/util/JsonUtilsTest.java +++ b/core/jreleaser-utils/src/test/java/org/jreleaser/util/JsonUtilsTest.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-utils/src/test/java/org/jreleaser/util/VersionTest.java b/core/jreleaser-utils/src/test/java/org/jreleaser/util/VersionTest.java index 63148220..efebab45 100644 --- a/core/jreleaser-utils/src/test/java/org/jreleaser/util/VersionTest.java +++ b/core/jreleaser-utils/src/test/java/org/jreleaser/util/VersionTest.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-workflow/gradle.properties b/core/jreleaser-workflow/gradle.properties index d173f988..c6e84b20 100644 --- a/core/jreleaser-workflow/gradle.properties +++ b/core/jreleaser-workflow/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/core/jreleaser-workflow/jreleaser-workflow.gradle b/core/jreleaser-workflow/jreleaser-workflow.gradle index 5b43b694..ddbbbb1d 100644 --- a/core/jreleaser-workflow/jreleaser-workflow.gradle +++ b/core/jreleaser-workflow/jreleaser-workflow.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/AnnounceWorkflowItem.java b/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/AnnounceWorkflowItem.java index 5ffc812b..b2b01b71 100644 --- a/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/AnnounceWorkflowItem.java +++ b/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/AnnounceWorkflowItem.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/AssembleWorkflowItem.java b/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/AssembleWorkflowItem.java index 3cebad65..5b7ede8b 100644 --- a/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/AssembleWorkflowItem.java +++ b/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/AssembleWorkflowItem.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/ChangelogWorkflowItem.java b/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/ChangelogWorkflowItem.java index d5db77fc..68275d99 100644 --- a/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/ChangelogWorkflowItem.java +++ b/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/ChangelogWorkflowItem.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/ChecksumWorkflowItem.java b/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/ChecksumWorkflowItem.java index 766d7986..34368583 100644 --- a/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/ChecksumWorkflowItem.java +++ b/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/ChecksumWorkflowItem.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/PackageWorkflowItem.java b/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/PackageWorkflowItem.java index bdda57bb..84ba9db1 100644 --- a/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/PackageWorkflowItem.java +++ b/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/PackageWorkflowItem.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/PrepareWorkflowItem.java b/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/PrepareWorkflowItem.java index da59f61f..b26a38e4 100644 --- a/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/PrepareWorkflowItem.java +++ b/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/PrepareWorkflowItem.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/PublishWorkflowItem.java b/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/PublishWorkflowItem.java index e161f219..4a433c95 100644 --- a/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/PublishWorkflowItem.java +++ b/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/PublishWorkflowItem.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/ReleaseWorkflowItem.java b/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/ReleaseWorkflowItem.java index c3253381..0e20523f 100644 --- a/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/ReleaseWorkflowItem.java +++ b/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/ReleaseWorkflowItem.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/SignWorkflowItem.java b/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/SignWorkflowItem.java index b44ef767..f6cdb01d 100644 --- a/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/SignWorkflowItem.java +++ b/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/SignWorkflowItem.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/UploadWorkflowItem.java b/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/UploadWorkflowItem.java index 1cf61ee0..1e4e37ae 100644 --- a/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/UploadWorkflowItem.java +++ b/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/UploadWorkflowItem.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/Workflow.java b/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/Workflow.java index ac5c46b9..cc0d5f70 100644 --- a/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/Workflow.java +++ b/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/Workflow.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/WorkflowImpl.java b/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/WorkflowImpl.java index 818a4f28..15720194 100644 --- a/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/WorkflowImpl.java +++ b/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/WorkflowImpl.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/WorkflowItem.java b/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/WorkflowItem.java index 54e64ec3..6c435043 100644 --- a/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/WorkflowItem.java +++ b/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/WorkflowItem.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/Workflows.java b/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/Workflows.java index b7a742b3..c9dbea12 100644 --- a/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/Workflows.java +++ b/core/jreleaser-workflow/src/main/java/org/jreleaser/workflow/Workflows.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/gradle.properties b/gradle.properties index 79ac05cb..d15b348f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/gradle/LICENSE_HEADER b/gradle/LICENSE_HEADER index aa8903cb..a559f3f6 100644 --- a/gradle/LICENSE_HEADER +++ b/gradle/LICENSE_HEADER @@ -1,6 +1,6 @@ SPDX-License-Identifier: Apache-2.0 -Copyright ${copyrightYear} ${author}. +Copyright ${copyrightYear} The JReleaser authors. 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 54469366..b2414050 100644 --- a/jitpack.yml +++ b/jitpack.yml @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/plugins/jdks-gradle-plugin/gradle.properties b/plugins/jdks-gradle-plugin/gradle.properties index ac0500c8..7818eb32 100644 --- a/plugins/jdks-gradle-plugin/gradle.properties +++ b/plugins/jdks-gradle-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/plugins/jdks-gradle-plugin/jdks-gradle-plugin.gradle b/plugins/jdks-gradle-plugin/jdks-gradle-plugin.gradle index 4b12e34a..ca580d0f 100644 --- a/plugins/jdks-gradle-plugin/jdks-gradle-plugin.gradle +++ b/plugins/jdks-gradle-plugin/jdks-gradle-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jdks-gradle-plugin/src/main/groovy/org/jreleaser/jdks/gradle/plugin/Banner.groovy b/plugins/jdks-gradle-plugin/src/main/groovy/org/jreleaser/jdks/gradle/plugin/Banner.groovy index c457c8d0..6c176369 100644 --- a/plugins/jdks-gradle-plugin/src/main/groovy/org/jreleaser/jdks/gradle/plugin/Banner.groovy +++ b/plugins/jdks-gradle-plugin/src/main/groovy/org/jreleaser/jdks/gradle/plugin/Banner.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jdks-gradle-plugin/src/main/groovy/org/jreleaser/jdks/gradle/plugin/Jdk.groovy b/plugins/jdks-gradle-plugin/src/main/groovy/org/jreleaser/jdks/gradle/plugin/Jdk.groovy index 04b9a00a..5b5467c9 100644 --- a/plugins/jdks-gradle-plugin/src/main/groovy/org/jreleaser/jdks/gradle/plugin/Jdk.groovy +++ b/plugins/jdks-gradle-plugin/src/main/groovy/org/jreleaser/jdks/gradle/plugin/Jdk.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jdks-gradle-plugin/src/main/groovy/org/jreleaser/jdks/gradle/plugin/JdksPlugin.groovy b/plugins/jdks-gradle-plugin/src/main/groovy/org/jreleaser/jdks/gradle/plugin/JdksPlugin.groovy index a7c4cbfa..7c19da32 100644 --- a/plugins/jdks-gradle-plugin/src/main/groovy/org/jreleaser/jdks/gradle/plugin/JdksPlugin.groovy +++ b/plugins/jdks-gradle-plugin/src/main/groovy/org/jreleaser/jdks/gradle/plugin/JdksPlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jdks-gradle-plugin/src/main/groovy/org/jreleaser/jdks/gradle/plugin/internal/JdkImpl.groovy b/plugins/jdks-gradle-plugin/src/main/groovy/org/jreleaser/jdks/gradle/plugin/internal/JdkImpl.groovy index 9debcd30..ab3c7280 100644 --- a/plugins/jdks-gradle-plugin/src/main/groovy/org/jreleaser/jdks/gradle/plugin/internal/JdkImpl.groovy +++ b/plugins/jdks-gradle-plugin/src/main/groovy/org/jreleaser/jdks/gradle/plugin/internal/JdkImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jdks-gradle-plugin/src/main/groovy/org/jreleaser/jdks/gradle/plugin/tasks/ListJdksTask.groovy b/plugins/jdks-gradle-plugin/src/main/groovy/org/jreleaser/jdks/gradle/plugin/tasks/ListJdksTask.groovy index 1c2588fd..fd70c81e 100644 --- a/plugins/jdks-gradle-plugin/src/main/groovy/org/jreleaser/jdks/gradle/plugin/tasks/ListJdksTask.groovy +++ b/plugins/jdks-gradle-plugin/src/main/groovy/org/jreleaser/jdks/gradle/plugin/tasks/ListJdksTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jdks-gradle-plugin/src/main/resources/org/jreleaser/jdks/gradle/plugin/Banner.properties b/plugins/jdks-gradle-plugin/src/main/resources/org/jreleaser/jdks/gradle/plugin/Banner.properties index a6d47725..05bd6098 100644 --- a/plugins/jdks-gradle-plugin/src/main/resources/org/jreleaser/jdks/gradle/plugin/Banner.properties +++ b/plugins/jdks-gradle-plugin/src/main/resources/org/jreleaser/jdks/gradle/plugin/Banner.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/plugins/jdks-maven-plugin/gradle.properties b/plugins/jdks-maven-plugin/gradle.properties index fb7ec62e..65f3868c 100644 --- a/plugins/jdks-maven-plugin/gradle.properties +++ b/plugins/jdks-maven-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/plugins/jdks-maven-plugin/jdks-maven-plugin.gradle b/plugins/jdks-maven-plugin/jdks-maven-plugin.gradle index 6dc3e048..6bf411eb 100644 --- a/plugins/jdks-maven-plugin/jdks-maven-plugin.gradle +++ b/plugins/jdks-maven-plugin/jdks-maven-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jdks-maven-plugin/src/main/java/org/jreleaser/jdks/maven/plugin/AbstractJdksMojo.java b/plugins/jdks-maven-plugin/src/main/java/org/jreleaser/jdks/maven/plugin/AbstractJdksMojo.java index 9ae0b27f..4fb50d85 100644 --- a/plugins/jdks-maven-plugin/src/main/java/org/jreleaser/jdks/maven/plugin/AbstractJdksMojo.java +++ b/plugins/jdks-maven-plugin/src/main/java/org/jreleaser/jdks/maven/plugin/AbstractJdksMojo.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jdks-maven-plugin/src/main/java/org/jreleaser/jdks/maven/plugin/Banner.java b/plugins/jdks-maven-plugin/src/main/java/org/jreleaser/jdks/maven/plugin/Banner.java index 3a43e7be..376c384f 100644 --- a/plugins/jdks-maven-plugin/src/main/java/org/jreleaser/jdks/maven/plugin/Banner.java +++ b/plugins/jdks-maven-plugin/src/main/java/org/jreleaser/jdks/maven/plugin/Banner.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jdks-maven-plugin/src/main/java/org/jreleaser/jdks/maven/plugin/Jdk.java b/plugins/jdks-maven-plugin/src/main/java/org/jreleaser/jdks/maven/plugin/Jdk.java index 8d0f6f0a..818d32ad 100644 --- a/plugins/jdks-maven-plugin/src/main/java/org/jreleaser/jdks/maven/plugin/Jdk.java +++ b/plugins/jdks-maven-plugin/src/main/java/org/jreleaser/jdks/maven/plugin/Jdk.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jdks-maven-plugin/src/main/java/org/jreleaser/jdks/maven/plugin/ListJdksMojo.java b/plugins/jdks-maven-plugin/src/main/java/org/jreleaser/jdks/maven/plugin/ListJdksMojo.java index 7e5f4e35..5644dde2 100644 --- a/plugins/jdks-maven-plugin/src/main/java/org/jreleaser/jdks/maven/plugin/ListJdksMojo.java +++ b/plugins/jdks-maven-plugin/src/main/java/org/jreleaser/jdks/maven/plugin/ListJdksMojo.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jdks-maven-plugin/src/main/java/org/jreleaser/jdks/maven/plugin/SetupJdksMojo.java b/plugins/jdks-maven-plugin/src/main/java/org/jreleaser/jdks/maven/plugin/SetupJdksMojo.java index 9b274a66..9c65fbf6 100644 --- a/plugins/jdks-maven-plugin/src/main/java/org/jreleaser/jdks/maven/plugin/SetupJdksMojo.java +++ b/plugins/jdks-maven-plugin/src/main/java/org/jreleaser/jdks/maven/plugin/SetupJdksMojo.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jdks-maven-plugin/src/main/resources/org/jreleaser/jdks/maven/plugin/Banner.properties b/plugins/jdks-maven-plugin/src/main/resources/org/jreleaser/jdks/maven/plugin/Banner.properties index a6d47725..05bd6098 100644 --- a/plugins/jdks-maven-plugin/src/main/resources/org/jreleaser/jdks/maven/plugin/Banner.properties +++ b/plugins/jdks-maven-plugin/src/main/resources/org/jreleaser/jdks/maven/plugin/Banner.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/plugins/jreleaser-ant-tasks/gradle.properties b/plugins/jreleaser-ant-tasks/gradle.properties index 951625d3..b7003dcc 100644 --- a/plugins/jreleaser-ant-tasks/gradle.properties +++ b/plugins/jreleaser-ant-tasks/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/plugins/jreleaser-ant-tasks/jreleaser-ant-tasks.gradle b/plugins/jreleaser-ant-tasks/jreleaser-ant-tasks.gradle index c1112a80..c448029b 100644 --- a/plugins/jreleaser-ant-tasks/jreleaser-ant-tasks.gradle +++ b/plugins/jreleaser-ant-tasks/jreleaser-ant-tasks.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/AbstractJReleaserTask.java b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/AbstractJReleaserTask.java index a7b77b74..28176ef4 100644 --- a/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/AbstractJReleaserTask.java +++ b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/AbstractJReleaserTask.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/Banner.java b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/Banner.java index e84d9a5f..7a82b20b 100644 --- a/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/Banner.java +++ b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/Banner.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserAnnounceTask.java b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserAnnounceTask.java index 7d257f6c..f5a53c81 100644 --- a/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserAnnounceTask.java +++ b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserAnnounceTask.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserAssembleTask.java b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserAssembleTask.java index 842d20f2..f5443aa5 100644 --- a/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserAssembleTask.java +++ b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserAssembleTask.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserAutoConfigReleaseTask.java b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserAutoConfigReleaseTask.java index 6de92f57..11a24248 100644 --- a/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserAutoConfigReleaseTask.java +++ b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserAutoConfigReleaseTask.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserChangelogTask.java b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserChangelogTask.java index f4ab0b02..d2833d50 100644 --- a/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserChangelogTask.java +++ b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserChangelogTask.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserChecksumTask.java b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserChecksumTask.java index dee39a2a..2b0b70e4 100644 --- a/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserChecksumTask.java +++ b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserChecksumTask.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserConfigTask.java b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserConfigTask.java index 3157b66c..55ce5e7f 100644 --- a/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserConfigTask.java +++ b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserConfigTask.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserFullReleaseTask.java b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserFullReleaseTask.java index cb2925de..a8cd9df2 100644 --- a/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserFullReleaseTask.java +++ b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserFullReleaseTask.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserInitTask.java b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserInitTask.java index 99ae91c5..1a2eeaf6 100644 --- a/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserInitTask.java +++ b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserInitTask.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserPackageTask.java b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserPackageTask.java index 5b3970a4..4cf39829 100644 --- a/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserPackageTask.java +++ b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserPackageTask.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserPrepareTask.java b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserPrepareTask.java index da684c0d..053e34c2 100644 --- a/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserPrepareTask.java +++ b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserPrepareTask.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserPublishTask.java b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserPublishTask.java index cf97a04b..07831b5b 100644 --- a/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserPublishTask.java +++ b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserPublishTask.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserReleaseTask.java b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserReleaseTask.java index 267de47f..b34370b7 100644 --- a/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserReleaseTask.java +++ b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserReleaseTask.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserSignTask.java b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserSignTask.java index b47cb693..ee1e1191 100644 --- a/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserSignTask.java +++ b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserSignTask.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserTemplateTask.java b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserTemplateTask.java index 92b74a80..08cae42b 100644 --- a/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserTemplateTask.java +++ b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserTemplateTask.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserUploadTask.java b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserUploadTask.java index 54c1ed2b..79cac864 100644 --- a/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserUploadTask.java +++ b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/JReleaserUploadTask.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/internal/JReleaserLoggerAdapter.java b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/internal/JReleaserLoggerAdapter.java index 65c67d1c..87e7d63d 100644 --- a/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/internal/JReleaserLoggerAdapter.java +++ b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/internal/JReleaserLoggerAdapter.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/internal/JReleaserModelPrinter.java b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/internal/JReleaserModelPrinter.java index e0226b8b..d629a72b 100644 --- a/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/internal/JReleaserModelPrinter.java +++ b/plugins/jreleaser-ant-tasks/src/main/java/org/jreleaser/ant/tasks/internal/JReleaserModelPrinter.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-ant-tasks/src/main/resources/org/jreleaser/ant/antlib.xml b/plugins/jreleaser-ant-tasks/src/main/resources/org/jreleaser/ant/antlib.xml index 558730a9..7ee9915a 100644 --- a/plugins/jreleaser-ant-tasks/src/main/resources/org/jreleaser/ant/antlib.xml +++ b/plugins/jreleaser-ant-tasks/src/main/resources/org/jreleaser/ant/antlib.xml @@ -2,7 +2,7 @@ SPDX-License-Identifier: Apache-2.0 - Copyright 2020-2021 Andres Almiray. + Copyright 2020-2021 The JReleaser authors. 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/plugins/jreleaser-ant-tasks/src/main/resources/org/jreleaser/ant/targets.xml b/plugins/jreleaser-ant-tasks/src/main/resources/org/jreleaser/ant/targets.xml index 34d7d721..25058fd8 100644 --- a/plugins/jreleaser-ant-tasks/src/main/resources/org/jreleaser/ant/targets.xml +++ b/plugins/jreleaser-ant-tasks/src/main/resources/org/jreleaser/ant/targets.xml @@ -3,7 +3,7 @@ SPDX-License-Identifier: Apache-2.0 - Copyright 2020-2021 Andres Almiray. + Copyright 2020-2021 The JReleaser authors. 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/plugins/jreleaser-ant-tasks/src/main/resources/org/jreleaser/ant/tasks/Banner.properties b/plugins/jreleaser-ant-tasks/src/main/resources/org/jreleaser/ant/tasks/Banner.properties index a6d47725..05bd6098 100644 --- a/plugins/jreleaser-ant-tasks/src/main/resources/org/jreleaser/ant/tasks/Banner.properties +++ b/plugins/jreleaser-ant-tasks/src/main/resources/org/jreleaser/ant/tasks/Banner.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/plugins/jreleaser-gradle-plugin/gradle.properties b/plugins/jreleaser-gradle-plugin/gradle.properties index dac86834..8e6b5856 100644 --- a/plugins/jreleaser-gradle-plugin/gradle.properties +++ b/plugins/jreleaser-gradle-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/plugins/jreleaser-gradle-plugin/jreleaser-gradle-plugin.gradle b/plugins/jreleaser-gradle-plugin/jreleaser-gradle-plugin.gradle index 87e28492..d973818a 100644 --- a/plugins/jreleaser-gradle-plugin/jreleaser-gradle-plugin.gradle +++ b/plugins/jreleaser-gradle-plugin/jreleaser-gradle-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/Banner.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/Banner.groovy index 6c0d292f..d1e0497d 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/Banner.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/Banner.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/JReleaserExtension.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/JReleaserExtension.groovy index a92b82ba..5ff3ae87 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/JReleaserExtension.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/JReleaserExtension.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/JReleaserPlugin.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/JReleaserPlugin.groovy index 35fd63e1..9be26550 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/JReleaserPlugin.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/JReleaserPlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Announce.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Announce.groovy index 42a551e9..79e4b034 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Announce.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Announce.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Announcer.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Announcer.groovy index cb34cac2..99e25a90 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Announcer.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Announcer.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Artifact.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Artifact.groovy index 4af8dd3a..7a074b1e 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Artifact.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Artifact.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Artifactory.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Artifactory.groovy index d447a377..03fb24a1 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Artifactory.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Artifactory.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Assemble.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Assemble.groovy index 8d0e74c8..30a76b48 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Assemble.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Assemble.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Assembler.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Assembler.groovy index 2119c3b4..c732eb22 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Assembler.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Assembler.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Brew.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Brew.groovy index d80d69d7..7c78b397 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Brew.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Brew.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Cask.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Cask.groovy index 362be63f..47cab99b 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Cask.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Cask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Changelog.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Changelog.groovy index bc9879f3..cc8c3c0f 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Changelog.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Changelog.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Checksum.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Checksum.groovy index cd7484b2..3f46d931 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Checksum.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Checksum.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Chocolatey.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Chocolatey.groovy index 8583f89d..fa4c511c 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Chocolatey.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Chocolatey.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Codeberg.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Codeberg.groovy index adc0db90..b4a10b51 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Codeberg.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Codeberg.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/CommitAuthor.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/CommitAuthor.groovy index d746e2c5..94da7976 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/CommitAuthor.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/CommitAuthor.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Discord.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Discord.groovy index 98f54fc3..b18af278 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Discord.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Discord.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Discussions.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Discussions.groovy index e0fe324e..2fa837a3 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Discussions.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Discussions.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Distribution.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Distribution.groovy index 44b3fe3c..10ae5441 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Distribution.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Distribution.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Docker.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Docker.groovy index 9c5aa047..093a29b8 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Docker.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Docker.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/DockerConfiguration.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/DockerConfiguration.groovy index 3f039e91..c60bb6a5 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/DockerConfiguration.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/DockerConfiguration.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/DockerSpec.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/DockerSpec.groovy index 1eac1a20..1bbe43d7 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/DockerSpec.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/DockerSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Environment.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Environment.groovy index 7d1fff2f..02241280 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Environment.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Environment.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/ExtraProperties.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/ExtraProperties.groovy index cc0a5f81..ea07869e 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/ExtraProperties.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/ExtraProperties.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Files.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Files.groovy index b425267c..b635a093 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Files.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Files.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/GenericGit.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/GenericGit.groovy index 3ec5df57..5f1fa855 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/GenericGit.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/GenericGit.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/GitService.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/GitService.groovy index ad30e9d4..c6c7ff81 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/GitService.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/GitService.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Gitea.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Gitea.groovy index df8a9756..d87af397 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Gitea.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Gitea.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Github.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Github.groovy index d25c1820..cb827680 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Github.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Github.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Gitlab.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Gitlab.groovy index 5d0f1a20..dd3181a1 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Gitlab.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Gitlab.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Gitter.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Gitter.groovy index e412239f..47c82108 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Gitter.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Gitter.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Glob.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Glob.groovy index 959df4d1..9756dc3c 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Glob.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Glob.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Http.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Http.groovy index c32d8db9..2749f6e5 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Http.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Http.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Java.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Java.groovy index 93223e2a..a2688cd0 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Java.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Java.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Jbang.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Jbang.groovy index 040a16ac..24860310 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Jbang.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Jbang.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Jlink.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Jlink.groovy index f1425798..e6a636a2 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Jlink.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Jlink.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Mail.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Mail.groovy index d2a02a6b..000ccc25 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Mail.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Mail.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Mastodon.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Mastodon.groovy index 6ca00457..356904d0 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Mastodon.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Mastodon.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Mattermost.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Mattermost.groovy index 8363a68f..08110525 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Mattermost.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Mattermost.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Milestone.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Milestone.groovy index 50c50b42..4f369537 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Milestone.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Milestone.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/NativeImage.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/NativeImage.groovy index 86cac94b..f8365136 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/NativeImage.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/NativeImage.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Packagers.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Packagers.groovy index 91784a1b..5a15a268 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Packagers.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Packagers.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Plug.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Plug.groovy index 5c582e73..67d64c25 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Plug.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Plug.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Project.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Project.groovy index 6c594e76..fe64a23e 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Project.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Project.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Registry.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Registry.groovy index 47eda110..58ed96dc 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Registry.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Registry.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Release.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Release.groovy index 5f0d03dc..d5f07791 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Release.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Release.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Releaser.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Releaser.groovy index cbd79119..433bc909 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Releaser.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Releaser.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/RepositoryTool.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/RepositoryTool.groovy index aeaebe3d..a8187fee 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/RepositoryTool.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/RepositoryTool.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Scoop.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Scoop.groovy index 861d24b4..7787369c 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Scoop.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Scoop.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Sdkman.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Sdkman.groovy index 9720a2b1..0fab7f76 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Sdkman.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Sdkman.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Signing.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Signing.groovy index 2bfa8bd4..ec9861f9 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Signing.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Signing.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Slack.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Slack.groovy index 4df92213..981c0355 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Slack.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Slack.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Slot.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Slot.groovy index 551db0b1..2efe6573 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Slot.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Slot.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Snap.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Snap.groovy index 401f8e41..efeb51c7 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Snap.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Snap.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Tap.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Tap.groovy index 030400ef..f77ad7f9 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Tap.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Tap.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Teams.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Teams.groovy index 2c7970c1..f08b949f 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Teams.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Teams.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Tool.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Tool.groovy index 26ae6cd9..11b1a38d 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Tool.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Tool.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Twitter.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Twitter.groovy index df707e98..e9f85a35 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Twitter.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Twitter.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Upload.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Upload.groovy index 71afe7a0..4d06f613 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Upload.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Upload.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Uploader.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Uploader.groovy index bd025a4a..263c3367 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Uploader.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Uploader.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Zulip.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Zulip.groovy index 5859b80b..435b4952 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Zulip.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/dsl/Zulip.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/JReleaserAllProjectsEvaluatedListener.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/JReleaserAllProjectsEvaluatedListener.groovy index f55a3966..054ac1be 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/JReleaserAllProjectsEvaluatedListener.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/JReleaserAllProjectsEvaluatedListener.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/JReleaserExtensionImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/JReleaserExtensionImpl.groovy index d672a121..8fd7f0a1 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/JReleaserExtensionImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/JReleaserExtensionImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/JReleaserLoggerAdapter.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/JReleaserLoggerAdapter.groovy index 25af6b58..9895ed88 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/JReleaserLoggerAdapter.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/JReleaserLoggerAdapter.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/JReleaserModelPrinter.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/JReleaserModelPrinter.groovy index 1f6b64dc..45fe3c27 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/JReleaserModelPrinter.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/JReleaserModelPrinter.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/JReleaserProjectConfigurer.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/JReleaserProjectConfigurer.groovy index 113a5813..48402405 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/JReleaserProjectConfigurer.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/JReleaserProjectConfigurer.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/KordampJReleaserAdapter.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/KordampJReleaserAdapter.groovy index bc874b76..5fa2cae8 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/KordampJReleaserAdapter.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/KordampJReleaserAdapter.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/AbstractAnnouncer.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/AbstractAnnouncer.groovy index edc1b066..67fa97e7 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/AbstractAnnouncer.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/AbstractAnnouncer.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/AbstractAssembler.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/AbstractAssembler.groovy index 86fa4219..338718b6 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/AbstractAssembler.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/AbstractAssembler.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/AbstractDockerConfiguration.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/AbstractDockerConfiguration.groovy index 411cb64b..1c2d3072 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/AbstractDockerConfiguration.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/AbstractDockerConfiguration.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/AbstractGitService.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/AbstractGitService.groovy index 3d9dc979..d82af3a5 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/AbstractGitService.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/AbstractGitService.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/AbstractRepositoryTool.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/AbstractRepositoryTool.groovy index ad2eb649..f2d05142 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/AbstractRepositoryTool.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/AbstractRepositoryTool.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/AbstractTool.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/AbstractTool.groovy index 39b86e34..efef121e 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/AbstractTool.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/AbstractTool.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/AbstractUploader.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/AbstractUploader.groovy index 9ae079e3..58c7600a 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/AbstractUploader.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/AbstractUploader.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/AnnounceImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/AnnounceImpl.groovy index eab82656..bff139a0 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/AnnounceImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/AnnounceImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/ArtifactImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/ArtifactImpl.groovy index f058e1ca..1a500352 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/ArtifactImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/ArtifactImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/ArtifactoryImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/ArtifactoryImpl.groovy index 4a5538b6..aed99584 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/ArtifactoryImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/ArtifactoryImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/AssembleImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/AssembleImpl.groovy index b3ab18c7..2591211b 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/AssembleImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/AssembleImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/BrewImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/BrewImpl.groovy index 6d3a5262..7b680801 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/BrewImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/BrewImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/CaskImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/CaskImpl.groovy index d0159647..99e02e76 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/CaskImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/CaskImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/ChangelogImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/ChangelogImpl.groovy index fca0fb74..57d7d6ff 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/ChangelogImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/ChangelogImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/ChecksumImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/ChecksumImpl.groovy index 4ed3e97a..3d8dbe0c 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/ChecksumImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/ChecksumImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/ChocolateyImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/ChocolateyImpl.groovy index ba435731..d85a0db0 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/ChocolateyImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/ChocolateyImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/CodebergImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/CodebergImpl.groovy index d2bce35a..81b74b69 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/CodebergImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/CodebergImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/CommitAuthorImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/CommitAuthorImpl.groovy index 24e1be08..4c13dfe7 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/CommitAuthorImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/CommitAuthorImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/DiscordImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/DiscordImpl.groovy index 3d4337f5..30acb698 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/DiscordImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/DiscordImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/DiscussionsImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/DiscussionsImpl.groovy index 6a331dc9..f42147cb 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/DiscussionsImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/DiscussionsImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/DistributionImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/DistributionImpl.groovy index 5ea29bfa..d7b2a5fb 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/DistributionImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/DistributionImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/DockerImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/DockerImpl.groovy index e018d724..45a45c25 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/DockerImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/DockerImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/DockerSpecImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/DockerSpecImpl.groovy index 9c2552b6..773870b7 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/DockerSpecImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/DockerSpecImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/EnvironmentImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/EnvironmentImpl.groovy index bfbb866b..4fb0b201 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/EnvironmentImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/EnvironmentImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/FilesImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/FilesImpl.groovy index 238c730f..0f43d4bf 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/FilesImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/FilesImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/GenericGitImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/GenericGitImpl.groovy index 55931585..d0e78693 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/GenericGitImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/GenericGitImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/GiteaImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/GiteaImpl.groovy index 2d6da875..580f576f 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/GiteaImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/GiteaImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/GithubImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/GithubImpl.groovy index e7b40226..7f861d1a 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/GithubImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/GithubImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/GitlabImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/GitlabImpl.groovy index 6e86744f..e4999114 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/GitlabImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/GitlabImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/GitterImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/GitterImpl.groovy index e475cf84..941c2965 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/GitterImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/GitterImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/GlobImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/GlobImpl.groovy index 237afe5e..47b3d4c1 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/GlobImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/GlobImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/HttpImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/HttpImpl.groovy index 0de70183..6fafc07b 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/HttpImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/HttpImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/JavaImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/JavaImpl.groovy index 6edceb92..d0be917e 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/JavaImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/JavaImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/JbangImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/JbangImpl.groovy index 53888e21..3c6937fb 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/JbangImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/JbangImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/JlinkImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/JlinkImpl.groovy index 9c30a3d6..65c5261b 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/JlinkImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/JlinkImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/MailImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/MailImpl.groovy index d4c9f18e..3374f34b 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/MailImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/MailImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/MastodonImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/MastodonImpl.groovy index 5e28a3f8..12f60525 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/MastodonImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/MastodonImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/MattermostImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/MattermostImpl.groovy index cd4f26d7..79d98ce9 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/MattermostImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/MattermostImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/MilestoneImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/MilestoneImpl.groovy index aacea02f..75b7d917 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/MilestoneImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/MilestoneImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/NativeImageImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/NativeImageImpl.groovy index f8744fab..2a48c8df 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/NativeImageImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/NativeImageImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/PackagersImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/PackagersImpl.groovy index 20e4c624..701dc69f 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/PackagersImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/PackagersImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/PlugImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/PlugImpl.groovy index d26aec86..6b6ec23d 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/PlugImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/PlugImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/ProjectImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/ProjectImpl.groovy index 21e1c76c..4fe0946e 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/ProjectImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/ProjectImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/RegistryImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/RegistryImpl.groovy index 90860a01..d27f1891 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/RegistryImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/RegistryImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/ReleaseImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/ReleaseImpl.groovy index 3a7389bd..0e0ced7f 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/ReleaseImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/ReleaseImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/ScoopImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/ScoopImpl.groovy index ee720040..11c9eb51 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/ScoopImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/ScoopImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/SdkmanImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/SdkmanImpl.groovy index 8d1af621..756d1e42 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/SdkmanImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/SdkmanImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/SigningImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/SigningImpl.groovy index 92233bef..83adb195 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/SigningImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/SigningImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/SlackImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/SlackImpl.groovy index f92c95f1..46e5f93e 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/SlackImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/SlackImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/SlotImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/SlotImpl.groovy index 1f28f694..0d95db45 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/SlotImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/SlotImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/SnapImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/SnapImpl.groovy index 6c5e2b5f..989cd1d0 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/SnapImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/SnapImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/TapImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/TapImpl.groovy index f7deba3d..fe23830a 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/TapImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/TapImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/TeamsImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/TeamsImpl.groovy index 9b703e14..ca41846f 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/TeamsImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/TeamsImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/TwitterImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/TwitterImpl.groovy index 5406d048..1e3e8fd9 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/TwitterImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/TwitterImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/UploadImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/UploadImpl.groovy index f58d6da9..2c6e73f6 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/UploadImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/UploadImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/ZulipImpl.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/ZulipImpl.groovy index db016485..49f4c3e4 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/ZulipImpl.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/internal/dsl/ZulipImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/AbstractJReleaserDistributionTask.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/AbstractJReleaserDistributionTask.groovy index 8163d8d4..d8a3eb46 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/AbstractJReleaserDistributionTask.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/AbstractJReleaserDistributionTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/AbstractJReleaserTask.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/AbstractJReleaserTask.groovy index 6fa5dab7..72e441db 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/AbstractJReleaserTask.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/AbstractJReleaserTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaseAutoConfigReleaseTask.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaseAutoConfigReleaseTask.groovy index 55f391e0..290e3b14 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaseAutoConfigReleaseTask.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaseAutoConfigReleaseTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserAnnounceTask.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserAnnounceTask.groovy index 8b072794..d568960a 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserAnnounceTask.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserAnnounceTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserAssembleTask.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserAssembleTask.groovy index 1f83527a..4a477189 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserAssembleTask.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserAssembleTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserChangelogTask.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserChangelogTask.groovy index 4b7cb175..fc57bb96 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserChangelogTask.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserChangelogTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserChecksumTask.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserChecksumTask.groovy index b152df52..20165602 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserChecksumTask.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserChecksumTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserConfigTask.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserConfigTask.groovy index 29589089..1607bec4 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserConfigTask.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserConfigTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserFullReleaseTask.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserFullReleaseTask.groovy index f893d687..d0324047 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserFullReleaseTask.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserFullReleaseTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserPackageTask.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserPackageTask.groovy index 13cc930c..4b7a8352 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserPackageTask.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserPackageTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserPrepareTask.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserPrepareTask.groovy index 349a337b..80868aa0 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserPrepareTask.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserPrepareTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserPublishTask.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserPublishTask.groovy index 634558c2..ba3871f0 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserPublishTask.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserPublishTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserReleaseTask.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserReleaseTask.groovy index df917129..a75c2e57 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserReleaseTask.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserReleaseTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserSignTask.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserSignTask.groovy index 9ffc55b8..168b46ce 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserSignTask.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserSignTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserTemplateTask.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserTemplateTask.groovy index d1bad28f..c3ffad07 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserTemplateTask.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserTemplateTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserUploadTask.groovy b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserUploadTask.groovy index 2ed00b0f..76af7a30 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserUploadTask.groovy +++ b/plugins/jreleaser-gradle-plugin/src/main/groovy/org/jreleaser/gradle/plugin/tasks/JReleaserUploadTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-gradle-plugin/src/main/resources/org/jreleaser/gradle/plugin/Banner.properties b/plugins/jreleaser-gradle-plugin/src/main/resources/org/jreleaser/gradle/plugin/Banner.properties index a6d47725..05bd6098 100644 --- a/plugins/jreleaser-gradle-plugin/src/main/resources/org/jreleaser/gradle/plugin/Banner.properties +++ b/plugins/jreleaser-gradle-plugin/src/main/resources/org/jreleaser/gradle/plugin/Banner.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/plugins/jreleaser-maven-plugin/gradle.properties b/plugins/jreleaser-maven-plugin/gradle.properties index c132ff8e..45be3f54 100644 --- a/plugins/jreleaser-maven-plugin/gradle.properties +++ b/plugins/jreleaser-maven-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/plugins/jreleaser-maven-plugin/jreleaser-maven-plugin.gradle b/plugins/jreleaser-maven-plugin/jreleaser-maven-plugin.gradle index 83c57f81..abe9b969 100644 --- a/plugins/jreleaser-maven-plugin/jreleaser-maven-plugin.gradle +++ b/plugins/jreleaser-maven-plugin/jreleaser-maven-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/AbstractAnnouncer.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/AbstractAnnouncer.java index fce1b272..70e4edcf 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/AbstractAnnouncer.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/AbstractAnnouncer.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/AbstractAssembler.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/AbstractAssembler.java index 21bc748f..717adf3e 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/AbstractAssembler.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/AbstractAssembler.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/AbstractDockerConfiguration.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/AbstractDockerConfiguration.java index d50c5903..c168bf83 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/AbstractDockerConfiguration.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/AbstractDockerConfiguration.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/AbstractJReleaserMojo.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/AbstractJReleaserMojo.java index dc12ab65..46f22749 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/AbstractJReleaserMojo.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/AbstractJReleaserMojo.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/AbstractRepositoryTap.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/AbstractRepositoryTap.java index 2d49c033..7cad90dd 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/AbstractRepositoryTap.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/AbstractRepositoryTap.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/AbstractRepositoryTool.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/AbstractRepositoryTool.java index 826b3052..64b15cf7 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/AbstractRepositoryTool.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/AbstractRepositoryTool.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/AbstractTool.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/AbstractTool.java index 34347156..abc4bc0f 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/AbstractTool.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/AbstractTool.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/AbstractUploader.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/AbstractUploader.java index 6ba16fbf..d42dab49 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/AbstractUploader.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/AbstractUploader.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Activatable.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Activatable.java index 3a959c86..1fe1ae61 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Activatable.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Activatable.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Active.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Active.java index 6ca25c9f..32766caf 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Active.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Active.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Announce.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Announce.java index 01607f45..1f689898 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Announce.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Announce.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Announcer.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Announcer.java index 53a20c0d..c448186b 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Announcer.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Announcer.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Artifact.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Artifact.java index b45cfe32..f956a9a6 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Artifact.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Artifact.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Artifactory.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Artifactory.java index 00b416fa..c0dfbb3c 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Artifactory.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Artifactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Assemble.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Assemble.java index c86a602e..e588153a 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Assemble.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Assemble.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Assembler.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Assembler.java index 73a84eb2..943a0dfc 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Assembler.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Assembler.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Banner.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Banner.java index e3e332ab..ca3f9617 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Banner.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Banner.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Brew.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Brew.java index 2a9dacc0..b9492854 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Brew.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Brew.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Bucket.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Bucket.java index e249d960..a4f6f6c9 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Bucket.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Bucket.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Cask.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Cask.java index b96cd2a7..3446adf5 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Cask.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Cask.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Catalog.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Catalog.java index cff865ae..e152d250 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Catalog.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Catalog.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Changelog.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Changelog.java index 36683e36..ddf7645e 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Changelog.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Changelog.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Checksum.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Checksum.java index 61fa615b..7c409b40 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Checksum.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Checksum.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Chocolatey.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Chocolatey.java index cc55c49d..46cabd86 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Chocolatey.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Chocolatey.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Codeberg.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Codeberg.java index 483c9c7f..1bd674fd 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Codeberg.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Codeberg.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/CommitAuthor.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/CommitAuthor.java index 5d92566a..d8b5bc12 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/CommitAuthor.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/CommitAuthor.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Dependency.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Dependency.java index 10b91899..98441047 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Dependency.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Dependency.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Discord.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Discord.java index 115e5aca..7c1a8524 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Discord.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Discord.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Discussions.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Discussions.java index 6f80d919..f99239c9 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Discussions.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Discussions.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Distribution.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Distribution.java index deab5dd6..09f9b4fe 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Distribution.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Distribution.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Docker.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Docker.java index 5d0a90a6..06daa3ee 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Docker.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Docker.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/DockerConfiguration.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/DockerConfiguration.java index fba9c950..cf4f7cfd 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/DockerConfiguration.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/DockerConfiguration.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/DockerSpec.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/DockerSpec.java index 342ab0e3..c7df116e 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/DockerSpec.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/DockerSpec.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/EnabledAware.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/EnabledAware.java index c4dc1471..2571f649 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/EnabledAware.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/EnabledAware.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Environment.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Environment.java index 4e84f41d..ea4e1667 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Environment.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Environment.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/ExtraProperties.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/ExtraProperties.java index 85f02015..a5ba07c6 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/ExtraProperties.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/ExtraProperties.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Files.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Files.java index 8b8af4ba..9c24fc6e 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Files.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Files.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/GenericGit.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/GenericGit.java index b5d6c7ff..4ed13091 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/GenericGit.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/GenericGit.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/GitService.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/GitService.java index eb6dec1e..28708f66 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/GitService.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/GitService.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Gitea.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Gitea.java index b4840ce6..2f575f82 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Gitea.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Gitea.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Github.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Github.java index 4b3dd499..220c662c 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Github.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Github.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Gitlab.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Gitlab.java index b6e31516..f6f2f2ff 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Gitlab.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Gitlab.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Gitter.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Gitter.java index 8538a873..f5230b9a 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Gitter.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Gitter.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Glob.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Glob.java index ac8db532..a9475afb 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Glob.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Glob.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Http.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Http.java index 86f0f64d..5bf07d5e 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Http.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Http.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserAnnounceMojo.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserAnnounceMojo.java index 97a9c379..14490082 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserAnnounceMojo.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserAnnounceMojo.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserAssembleMojo.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserAssembleMojo.java index 87531c83..385fe9bc 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserAssembleMojo.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserAssembleMojo.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserAutoConfigReleaseMojo.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserAutoConfigReleaseMojo.java index a964f0ff..9c44a5e4 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserAutoConfigReleaseMojo.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserAutoConfigReleaseMojo.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserChangelogMojo.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserChangelogMojo.java index ccf1976c..bbe61da6 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserChangelogMojo.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserChangelogMojo.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserChecksumMojo.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserChecksumMojo.java index 3cca32e5..e381a3c6 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserChecksumMojo.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserChecksumMojo.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserConfigMojo.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserConfigMojo.java index 8d6a5320..d2efab4c 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserConfigMojo.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserConfigMojo.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserFullReleaseMojo.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserFullReleaseMojo.java index cb70b8be..9696cf56 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserFullReleaseMojo.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserFullReleaseMojo.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserPackageMojo.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserPackageMojo.java index 913aa0e2..1e382c5c 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserPackageMojo.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserPackageMojo.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserPrepareMojo.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserPrepareMojo.java index b356044d..70d7a2aa 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserPrepareMojo.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserPrepareMojo.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserPublishMojo.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserPublishMojo.java index ea36b0aa..5b8f054a 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserPublishMojo.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserPublishMojo.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserReleaseMojo.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserReleaseMojo.java index 31abc2f8..2abadaf2 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserReleaseMojo.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserReleaseMojo.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserSignMojo.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserSignMojo.java index a72e75af..a3eed6eb 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserSignMojo.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserSignMojo.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserTemplateMojo.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserTemplateMojo.java index befd6656..2cd8f685 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserTemplateMojo.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserTemplateMojo.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserUploadMojo.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserUploadMojo.java index 258c7566..8d0d1bd0 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserUploadMojo.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/JReleaserUploadMojo.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Java.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Java.java index 837231dd..43410795 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Java.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Java.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Jbang.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Jbang.java index eacdfecc..e9b232c5 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Jbang.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Jbang.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Jlink.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Jlink.java index 08a684d7..fb0d24de 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Jlink.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Jlink.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Jreleaser.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Jreleaser.java index 61ca8222..17b2300b 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Jreleaser.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Jreleaser.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Mail.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Mail.java index 32d44055..43398192 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Mail.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Mail.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Mastodon.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Mastodon.java index b46ad51e..394bd859 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Mastodon.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Mastodon.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Mattermost.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Mattermost.java index b2ca627f..76ed34fa 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Mattermost.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Mattermost.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Milestone.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Milestone.java index 021f7934..d455d04b 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Milestone.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Milestone.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/NativeImage.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/NativeImage.java index 7bb24bc2..8140be4d 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/NativeImage.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/NativeImage.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Packagers.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Packagers.java index 84393861..3f3e588f 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Packagers.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Packagers.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Plug.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Plug.java index 6b42b97c..5c757362 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Plug.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Plug.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Project.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Project.java index 32770565..bb87fbf3 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Project.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Project.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Registry.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Registry.java index c2fa5e3a..79bc6ff2 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Registry.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Registry.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Release.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Release.java index 6e117262..27993b4e 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Release.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Release.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Releaser.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Releaser.java index ef12b51b..440d2121 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Releaser.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Releaser.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/RepositoryTool.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/RepositoryTool.java index 7e74b309..25a7c786 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/RepositoryTool.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/RepositoryTool.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Scoop.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Scoop.java index 317cdae6..5e4d8478 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Scoop.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Scoop.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Sdkman.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Sdkman.java index 50a8e293..c885d1e9 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Sdkman.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Sdkman.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Signing.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Signing.java index 3f169160..f5185103 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Signing.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Signing.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Slack.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Slack.java index be73b745..dfd73b8f 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Slack.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Slack.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Slot.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Slot.java index 9a94693b..c2c2c4d3 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Slot.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Slot.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Snap.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Snap.java index 1f64ef12..a3906061 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Snap.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Snap.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Tap.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Tap.java index 6df949a3..7047e330 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Tap.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Tap.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Teams.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Teams.java index 71665058..0a3979ee 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Teams.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Teams.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/TimeoutAware.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/TimeoutAware.java index d5c8edab..d2aa007d 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/TimeoutAware.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/TimeoutAware.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Tool.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Tool.java index 29b17264..a41fca26 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Tool.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Tool.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Twitter.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Twitter.java index 5c6c568f..fc0fea0b 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Twitter.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Twitter.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/UpdateSection.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/UpdateSection.java index 2682bcc1..fd761b25 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/UpdateSection.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/UpdateSection.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Upload.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Upload.java index 7c0775f3..221f322a 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Upload.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Upload.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Uploader.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Uploader.java index 682dd945..44a7ebfb 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Uploader.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Uploader.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/VersionPattern.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/VersionPattern.java index 12e5176a..66f870a7 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/VersionPattern.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/VersionPattern.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Zulip.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Zulip.java index 37278cb5..130fa265 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Zulip.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/Zulip.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/internal/JReleaserLoggerAdapter.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/internal/JReleaserLoggerAdapter.java index fcb6be21..848fd6af 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/internal/JReleaserLoggerAdapter.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/internal/JReleaserLoggerAdapter.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/internal/JReleaserModelConfigurer.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/internal/JReleaserModelConfigurer.java index 874f493f..ed9d606e 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/internal/JReleaserModelConfigurer.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/internal/JReleaserModelConfigurer.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/internal/JReleaserModelConverter.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/internal/JReleaserModelConverter.java index 7a9fa521..b7dd7c7b 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/internal/JReleaserModelConverter.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/internal/JReleaserModelConverter.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/internal/JReleaserModelPrinter.java b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/internal/JReleaserModelPrinter.java index 2bab6866..12b94be2 100644 --- a/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/internal/JReleaserModelPrinter.java +++ b/plugins/jreleaser-maven-plugin/src/main/java/org/jreleaser/maven/plugin/internal/JReleaserModelPrinter.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/plugins/jreleaser-maven-plugin/src/main/resources/org/jreleaser/maven/plugin/Banner.properties b/plugins/jreleaser-maven-plugin/src/main/resources/org/jreleaser/maven/plugin/Banner.properties index a6d47725..05bd6098 100644 --- a/plugins/jreleaser-maven-plugin/src/main/resources/org/jreleaser/maven/plugin/Banner.properties +++ b/plugins/jreleaser-maven-plugin/src/main/resources/org/jreleaser/maven/plugin/Banner.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/sdks/artifactory-java-sdk/artifactory-java-sdk.gradle b/sdks/artifactory-java-sdk/artifactory-java-sdk.gradle index 0b170a63..370585fe 100644 --- a/sdks/artifactory-java-sdk/artifactory-java-sdk.gradle +++ b/sdks/artifactory-java-sdk/artifactory-java-sdk.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/artifactory-java-sdk/gradle.properties b/sdks/artifactory-java-sdk/gradle.properties index c133e965..e9d5df03 100644 --- a/sdks/artifactory-java-sdk/gradle.properties +++ b/sdks/artifactory-java-sdk/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/sdks/artifactory-java-sdk/src/main/java/org/jreleaser/sdk/artifactory/ArtifactoryArtifactUploader.java b/sdks/artifactory-java-sdk/src/main/java/org/jreleaser/sdk/artifactory/ArtifactoryArtifactUploader.java index f8e57639..bdb3c1cf 100644 --- a/sdks/artifactory-java-sdk/src/main/java/org/jreleaser/sdk/artifactory/ArtifactoryArtifactUploader.java +++ b/sdks/artifactory-java-sdk/src/main/java/org/jreleaser/sdk/artifactory/ArtifactoryArtifactUploader.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/artifactory-java-sdk/src/main/java/org/jreleaser/sdk/artifactory/ArtifactoryArtifactUploaderFactory.java b/sdks/artifactory-java-sdk/src/main/java/org/jreleaser/sdk/artifactory/ArtifactoryArtifactUploaderFactory.java index 07a9eec7..de627595 100644 --- a/sdks/artifactory-java-sdk/src/main/java/org/jreleaser/sdk/artifactory/ArtifactoryArtifactUploaderFactory.java +++ b/sdks/artifactory-java-sdk/src/main/java/org/jreleaser/sdk/artifactory/ArtifactoryArtifactUploaderFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/codeberg-java-sdk/codeberg-java-sdk.gradle b/sdks/codeberg-java-sdk/codeberg-java-sdk.gradle index 2876c749..5cbc64a3 100644 --- a/sdks/codeberg-java-sdk/codeberg-java-sdk.gradle +++ b/sdks/codeberg-java-sdk/codeberg-java-sdk.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/codeberg-java-sdk/gradle.properties b/sdks/codeberg-java-sdk/gradle.properties index e2ae558b..dcd17f66 100644 --- a/sdks/codeberg-java-sdk/gradle.properties +++ b/sdks/codeberg-java-sdk/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/sdks/codeberg-java-sdk/src/main/java/org/jreleaser/sdk/codeberg/CodebergReleaser.java b/sdks/codeberg-java-sdk/src/main/java/org/jreleaser/sdk/codeberg/CodebergReleaser.java index 318be652..76faf086 100644 --- a/sdks/codeberg-java-sdk/src/main/java/org/jreleaser/sdk/codeberg/CodebergReleaser.java +++ b/sdks/codeberg-java-sdk/src/main/java/org/jreleaser/sdk/codeberg/CodebergReleaser.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/codeberg-java-sdk/src/main/java/org/jreleaser/sdk/codeberg/CodebergReleaserBuilder.java b/sdks/codeberg-java-sdk/src/main/java/org/jreleaser/sdk/codeberg/CodebergReleaserBuilder.java index b2487e54..71b74e32 100644 --- a/sdks/codeberg-java-sdk/src/main/java/org/jreleaser/sdk/codeberg/CodebergReleaserBuilder.java +++ b/sdks/codeberg-java-sdk/src/main/java/org/jreleaser/sdk/codeberg/CodebergReleaserBuilder.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/codeberg-java-sdk/src/main/java/org/jreleaser/sdk/codeberg/CodebergReleaserBuilderFactory.java b/sdks/codeberg-java-sdk/src/main/java/org/jreleaser/sdk/codeberg/CodebergReleaserBuilderFactory.java index 9d3a7998..8a45d0cd 100644 --- a/sdks/codeberg-java-sdk/src/main/java/org/jreleaser/sdk/codeberg/CodebergReleaserBuilderFactory.java +++ b/sdks/codeberg-java-sdk/src/main/java/org/jreleaser/sdk/codeberg/CodebergReleaserBuilderFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/discord-java-sdk/discord-java-sdk.gradle b/sdks/discord-java-sdk/discord-java-sdk.gradle index 0b170a63..370585fe 100644 --- a/sdks/discord-java-sdk/discord-java-sdk.gradle +++ b/sdks/discord-java-sdk/discord-java-sdk.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/discord-java-sdk/gradle.properties b/sdks/discord-java-sdk/gradle.properties index a064bbf2..8eb9bfdc 100644 --- a/sdks/discord-java-sdk/gradle.properties +++ b/sdks/discord-java-sdk/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/sdks/discord-java-sdk/src/main/java/org/jreleaser/sdk/discord/DiscordAnnouncer.java b/sdks/discord-java-sdk/src/main/java/org/jreleaser/sdk/discord/DiscordAnnouncer.java index fc1e6ab9..811276be 100644 --- a/sdks/discord-java-sdk/src/main/java/org/jreleaser/sdk/discord/DiscordAnnouncer.java +++ b/sdks/discord-java-sdk/src/main/java/org/jreleaser/sdk/discord/DiscordAnnouncer.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/discord-java-sdk/src/main/java/org/jreleaser/sdk/discord/DiscordAnnouncerBuilder.java b/sdks/discord-java-sdk/src/main/java/org/jreleaser/sdk/discord/DiscordAnnouncerBuilder.java index bba0e304..1b619064 100644 --- a/sdks/discord-java-sdk/src/main/java/org/jreleaser/sdk/discord/DiscordAnnouncerBuilder.java +++ b/sdks/discord-java-sdk/src/main/java/org/jreleaser/sdk/discord/DiscordAnnouncerBuilder.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/discord-java-sdk/src/main/java/org/jreleaser/sdk/discord/DiscordAnnouncerBuilderFactory.java b/sdks/discord-java-sdk/src/main/java/org/jreleaser/sdk/discord/DiscordAnnouncerBuilderFactory.java index 2979e72b..7ebd3c89 100644 --- a/sdks/discord-java-sdk/src/main/java/org/jreleaser/sdk/discord/DiscordAnnouncerBuilderFactory.java +++ b/sdks/discord-java-sdk/src/main/java/org/jreleaser/sdk/discord/DiscordAnnouncerBuilderFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/discord-java-sdk/src/main/java/org/jreleaser/sdk/discord/Message.java b/sdks/discord-java-sdk/src/main/java/org/jreleaser/sdk/discord/Message.java index 3dd54f18..2a485eac 100644 --- a/sdks/discord-java-sdk/src/main/java/org/jreleaser/sdk/discord/Message.java +++ b/sdks/discord-java-sdk/src/main/java/org/jreleaser/sdk/discord/Message.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/genericgit-java-sdk/genericgit-java-sdk.gradle b/sdks/genericgit-java-sdk/genericgit-java-sdk.gradle index aab5b2fb..a284fd0c 100644 --- a/sdks/genericgit-java-sdk/genericgit-java-sdk.gradle +++ b/sdks/genericgit-java-sdk/genericgit-java-sdk.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/genericgit-java-sdk/gradle.properties b/sdks/genericgit-java-sdk/gradle.properties index 39c799af..cbebd956 100644 --- a/sdks/genericgit-java-sdk/gradle.properties +++ b/sdks/genericgit-java-sdk/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/sdks/genericgit-java-sdk/src/main/java/org/jreleaser/sdk/generic/GenericGitReleaser.java b/sdks/genericgit-java-sdk/src/main/java/org/jreleaser/sdk/generic/GenericGitReleaser.java index 28eab0f2..8dc74600 100644 --- a/sdks/genericgit-java-sdk/src/main/java/org/jreleaser/sdk/generic/GenericGitReleaser.java +++ b/sdks/genericgit-java-sdk/src/main/java/org/jreleaser/sdk/generic/GenericGitReleaser.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/genericgit-java-sdk/src/main/java/org/jreleaser/sdk/generic/GenericGitReleaserBuilder.java b/sdks/genericgit-java-sdk/src/main/java/org/jreleaser/sdk/generic/GenericGitReleaserBuilder.java index 4962be5a..6acbaf6c 100644 --- a/sdks/genericgit-java-sdk/src/main/java/org/jreleaser/sdk/generic/GenericGitReleaserBuilder.java +++ b/sdks/genericgit-java-sdk/src/main/java/org/jreleaser/sdk/generic/GenericGitReleaserBuilder.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/genericgit-java-sdk/src/main/java/org/jreleaser/sdk/generic/GenericGitReleaserBuilderFactory.java b/sdks/genericgit-java-sdk/src/main/java/org/jreleaser/sdk/generic/GenericGitReleaserBuilderFactory.java index 23fb17c1..207772cb 100644 --- a/sdks/genericgit-java-sdk/src/main/java/org/jreleaser/sdk/generic/GenericGitReleaserBuilderFactory.java +++ b/sdks/genericgit-java-sdk/src/main/java/org/jreleaser/sdk/generic/GenericGitReleaserBuilderFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/git-sdk/git-sdk.gradle b/sdks/git-sdk/git-sdk.gradle index f62dc18c..acec16c9 100644 --- a/sdks/git-sdk/git-sdk.gradle +++ b/sdks/git-sdk/git-sdk.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/git-sdk/gradle.properties b/sdks/git-sdk/gradle.properties index 35ecf8ec..0c757825 100644 --- a/sdks/git-sdk/gradle.properties +++ b/sdks/git-sdk/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/sdks/git-sdk/src/main/java/org/jreleaser/sdk/git/ChangelogGenerator.java b/sdks/git-sdk/src/main/java/org/jreleaser/sdk/git/ChangelogGenerator.java index 392e61d1..86ff4de7 100644 --- a/sdks/git-sdk/src/main/java/org/jreleaser/sdk/git/ChangelogGenerator.java +++ b/sdks/git-sdk/src/main/java/org/jreleaser/sdk/git/ChangelogGenerator.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/git-sdk/src/main/java/org/jreleaser/sdk/git/ChangelogProvider.java b/sdks/git-sdk/src/main/java/org/jreleaser/sdk/git/ChangelogProvider.java index fba825f7..a06616f6 100644 --- a/sdks/git-sdk/src/main/java/org/jreleaser/sdk/git/ChangelogProvider.java +++ b/sdks/git-sdk/src/main/java/org/jreleaser/sdk/git/ChangelogProvider.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/git-sdk/src/main/java/org/jreleaser/sdk/git/GitSdk.java b/sdks/git-sdk/src/main/java/org/jreleaser/sdk/git/GitSdk.java index ad6fec88..e6328e93 100644 --- a/sdks/git-sdk/src/main/java/org/jreleaser/sdk/git/GitSdk.java +++ b/sdks/git-sdk/src/main/java/org/jreleaser/sdk/git/GitSdk.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/git-sdk/src/main/java/org/jreleaser/sdk/git/JReleaserGpgSigner.java b/sdks/git-sdk/src/main/java/org/jreleaser/sdk/git/JReleaserGpgSigner.java index a2ad99d3..0a9a7859 100644 --- a/sdks/git-sdk/src/main/java/org/jreleaser/sdk/git/JReleaserGpgSigner.java +++ b/sdks/git-sdk/src/main/java/org/jreleaser/sdk/git/JReleaserGpgSigner.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/gitea-java-sdk/gitea-java-sdk.gradle b/sdks/gitea-java-sdk/gitea-java-sdk.gradle index 3bb8318a..5854b1b0 100644 --- a/sdks/gitea-java-sdk/gitea-java-sdk.gradle +++ b/sdks/gitea-java-sdk/gitea-java-sdk.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/gitea-java-sdk/gradle.properties b/sdks/gitea-java-sdk/gradle.properties index fd8bf4c2..9a55d7c5 100644 --- a/sdks/gitea-java-sdk/gradle.properties +++ b/sdks/gitea-java-sdk/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/Gitea.java b/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/Gitea.java index 96f73e72..8d5c433e 100644 --- a/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/Gitea.java +++ b/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/Gitea.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/GiteaException.java b/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/GiteaException.java index dc00f268..8fbd7ee9 100644 --- a/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/GiteaException.java +++ b/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/GiteaException.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/GiteaReleaser.java b/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/GiteaReleaser.java index da2cd03d..cce4d6d2 100644 --- a/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/GiteaReleaser.java +++ b/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/GiteaReleaser.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/GiteaReleaserBuilder.java b/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/GiteaReleaserBuilder.java index 16e0e02f..c0bb238d 100644 --- a/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/GiteaReleaserBuilder.java +++ b/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/GiteaReleaserBuilder.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/GiteaReleaserBuilderFactory.java b/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/GiteaReleaserBuilderFactory.java index fe9a0018..ccd2ce58 100644 --- a/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/GiteaReleaserBuilderFactory.java +++ b/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/GiteaReleaserBuilderFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/api/GiteaAPI.java b/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/api/GiteaAPI.java index a17604db..05bd8061 100644 --- a/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/api/GiteaAPI.java +++ b/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/api/GiteaAPI.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/api/GtAttachment.java b/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/api/GtAttachment.java index e3c89766..ac6b73bb 100644 --- a/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/api/GtAttachment.java +++ b/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/api/GtAttachment.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/api/GtMilestone.java b/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/api/GtMilestone.java index 8038ed93..fa181e2d 100644 --- a/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/api/GtMilestone.java +++ b/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/api/GtMilestone.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/api/GtOrganization.java b/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/api/GtOrganization.java index c1a8a584..94dbc8ec 100644 --- a/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/api/GtOrganization.java +++ b/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/api/GtOrganization.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/api/GtRelease.java b/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/api/GtRelease.java index 8df3db33..2b3ead16 100644 --- a/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/api/GtRelease.java +++ b/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/api/GtRelease.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/api/GtRepository.java b/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/api/GtRepository.java index 67aa6df5..2b770eb0 100644 --- a/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/api/GtRepository.java +++ b/sdks/gitea-java-sdk/src/main/java/org/jreleaser/sdk/gitea/api/GtRepository.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/github-java-sdk/github-java-sdk.gradle b/sdks/github-java-sdk/github-java-sdk.gradle index 76ef83e8..1f262317 100644 --- a/sdks/github-java-sdk/github-java-sdk.gradle +++ b/sdks/github-java-sdk/github-java-sdk.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/github-java-sdk/gradle.properties b/sdks/github-java-sdk/gradle.properties index 22386cbb..a31ea623 100644 --- a/sdks/github-java-sdk/gradle.properties +++ b/sdks/github-java-sdk/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/sdks/github-java-sdk/src/main/java/org/jreleaser/sdk/github/DiscussionsAnnouncer.java b/sdks/github-java-sdk/src/main/java/org/jreleaser/sdk/github/DiscussionsAnnouncer.java index 789059d2..5a7bacb5 100644 --- a/sdks/github-java-sdk/src/main/java/org/jreleaser/sdk/github/DiscussionsAnnouncer.java +++ b/sdks/github-java-sdk/src/main/java/org/jreleaser/sdk/github/DiscussionsAnnouncer.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/github-java-sdk/src/main/java/org/jreleaser/sdk/github/DiscussionsAnnouncerBuilder.java b/sdks/github-java-sdk/src/main/java/org/jreleaser/sdk/github/DiscussionsAnnouncerBuilder.java index a0b95c98..c7427b7d 100644 --- a/sdks/github-java-sdk/src/main/java/org/jreleaser/sdk/github/DiscussionsAnnouncerBuilder.java +++ b/sdks/github-java-sdk/src/main/java/org/jreleaser/sdk/github/DiscussionsAnnouncerBuilder.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/github-java-sdk/src/main/java/org/jreleaser/sdk/github/DiscussionsAnnouncerBuilderFactory.java b/sdks/github-java-sdk/src/main/java/org/jreleaser/sdk/github/DiscussionsAnnouncerBuilderFactory.java index 545bd857..e70fe693 100644 --- a/sdks/github-java-sdk/src/main/java/org/jreleaser/sdk/github/DiscussionsAnnouncerBuilderFactory.java +++ b/sdks/github-java-sdk/src/main/java/org/jreleaser/sdk/github/DiscussionsAnnouncerBuilderFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/github-java-sdk/src/main/java/org/jreleaser/sdk/github/Github.java b/sdks/github-java-sdk/src/main/java/org/jreleaser/sdk/github/Github.java index b80aba50..12aceb0e 100644 --- a/sdks/github-java-sdk/src/main/java/org/jreleaser/sdk/github/Github.java +++ b/sdks/github-java-sdk/src/main/java/org/jreleaser/sdk/github/Github.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/github-java-sdk/src/main/java/org/jreleaser/sdk/github/GithubReleaser.java b/sdks/github-java-sdk/src/main/java/org/jreleaser/sdk/github/GithubReleaser.java index 3b14b4bf..0e6c4c2d 100644 --- a/sdks/github-java-sdk/src/main/java/org/jreleaser/sdk/github/GithubReleaser.java +++ b/sdks/github-java-sdk/src/main/java/org/jreleaser/sdk/github/GithubReleaser.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/github-java-sdk/src/main/java/org/jreleaser/sdk/github/GithubReleaserBuilder.java b/sdks/github-java-sdk/src/main/java/org/jreleaser/sdk/github/GithubReleaserBuilder.java index 590b7b9a..ac6c7ee8 100644 --- a/sdks/github-java-sdk/src/main/java/org/jreleaser/sdk/github/GithubReleaserBuilder.java +++ b/sdks/github-java-sdk/src/main/java/org/jreleaser/sdk/github/GithubReleaserBuilder.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/github-java-sdk/src/main/java/org/jreleaser/sdk/github/GithubReleaserBuilderFactory.java b/sdks/github-java-sdk/src/main/java/org/jreleaser/sdk/github/GithubReleaserBuilderFactory.java index f0e1a791..6c691ff5 100644 --- a/sdks/github-java-sdk/src/main/java/org/jreleaser/sdk/github/GithubReleaserBuilderFactory.java +++ b/sdks/github-java-sdk/src/main/java/org/jreleaser/sdk/github/GithubReleaserBuilderFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/gitlab-java-sdk/gitlab-java-sdk.gradle b/sdks/gitlab-java-sdk/gitlab-java-sdk.gradle index aab5b2fb..a284fd0c 100644 --- a/sdks/gitlab-java-sdk/gitlab-java-sdk.gradle +++ b/sdks/gitlab-java-sdk/gitlab-java-sdk.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/gitlab-java-sdk/gradle.properties b/sdks/gitlab-java-sdk/gradle.properties index a63eb400..159dc6bf 100644 --- a/sdks/gitlab-java-sdk/gradle.properties +++ b/sdks/gitlab-java-sdk/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/Gitlab.java b/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/Gitlab.java index 6980f613..37ce140e 100644 --- a/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/Gitlab.java +++ b/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/Gitlab.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/GitlabException.java b/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/GitlabException.java index bb740ab2..7e961986 100644 --- a/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/GitlabException.java +++ b/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/GitlabException.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/GitlabReleaser.java b/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/GitlabReleaser.java index 6ca6ab73..873d342a 100644 --- a/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/GitlabReleaser.java +++ b/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/GitlabReleaser.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/GitlabReleaserBuilder.java b/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/GitlabReleaserBuilder.java index 6680ec84..cf8dcbeb 100644 --- a/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/GitlabReleaserBuilder.java +++ b/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/GitlabReleaserBuilder.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/GitlabReleaserBuilderFactory.java b/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/GitlabReleaserBuilderFactory.java index d002af27..c44c00df 100644 --- a/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/GitlabReleaserBuilderFactory.java +++ b/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/GitlabReleaserBuilderFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/FileUpload.java b/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/FileUpload.java index 569e32b0..05704c6e 100644 --- a/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/FileUpload.java +++ b/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/FileUpload.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/GitlabAPI.java b/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/GitlabAPI.java index 079c7908..bdb0c527 100644 --- a/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/GitlabAPI.java +++ b/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/GitlabAPI.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/Link.java b/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/Link.java index 4272582b..57070c65 100644 --- a/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/Link.java +++ b/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/Link.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/LinkRequest.java b/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/LinkRequest.java index 9267f3bd..77c8e4e6 100644 --- a/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/LinkRequest.java +++ b/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/LinkRequest.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/Milestone.java b/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/Milestone.java index b4f35c81..735bc189 100644 --- a/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/Milestone.java +++ b/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/Milestone.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/Namespace.java b/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/Namespace.java index 50b77960..f253753c 100644 --- a/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/Namespace.java +++ b/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/Namespace.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/Project.java b/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/Project.java index 6b6542bc..ce4c23ce 100644 --- a/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/Project.java +++ b/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/Project.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/Release.java b/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/Release.java index f7d1f33f..8e35da70 100644 --- a/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/Release.java +++ b/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/Release.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/RuntimeIOException.java b/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/RuntimeIOException.java index 7c8ff274..8a00f56d 100644 --- a/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/RuntimeIOException.java +++ b/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/RuntimeIOException.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/User.java b/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/User.java index d1c69821..24110cf4 100644 --- a/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/User.java +++ b/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/api/User.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/internal/Links.java b/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/internal/Links.java index 5e4ddc41..11336304 100644 --- a/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/internal/Links.java +++ b/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/internal/Links.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/internal/UrlEncoder.java b/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/internal/UrlEncoder.java index fc49780e..18cd6c58 100644 --- a/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/internal/UrlEncoder.java +++ b/sdks/gitlab-java-sdk/src/main/java/org/jreleaser/sdk/gitlab/internal/UrlEncoder.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/gitter-java-sdk/gitter-java-sdk.gradle b/sdks/gitter-java-sdk/gitter-java-sdk.gradle index 0b170a63..370585fe 100644 --- a/sdks/gitter-java-sdk/gitter-java-sdk.gradle +++ b/sdks/gitter-java-sdk/gitter-java-sdk.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/gitter-java-sdk/gradle.properties b/sdks/gitter-java-sdk/gradle.properties index 1fe37425..d81480dd 100644 --- a/sdks/gitter-java-sdk/gradle.properties +++ b/sdks/gitter-java-sdk/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/sdks/gitter-java-sdk/src/main/java/org/jreleaser/sdk/gitter/GitterAnnouncer.java b/sdks/gitter-java-sdk/src/main/java/org/jreleaser/sdk/gitter/GitterAnnouncer.java index 87021982..94de7857 100644 --- a/sdks/gitter-java-sdk/src/main/java/org/jreleaser/sdk/gitter/GitterAnnouncer.java +++ b/sdks/gitter-java-sdk/src/main/java/org/jreleaser/sdk/gitter/GitterAnnouncer.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/gitter-java-sdk/src/main/java/org/jreleaser/sdk/gitter/GitterAnnouncerBuilder.java b/sdks/gitter-java-sdk/src/main/java/org/jreleaser/sdk/gitter/GitterAnnouncerBuilder.java index 3940fb97..485337d8 100644 --- a/sdks/gitter-java-sdk/src/main/java/org/jreleaser/sdk/gitter/GitterAnnouncerBuilder.java +++ b/sdks/gitter-java-sdk/src/main/java/org/jreleaser/sdk/gitter/GitterAnnouncerBuilder.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/gitter-java-sdk/src/main/java/org/jreleaser/sdk/gitter/GitterAnnouncerBuilderFactory.java b/sdks/gitter-java-sdk/src/main/java/org/jreleaser/sdk/gitter/GitterAnnouncerBuilderFactory.java index ca5fb07f..c2130f4e 100644 --- a/sdks/gitter-java-sdk/src/main/java/org/jreleaser/sdk/gitter/GitterAnnouncerBuilderFactory.java +++ b/sdks/gitter-java-sdk/src/main/java/org/jreleaser/sdk/gitter/GitterAnnouncerBuilderFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/gitter-java-sdk/src/main/java/org/jreleaser/sdk/gitter/Message.java b/sdks/gitter-java-sdk/src/main/java/org/jreleaser/sdk/gitter/Message.java index fbb84fd3..a07b7483 100644 --- a/sdks/gitter-java-sdk/src/main/java/org/jreleaser/sdk/gitter/Message.java +++ b/sdks/gitter-java-sdk/src/main/java/org/jreleaser/sdk/gitter/Message.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/http-upload-java-sdk/gradle.properties b/sdks/http-upload-java-sdk/gradle.properties index c4a357cc..d6b41bb2 100644 --- a/sdks/http-upload-java-sdk/gradle.properties +++ b/sdks/http-upload-java-sdk/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/sdks/http-upload-java-sdk/http-upload-java-sdk.gradle b/sdks/http-upload-java-sdk/http-upload-java-sdk.gradle index 0b170a63..370585fe 100644 --- a/sdks/http-upload-java-sdk/http-upload-java-sdk.gradle +++ b/sdks/http-upload-java-sdk/http-upload-java-sdk.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/http-upload-java-sdk/src/main/java/org/jreleaser/sdk/artifactory/HttpArtifactUploader.java b/sdks/http-upload-java-sdk/src/main/java/org/jreleaser/sdk/artifactory/HttpArtifactUploader.java index db62004d..ba1586ee 100644 --- a/sdks/http-upload-java-sdk/src/main/java/org/jreleaser/sdk/artifactory/HttpArtifactUploader.java +++ b/sdks/http-upload-java-sdk/src/main/java/org/jreleaser/sdk/artifactory/HttpArtifactUploader.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/http-upload-java-sdk/src/main/java/org/jreleaser/sdk/artifactory/HttpArtifactUploaderFactory.java b/sdks/http-upload-java-sdk/src/main/java/org/jreleaser/sdk/artifactory/HttpArtifactUploaderFactory.java index 422dfb57..d386a30a 100644 --- a/sdks/http-upload-java-sdk/src/main/java/org/jreleaser/sdk/artifactory/HttpArtifactUploaderFactory.java +++ b/sdks/http-upload-java-sdk/src/main/java/org/jreleaser/sdk/artifactory/HttpArtifactUploaderFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/java-sdk-commons/gradle.properties b/sdks/java-sdk-commons/gradle.properties index cc93ff8d..e465f6ea 100644 --- a/sdks/java-sdk-commons/gradle.properties +++ b/sdks/java-sdk-commons/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/sdks/java-sdk-commons/java-sdk-commons.gradle b/sdks/java-sdk-commons/java-sdk-commons.gradle index 672f69b8..5092b633 100644 --- a/sdks/java-sdk-commons/java-sdk-commons.gradle +++ b/sdks/java-sdk-commons/java-sdk-commons.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/java-sdk-commons/src/main/java/org/jreleaser/sdk/commons/AbstractArtifactUploader.java b/sdks/java-sdk-commons/src/main/java/org/jreleaser/sdk/commons/AbstractArtifactUploader.java index 3ebc727e..5468f5bf 100644 --- a/sdks/java-sdk-commons/src/main/java/org/jreleaser/sdk/commons/AbstractArtifactUploader.java +++ b/sdks/java-sdk-commons/src/main/java/org/jreleaser/sdk/commons/AbstractArtifactUploader.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/java-sdk-commons/src/main/java/org/jreleaser/sdk/commons/ClientUtils.java b/sdks/java-sdk-commons/src/main/java/org/jreleaser/sdk/commons/ClientUtils.java index b332c386..0b8ea2bb 100644 --- a/sdks/java-sdk-commons/src/main/java/org/jreleaser/sdk/commons/ClientUtils.java +++ b/sdks/java-sdk-commons/src/main/java/org/jreleaser/sdk/commons/ClientUtils.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/java-sdk-commons/src/main/java/org/jreleaser/sdk/commons/RestAPIException.java b/sdks/java-sdk-commons/src/main/java/org/jreleaser/sdk/commons/RestAPIException.java index 6849e8f0..043d06db 100644 --- a/sdks/java-sdk-commons/src/main/java/org/jreleaser/sdk/commons/RestAPIException.java +++ b/sdks/java-sdk-commons/src/main/java/org/jreleaser/sdk/commons/RestAPIException.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/java-sdk-commons/src/main/java/org/jreleaser/sdk/commons/RuntimeIOException.java b/sdks/java-sdk-commons/src/main/java/org/jreleaser/sdk/commons/RuntimeIOException.java index 99653f16..542c3270 100644 --- a/sdks/java-sdk-commons/src/main/java/org/jreleaser/sdk/commons/RuntimeIOException.java +++ b/sdks/java-sdk-commons/src/main/java/org/jreleaser/sdk/commons/RuntimeIOException.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/mail-java-sdk/gradle.properties b/sdks/mail-java-sdk/gradle.properties index 9de40b3e..48287082 100644 --- a/sdks/mail-java-sdk/gradle.properties +++ b/sdks/mail-java-sdk/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/sdks/mail-java-sdk/mail-java-sdk.gradle b/sdks/mail-java-sdk/mail-java-sdk.gradle index 6622cb17..e201f716 100644 --- a/sdks/mail-java-sdk/mail-java-sdk.gradle +++ b/sdks/mail-java-sdk/mail-java-sdk.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/mail-java-sdk/src/main/java/org/jreleaser/sdk/mail/MailAnnouncer.java b/sdks/mail-java-sdk/src/main/java/org/jreleaser/sdk/mail/MailAnnouncer.java index 2b709235..64dc7803 100644 --- a/sdks/mail-java-sdk/src/main/java/org/jreleaser/sdk/mail/MailAnnouncer.java +++ b/sdks/mail-java-sdk/src/main/java/org/jreleaser/sdk/mail/MailAnnouncer.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/mail-java-sdk/src/main/java/org/jreleaser/sdk/mail/MailAnnouncerBuilder.java b/sdks/mail-java-sdk/src/main/java/org/jreleaser/sdk/mail/MailAnnouncerBuilder.java index 10a692b3..5e741813 100644 --- a/sdks/mail-java-sdk/src/main/java/org/jreleaser/sdk/mail/MailAnnouncerBuilder.java +++ b/sdks/mail-java-sdk/src/main/java/org/jreleaser/sdk/mail/MailAnnouncerBuilder.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/mail-java-sdk/src/main/java/org/jreleaser/sdk/mail/MailAnnouncerBuilderFactory.java b/sdks/mail-java-sdk/src/main/java/org/jreleaser/sdk/mail/MailAnnouncerBuilderFactory.java index 2ae91d66..c984df07 100644 --- a/sdks/mail-java-sdk/src/main/java/org/jreleaser/sdk/mail/MailAnnouncerBuilderFactory.java +++ b/sdks/mail-java-sdk/src/main/java/org/jreleaser/sdk/mail/MailAnnouncerBuilderFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/mail-java-sdk/src/main/java/org/jreleaser/sdk/mail/MailCommand.java b/sdks/mail-java-sdk/src/main/java/org/jreleaser/sdk/mail/MailCommand.java index f25afc26..c7c50d73 100644 --- a/sdks/mail-java-sdk/src/main/java/org/jreleaser/sdk/mail/MailCommand.java +++ b/sdks/mail-java-sdk/src/main/java/org/jreleaser/sdk/mail/MailCommand.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/mail-java-sdk/src/main/java/org/jreleaser/sdk/mail/MailException.java b/sdks/mail-java-sdk/src/main/java/org/jreleaser/sdk/mail/MailException.java index 9a65e550..e0f91532 100644 --- a/sdks/mail-java-sdk/src/main/java/org/jreleaser/sdk/mail/MailException.java +++ b/sdks/mail-java-sdk/src/main/java/org/jreleaser/sdk/mail/MailException.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/mail-java-sdk/src/main/java/org/jreleaser/sdk/mail/MessageMailCommand.java b/sdks/mail-java-sdk/src/main/java/org/jreleaser/sdk/mail/MessageMailCommand.java index df63a1ae..150df9a6 100644 --- a/sdks/mail-java-sdk/src/main/java/org/jreleaser/sdk/mail/MessageMailCommand.java +++ b/sdks/mail-java-sdk/src/main/java/org/jreleaser/sdk/mail/MessageMailCommand.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/mail-java-sdk/src/test/java/org/jreleaser/sdk/mail/MessageMailCommandTest.java b/sdks/mail-java-sdk/src/test/java/org/jreleaser/sdk/mail/MessageMailCommandTest.java index 7ee03102..1485bc8d 100644 --- a/sdks/mail-java-sdk/src/test/java/org/jreleaser/sdk/mail/MessageMailCommandTest.java +++ b/sdks/mail-java-sdk/src/test/java/org/jreleaser/sdk/mail/MessageMailCommandTest.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/mastodon-java-sdk/gradle.properties b/sdks/mastodon-java-sdk/gradle.properties index e12cfe43..59b621e2 100644 --- a/sdks/mastodon-java-sdk/gradle.properties +++ b/sdks/mastodon-java-sdk/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/sdks/mastodon-java-sdk/mastodon-java-sdk.gradle b/sdks/mastodon-java-sdk/mastodon-java-sdk.gradle index 0b170a63..370585fe 100644 --- a/sdks/mastodon-java-sdk/mastodon-java-sdk.gradle +++ b/sdks/mastodon-java-sdk/mastodon-java-sdk.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/mastodon-java-sdk/src/main/java/org/jreleaser/sdk/mastodon/MastodonAnnouncer.java b/sdks/mastodon-java-sdk/src/main/java/org/jreleaser/sdk/mastodon/MastodonAnnouncer.java index e2794b77..dc6a0403 100644 --- a/sdks/mastodon-java-sdk/src/main/java/org/jreleaser/sdk/mastodon/MastodonAnnouncer.java +++ b/sdks/mastodon-java-sdk/src/main/java/org/jreleaser/sdk/mastodon/MastodonAnnouncer.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/mastodon-java-sdk/src/main/java/org/jreleaser/sdk/mastodon/MastodonAnnouncerBuilder.java b/sdks/mastodon-java-sdk/src/main/java/org/jreleaser/sdk/mastodon/MastodonAnnouncerBuilder.java index 78aca937..c4f487a7 100644 --- a/sdks/mastodon-java-sdk/src/main/java/org/jreleaser/sdk/mastodon/MastodonAnnouncerBuilder.java +++ b/sdks/mastodon-java-sdk/src/main/java/org/jreleaser/sdk/mastodon/MastodonAnnouncerBuilder.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/mastodon-java-sdk/src/main/java/org/jreleaser/sdk/mastodon/MastodonAnnouncerBuilderFactory.java b/sdks/mastodon-java-sdk/src/main/java/org/jreleaser/sdk/mastodon/MastodonAnnouncerBuilderFactory.java index a97a9e84..841c89e1 100644 --- a/sdks/mastodon-java-sdk/src/main/java/org/jreleaser/sdk/mastodon/MastodonAnnouncerBuilderFactory.java +++ b/sdks/mastodon-java-sdk/src/main/java/org/jreleaser/sdk/mastodon/MastodonAnnouncerBuilderFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/mastodon-java-sdk/src/main/java/org/jreleaser/sdk/mastodon/MastodonException.java b/sdks/mastodon-java-sdk/src/main/java/org/jreleaser/sdk/mastodon/MastodonException.java index 10e4182b..e572ba08 100644 --- a/sdks/mastodon-java-sdk/src/main/java/org/jreleaser/sdk/mastodon/MastodonException.java +++ b/sdks/mastodon-java-sdk/src/main/java/org/jreleaser/sdk/mastodon/MastodonException.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/mastodon-java-sdk/src/main/java/org/jreleaser/sdk/mastodon/MastodonSdk.java b/sdks/mastodon-java-sdk/src/main/java/org/jreleaser/sdk/mastodon/MastodonSdk.java index 6bf47df0..b2ed6211 100644 --- a/sdks/mastodon-java-sdk/src/main/java/org/jreleaser/sdk/mastodon/MastodonSdk.java +++ b/sdks/mastodon-java-sdk/src/main/java/org/jreleaser/sdk/mastodon/MastodonSdk.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/mastodon-java-sdk/src/main/java/org/jreleaser/sdk/mastodon/api/MastodonAPI.java b/sdks/mastodon-java-sdk/src/main/java/org/jreleaser/sdk/mastodon/api/MastodonAPI.java index b72309ab..98b3f583 100644 --- a/sdks/mastodon-java-sdk/src/main/java/org/jreleaser/sdk/mastodon/api/MastodonAPI.java +++ b/sdks/mastodon-java-sdk/src/main/java/org/jreleaser/sdk/mastodon/api/MastodonAPI.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/mastodon-java-sdk/src/main/java/org/jreleaser/sdk/mastodon/api/Status.java b/sdks/mastodon-java-sdk/src/main/java/org/jreleaser/sdk/mastodon/api/Status.java index 5323b3bf..e637d99c 100644 --- a/sdks/mastodon-java-sdk/src/main/java/org/jreleaser/sdk/mastodon/api/Status.java +++ b/sdks/mastodon-java-sdk/src/main/java/org/jreleaser/sdk/mastodon/api/Status.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/mattermost-java-sdk/gradle.properties b/sdks/mattermost-java-sdk/gradle.properties index 4a968159..76b38633 100644 --- a/sdks/mattermost-java-sdk/gradle.properties +++ b/sdks/mattermost-java-sdk/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/sdks/mattermost-java-sdk/mattermost-java-sdk.gradle b/sdks/mattermost-java-sdk/mattermost-java-sdk.gradle index 0b170a63..370585fe 100644 --- a/sdks/mattermost-java-sdk/mattermost-java-sdk.gradle +++ b/sdks/mattermost-java-sdk/mattermost-java-sdk.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/mattermost-java-sdk/src/main/java/org/jreleaser/sdk/mattermost/MattermostAnnouncer.java b/sdks/mattermost-java-sdk/src/main/java/org/jreleaser/sdk/mattermost/MattermostAnnouncer.java index b85bbb7b..0ec73f20 100644 --- a/sdks/mattermost-java-sdk/src/main/java/org/jreleaser/sdk/mattermost/MattermostAnnouncer.java +++ b/sdks/mattermost-java-sdk/src/main/java/org/jreleaser/sdk/mattermost/MattermostAnnouncer.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/mattermost-java-sdk/src/main/java/org/jreleaser/sdk/mattermost/MattermostAnnouncerBuilder.java b/sdks/mattermost-java-sdk/src/main/java/org/jreleaser/sdk/mattermost/MattermostAnnouncerBuilder.java index 92e4f7e2..b0fcec5f 100644 --- a/sdks/mattermost-java-sdk/src/main/java/org/jreleaser/sdk/mattermost/MattermostAnnouncerBuilder.java +++ b/sdks/mattermost-java-sdk/src/main/java/org/jreleaser/sdk/mattermost/MattermostAnnouncerBuilder.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/mattermost-java-sdk/src/main/java/org/jreleaser/sdk/mattermost/MattermostAnnouncerBuilderFactory.java b/sdks/mattermost-java-sdk/src/main/java/org/jreleaser/sdk/mattermost/MattermostAnnouncerBuilderFactory.java index 06d60481..1cc30d41 100644 --- a/sdks/mattermost-java-sdk/src/main/java/org/jreleaser/sdk/mattermost/MattermostAnnouncerBuilderFactory.java +++ b/sdks/mattermost-java-sdk/src/main/java/org/jreleaser/sdk/mattermost/MattermostAnnouncerBuilderFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/mattermost-java-sdk/src/main/java/org/jreleaser/sdk/mattermost/Message.java b/sdks/mattermost-java-sdk/src/main/java/org/jreleaser/sdk/mattermost/Message.java index df338294..d03408d4 100644 --- a/sdks/mattermost-java-sdk/src/main/java/org/jreleaser/sdk/mattermost/Message.java +++ b/sdks/mattermost-java-sdk/src/main/java/org/jreleaser/sdk/mattermost/Message.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/sdkman-java-sdk/gradle.properties b/sdks/sdkman-java-sdk/gradle.properties index dcfdc2fa..1f657c1b 100644 --- a/sdks/sdkman-java-sdk/gradle.properties +++ b/sdks/sdkman-java-sdk/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/sdks/sdkman-java-sdk/sdkman-java-sdk.gradle b/sdks/sdkman-java-sdk/sdkman-java-sdk.gradle index dac46188..f75ee27b 100644 --- a/sdks/sdkman-java-sdk/sdkman-java-sdk.gradle +++ b/sdks/sdkman-java-sdk/sdkman-java-sdk.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/AbstractSdkmanCommand.java b/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/AbstractSdkmanCommand.java index f6ab440a..093800ef 100644 --- a/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/AbstractSdkmanCommand.java +++ b/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/AbstractSdkmanCommand.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/AnnounceSdkmanCommand.java b/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/AnnounceSdkmanCommand.java index bfb212dd..3f5b4efb 100644 --- a/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/AnnounceSdkmanCommand.java +++ b/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/AnnounceSdkmanCommand.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/DefaultSdkmanCommand.java b/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/DefaultSdkmanCommand.java index 527c2b55..55e2a3fe 100644 --- a/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/DefaultSdkmanCommand.java +++ b/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/DefaultSdkmanCommand.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/MajorReleaseSdkmanCommand.java b/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/MajorReleaseSdkmanCommand.java index 2a41a6ac..33f27aa8 100644 --- a/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/MajorReleaseSdkmanCommand.java +++ b/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/MajorReleaseSdkmanCommand.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/MinorReleaseSdkmanCommand.java b/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/MinorReleaseSdkmanCommand.java index 559d90ee..9236f63e 100644 --- a/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/MinorReleaseSdkmanCommand.java +++ b/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/MinorReleaseSdkmanCommand.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/ReleaseSdkmanCommand.java b/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/ReleaseSdkmanCommand.java index 40e09218..ed0b0ed6 100644 --- a/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/ReleaseSdkmanCommand.java +++ b/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/ReleaseSdkmanCommand.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/Sdkman.java b/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/Sdkman.java index 71a570ce..cbe09f4f 100644 --- a/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/Sdkman.java +++ b/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/Sdkman.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/SdkmanAnnouncer.java b/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/SdkmanAnnouncer.java index 854d5b8f..355c1433 100644 --- a/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/SdkmanAnnouncer.java +++ b/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/SdkmanAnnouncer.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/SdkmanAnnouncerBuilder.java b/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/SdkmanAnnouncerBuilder.java index af47e522..47e75fa8 100644 --- a/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/SdkmanAnnouncerBuilder.java +++ b/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/SdkmanAnnouncerBuilder.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/SdkmanAnnouncerBuilderFactory.java b/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/SdkmanAnnouncerBuilderFactory.java index 3ec6a8ab..3ad42de6 100644 --- a/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/SdkmanAnnouncerBuilderFactory.java +++ b/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/SdkmanAnnouncerBuilderFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/SdkmanCommand.java b/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/SdkmanCommand.java index a39cb1d6..87b48dba 100644 --- a/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/SdkmanCommand.java +++ b/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/SdkmanCommand.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/SdkmanException.java b/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/SdkmanException.java index 2ab60e4b..71131d36 100644 --- a/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/SdkmanException.java +++ b/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/SdkmanException.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/api/Announce.java b/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/api/Announce.java index 1bd653d6..b993cad2 100644 --- a/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/api/Announce.java +++ b/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/api/Announce.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/api/Candidate.java b/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/api/Candidate.java index 8160ad12..b8db0fb4 100644 --- a/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/api/Candidate.java +++ b/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/api/Candidate.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/api/Release.java b/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/api/Release.java index b9574352..b1693df2 100644 --- a/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/api/Release.java +++ b/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/api/Release.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/api/SdkmanAPI.java b/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/api/SdkmanAPI.java index 6ee53850..54675477 100644 --- a/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/api/SdkmanAPI.java +++ b/sdks/sdkman-java-sdk/src/main/java/org/jreleaser/sdk/sdkman/api/SdkmanAPI.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/sdkman-java-sdk/src/test/java/org/jreleaser/sdk/sdkman/AnnounceSdkmanCommandTest.java b/sdks/sdkman-java-sdk/src/test/java/org/jreleaser/sdk/sdkman/AnnounceSdkmanCommandTest.java index 34ee10d1..6a06180f 100644 --- a/sdks/sdkman-java-sdk/src/test/java/org/jreleaser/sdk/sdkman/AnnounceSdkmanCommandTest.java +++ b/sdks/sdkman-java-sdk/src/test/java/org/jreleaser/sdk/sdkman/AnnounceSdkmanCommandTest.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/sdkman-java-sdk/src/test/java/org/jreleaser/sdk/sdkman/ApiEndpoints.java b/sdks/sdkman-java-sdk/src/test/java/org/jreleaser/sdk/sdkman/ApiEndpoints.java index 201693e0..33b21f56 100644 --- a/sdks/sdkman-java-sdk/src/test/java/org/jreleaser/sdk/sdkman/ApiEndpoints.java +++ b/sdks/sdkman-java-sdk/src/test/java/org/jreleaser/sdk/sdkman/ApiEndpoints.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/sdkman-java-sdk/src/test/java/org/jreleaser/sdk/sdkman/DefaultSdkmanCommandTest.java b/sdks/sdkman-java-sdk/src/test/java/org/jreleaser/sdk/sdkman/DefaultSdkmanCommandTest.java index 50ea500b..6f5bbe87 100644 --- a/sdks/sdkman-java-sdk/src/test/java/org/jreleaser/sdk/sdkman/DefaultSdkmanCommandTest.java +++ b/sdks/sdkman-java-sdk/src/test/java/org/jreleaser/sdk/sdkman/DefaultSdkmanCommandTest.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/sdkman-java-sdk/src/test/java/org/jreleaser/sdk/sdkman/MajorReleaseSdkmanCommandTest.java b/sdks/sdkman-java-sdk/src/test/java/org/jreleaser/sdk/sdkman/MajorReleaseSdkmanCommandTest.java index a5ce9940..90a39b5f 100644 --- a/sdks/sdkman-java-sdk/src/test/java/org/jreleaser/sdk/sdkman/MajorReleaseSdkmanCommandTest.java +++ b/sdks/sdkman-java-sdk/src/test/java/org/jreleaser/sdk/sdkman/MajorReleaseSdkmanCommandTest.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/sdkman-java-sdk/src/test/java/org/jreleaser/sdk/sdkman/MinorReleaseSdkmanCommandTest.java b/sdks/sdkman-java-sdk/src/test/java/org/jreleaser/sdk/sdkman/MinorReleaseSdkmanCommandTest.java index 61c9430f..0e01f44a 100644 --- a/sdks/sdkman-java-sdk/src/test/java/org/jreleaser/sdk/sdkman/MinorReleaseSdkmanCommandTest.java +++ b/sdks/sdkman-java-sdk/src/test/java/org/jreleaser/sdk/sdkman/MinorReleaseSdkmanCommandTest.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/sdkman-java-sdk/src/test/java/org/jreleaser/sdk/sdkman/ReleaseSdkmanCommandTest.java b/sdks/sdkman-java-sdk/src/test/java/org/jreleaser/sdk/sdkman/ReleaseSdkmanCommandTest.java index e9443fcd..cd3aabcb 100644 --- a/sdks/sdkman-java-sdk/src/test/java/org/jreleaser/sdk/sdkman/ReleaseSdkmanCommandTest.java +++ b/sdks/sdkman-java-sdk/src/test/java/org/jreleaser/sdk/sdkman/ReleaseSdkmanCommandTest.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/sdkman-java-sdk/src/test/java/org/jreleaser/sdk/sdkman/Stubs.java b/sdks/sdkman-java-sdk/src/test/java/org/jreleaser/sdk/sdkman/Stubs.java index 8bbe69d4..da4fa9dd 100644 --- a/sdks/sdkman-java-sdk/src/test/java/org/jreleaser/sdk/sdkman/Stubs.java +++ b/sdks/sdkman-java-sdk/src/test/java/org/jreleaser/sdk/sdkman/Stubs.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/sdkman-java-sdk/src/test/java/org/jreleaser/sdk/sdkman/WireMockExtension.java b/sdks/sdkman-java-sdk/src/test/java/org/jreleaser/sdk/sdkman/WireMockExtension.java index b3367140..b64adc91 100644 --- a/sdks/sdkman-java-sdk/src/test/java/org/jreleaser/sdk/sdkman/WireMockExtension.java +++ b/sdks/sdkman-java-sdk/src/test/java/org/jreleaser/sdk/sdkman/WireMockExtension.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/slack-java-sdk/gradle.properties b/sdks/slack-java-sdk/gradle.properties index f3b46df8..f722e535 100644 --- a/sdks/slack-java-sdk/gradle.properties +++ b/sdks/slack-java-sdk/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/sdks/slack-java-sdk/slack-java-sdk.gradle b/sdks/slack-java-sdk/slack-java-sdk.gradle index 964daad1..5470b813 100644 --- a/sdks/slack-java-sdk/slack-java-sdk.gradle +++ b/sdks/slack-java-sdk/slack-java-sdk.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/slack-java-sdk/src/main/java/org/jreleaser/sdk/slack/SlackAnnouncer.java b/sdks/slack-java-sdk/src/main/java/org/jreleaser/sdk/slack/SlackAnnouncer.java index 75afe40a..44839575 100644 --- a/sdks/slack-java-sdk/src/main/java/org/jreleaser/sdk/slack/SlackAnnouncer.java +++ b/sdks/slack-java-sdk/src/main/java/org/jreleaser/sdk/slack/SlackAnnouncer.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/slack-java-sdk/src/main/java/org/jreleaser/sdk/slack/SlackAnnouncerBuilder.java b/sdks/slack-java-sdk/src/main/java/org/jreleaser/sdk/slack/SlackAnnouncerBuilder.java index 0f5273c1..ec9923e3 100644 --- a/sdks/slack-java-sdk/src/main/java/org/jreleaser/sdk/slack/SlackAnnouncerBuilder.java +++ b/sdks/slack-java-sdk/src/main/java/org/jreleaser/sdk/slack/SlackAnnouncerBuilder.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/slack-java-sdk/src/main/java/org/jreleaser/sdk/slack/SlackAnnouncerBuilderFactory.java b/sdks/slack-java-sdk/src/main/java/org/jreleaser/sdk/slack/SlackAnnouncerBuilderFactory.java index de654ef6..01331d9f 100644 --- a/sdks/slack-java-sdk/src/main/java/org/jreleaser/sdk/slack/SlackAnnouncerBuilderFactory.java +++ b/sdks/slack-java-sdk/src/main/java/org/jreleaser/sdk/slack/SlackAnnouncerBuilderFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/slack-java-sdk/src/main/java/org/jreleaser/sdk/slack/SlackException.java b/sdks/slack-java-sdk/src/main/java/org/jreleaser/sdk/slack/SlackException.java index 101b429c..8683a396 100644 --- a/sdks/slack-java-sdk/src/main/java/org/jreleaser/sdk/slack/SlackException.java +++ b/sdks/slack-java-sdk/src/main/java/org/jreleaser/sdk/slack/SlackException.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/slack-java-sdk/src/main/java/org/jreleaser/sdk/slack/SlackSdk.java b/sdks/slack-java-sdk/src/main/java/org/jreleaser/sdk/slack/SlackSdk.java index 0683f635..bc7dd163 100644 --- a/sdks/slack-java-sdk/src/main/java/org/jreleaser/sdk/slack/SlackSdk.java +++ b/sdks/slack-java-sdk/src/main/java/org/jreleaser/sdk/slack/SlackSdk.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/slack-java-sdk/src/main/java/org/jreleaser/sdk/slack/api/Message.java b/sdks/slack-java-sdk/src/main/java/org/jreleaser/sdk/slack/api/Message.java index b8ac6c36..554e1907 100644 --- a/sdks/slack-java-sdk/src/main/java/org/jreleaser/sdk/slack/api/Message.java +++ b/sdks/slack-java-sdk/src/main/java/org/jreleaser/sdk/slack/api/Message.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/slack-java-sdk/src/main/java/org/jreleaser/sdk/slack/api/SlackAPI.java b/sdks/slack-java-sdk/src/main/java/org/jreleaser/sdk/slack/api/SlackAPI.java index 950d906b..14945171 100644 --- a/sdks/slack-java-sdk/src/main/java/org/jreleaser/sdk/slack/api/SlackAPI.java +++ b/sdks/slack-java-sdk/src/main/java/org/jreleaser/sdk/slack/api/SlackAPI.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/slack-java-sdk/src/main/java/org/jreleaser/sdk/slack/api/SlackResponse.java b/sdks/slack-java-sdk/src/main/java/org/jreleaser/sdk/slack/api/SlackResponse.java index 3b02413f..c3102c6d 100644 --- a/sdks/slack-java-sdk/src/main/java/org/jreleaser/sdk/slack/api/SlackResponse.java +++ b/sdks/slack-java-sdk/src/main/java/org/jreleaser/sdk/slack/api/SlackResponse.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/slack-java-sdk/src/test/java/org/jreleaser/sdk/slack/ApiEndpoints.java b/sdks/slack-java-sdk/src/test/java/org/jreleaser/sdk/slack/ApiEndpoints.java index 8766d6ef..b400723e 100644 --- a/sdks/slack-java-sdk/src/test/java/org/jreleaser/sdk/slack/ApiEndpoints.java +++ b/sdks/slack-java-sdk/src/test/java/org/jreleaser/sdk/slack/ApiEndpoints.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/slack-java-sdk/src/test/java/org/jreleaser/sdk/slack/SlackMessageTest.java b/sdks/slack-java-sdk/src/test/java/org/jreleaser/sdk/slack/SlackMessageTest.java index f83e2f23..42dbb11e 100644 --- a/sdks/slack-java-sdk/src/test/java/org/jreleaser/sdk/slack/SlackMessageTest.java +++ b/sdks/slack-java-sdk/src/test/java/org/jreleaser/sdk/slack/SlackMessageTest.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/slack-java-sdk/src/test/java/org/jreleaser/sdk/slack/Stubs.java b/sdks/slack-java-sdk/src/test/java/org/jreleaser/sdk/slack/Stubs.java index 7b89fc77..898d569a 100644 --- a/sdks/slack-java-sdk/src/test/java/org/jreleaser/sdk/slack/Stubs.java +++ b/sdks/slack-java-sdk/src/test/java/org/jreleaser/sdk/slack/Stubs.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/slack-java-sdk/src/test/java/org/jreleaser/sdk/slack/WireMockExtension.java b/sdks/slack-java-sdk/src/test/java/org/jreleaser/sdk/slack/WireMockExtension.java index 8969759b..e26dba09 100644 --- a/sdks/slack-java-sdk/src/test/java/org/jreleaser/sdk/slack/WireMockExtension.java +++ b/sdks/slack-java-sdk/src/test/java/org/jreleaser/sdk/slack/WireMockExtension.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/teams-java-sdk/gradle.properties b/sdks/teams-java-sdk/gradle.properties index 9d2de0f2..f972edaf 100644 --- a/sdks/teams-java-sdk/gradle.properties +++ b/sdks/teams-java-sdk/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/sdks/teams-java-sdk/src/main/java/org/jreleaser/sdk/teams/TeamsAnnouncer.java b/sdks/teams-java-sdk/src/main/java/org/jreleaser/sdk/teams/TeamsAnnouncer.java index 417dc2a6..530a37c8 100644 --- a/sdks/teams-java-sdk/src/main/java/org/jreleaser/sdk/teams/TeamsAnnouncer.java +++ b/sdks/teams-java-sdk/src/main/java/org/jreleaser/sdk/teams/TeamsAnnouncer.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/teams-java-sdk/src/main/java/org/jreleaser/sdk/teams/TeamsAnnouncerBuilder.java b/sdks/teams-java-sdk/src/main/java/org/jreleaser/sdk/teams/TeamsAnnouncerBuilder.java index edfecb36..1031fef8 100644 --- a/sdks/teams-java-sdk/src/main/java/org/jreleaser/sdk/teams/TeamsAnnouncerBuilder.java +++ b/sdks/teams-java-sdk/src/main/java/org/jreleaser/sdk/teams/TeamsAnnouncerBuilder.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/teams-java-sdk/src/main/java/org/jreleaser/sdk/teams/TeamsAnnouncerBuilderFactory.java b/sdks/teams-java-sdk/src/main/java/org/jreleaser/sdk/teams/TeamsAnnouncerBuilderFactory.java index a9a44177..6b6e6897 100644 --- a/sdks/teams-java-sdk/src/main/java/org/jreleaser/sdk/teams/TeamsAnnouncerBuilderFactory.java +++ b/sdks/teams-java-sdk/src/main/java/org/jreleaser/sdk/teams/TeamsAnnouncerBuilderFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/teams-java-sdk/teams-java-sdk.gradle b/sdks/teams-java-sdk/teams-java-sdk.gradle index 0b170a63..370585fe 100644 --- a/sdks/teams-java-sdk/teams-java-sdk.gradle +++ b/sdks/teams-java-sdk/teams-java-sdk.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/twitter-java-sdk/gradle.properties b/sdks/twitter-java-sdk/gradle.properties index d4f6b922..382f2fcf 100644 --- a/sdks/twitter-java-sdk/gradle.properties +++ b/sdks/twitter-java-sdk/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/sdks/twitter-java-sdk/src/main/java/org/jreleaser/sdk/twitter/AbstractTwitterCommand.java b/sdks/twitter-java-sdk/src/main/java/org/jreleaser/sdk/twitter/AbstractTwitterCommand.java index 823a93c5..21712f60 100644 --- a/sdks/twitter-java-sdk/src/main/java/org/jreleaser/sdk/twitter/AbstractTwitterCommand.java +++ b/sdks/twitter-java-sdk/src/main/java/org/jreleaser/sdk/twitter/AbstractTwitterCommand.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/twitter-java-sdk/src/main/java/org/jreleaser/sdk/twitter/Twitter.java b/sdks/twitter-java-sdk/src/main/java/org/jreleaser/sdk/twitter/Twitter.java index 108ee826..86dde162 100644 --- a/sdks/twitter-java-sdk/src/main/java/org/jreleaser/sdk/twitter/Twitter.java +++ b/sdks/twitter-java-sdk/src/main/java/org/jreleaser/sdk/twitter/Twitter.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/twitter-java-sdk/src/main/java/org/jreleaser/sdk/twitter/TwitterAnnouncer.java b/sdks/twitter-java-sdk/src/main/java/org/jreleaser/sdk/twitter/TwitterAnnouncer.java index 4a06177d..7cbacf28 100644 --- a/sdks/twitter-java-sdk/src/main/java/org/jreleaser/sdk/twitter/TwitterAnnouncer.java +++ b/sdks/twitter-java-sdk/src/main/java/org/jreleaser/sdk/twitter/TwitterAnnouncer.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/twitter-java-sdk/src/main/java/org/jreleaser/sdk/twitter/TwitterAnnouncerBuilder.java b/sdks/twitter-java-sdk/src/main/java/org/jreleaser/sdk/twitter/TwitterAnnouncerBuilder.java index 6a099f08..052f0b61 100644 --- a/sdks/twitter-java-sdk/src/main/java/org/jreleaser/sdk/twitter/TwitterAnnouncerBuilder.java +++ b/sdks/twitter-java-sdk/src/main/java/org/jreleaser/sdk/twitter/TwitterAnnouncerBuilder.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/twitter-java-sdk/src/main/java/org/jreleaser/sdk/twitter/TwitterAnnouncerBuilderFactory.java b/sdks/twitter-java-sdk/src/main/java/org/jreleaser/sdk/twitter/TwitterAnnouncerBuilderFactory.java index cbe85c29..48b890e9 100644 --- a/sdks/twitter-java-sdk/src/main/java/org/jreleaser/sdk/twitter/TwitterAnnouncerBuilderFactory.java +++ b/sdks/twitter-java-sdk/src/main/java/org/jreleaser/sdk/twitter/TwitterAnnouncerBuilderFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/twitter-java-sdk/src/main/java/org/jreleaser/sdk/twitter/TwitterCommand.java b/sdks/twitter-java-sdk/src/main/java/org/jreleaser/sdk/twitter/TwitterCommand.java index e1913740..ef7cce47 100644 --- a/sdks/twitter-java-sdk/src/main/java/org/jreleaser/sdk/twitter/TwitterCommand.java +++ b/sdks/twitter-java-sdk/src/main/java/org/jreleaser/sdk/twitter/TwitterCommand.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/twitter-java-sdk/src/main/java/org/jreleaser/sdk/twitter/TwitterException.java b/sdks/twitter-java-sdk/src/main/java/org/jreleaser/sdk/twitter/TwitterException.java index c1651334..607f8f99 100644 --- a/sdks/twitter-java-sdk/src/main/java/org/jreleaser/sdk/twitter/TwitterException.java +++ b/sdks/twitter-java-sdk/src/main/java/org/jreleaser/sdk/twitter/TwitterException.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/twitter-java-sdk/src/main/java/org/jreleaser/sdk/twitter/UpdateStatusTwitterCommand.java b/sdks/twitter-java-sdk/src/main/java/org/jreleaser/sdk/twitter/UpdateStatusTwitterCommand.java index adc4aac7..95c7437b 100644 --- a/sdks/twitter-java-sdk/src/main/java/org/jreleaser/sdk/twitter/UpdateStatusTwitterCommand.java +++ b/sdks/twitter-java-sdk/src/main/java/org/jreleaser/sdk/twitter/UpdateStatusTwitterCommand.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/twitter-java-sdk/src/test/java/org/jreleaser/sdk/twitter/ApiEndpoints.java b/sdks/twitter-java-sdk/src/test/java/org/jreleaser/sdk/twitter/ApiEndpoints.java index 1206348d..16ad6885 100644 --- a/sdks/twitter-java-sdk/src/test/java/org/jreleaser/sdk/twitter/ApiEndpoints.java +++ b/sdks/twitter-java-sdk/src/test/java/org/jreleaser/sdk/twitter/ApiEndpoints.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/twitter-java-sdk/src/test/java/org/jreleaser/sdk/twitter/Stubs.java b/sdks/twitter-java-sdk/src/test/java/org/jreleaser/sdk/twitter/Stubs.java index f7258eb3..0b732535 100644 --- a/sdks/twitter-java-sdk/src/test/java/org/jreleaser/sdk/twitter/Stubs.java +++ b/sdks/twitter-java-sdk/src/test/java/org/jreleaser/sdk/twitter/Stubs.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/twitter-java-sdk/src/test/java/org/jreleaser/sdk/twitter/UpdateStatusTwitterCommandTest.java b/sdks/twitter-java-sdk/src/test/java/org/jreleaser/sdk/twitter/UpdateStatusTwitterCommandTest.java index 59b14d06..3fb55a58 100644 --- a/sdks/twitter-java-sdk/src/test/java/org/jreleaser/sdk/twitter/UpdateStatusTwitterCommandTest.java +++ b/sdks/twitter-java-sdk/src/test/java/org/jreleaser/sdk/twitter/UpdateStatusTwitterCommandTest.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/twitter-java-sdk/src/test/java/org/jreleaser/sdk/twitter/WireMockExtension.java b/sdks/twitter-java-sdk/src/test/java/org/jreleaser/sdk/twitter/WireMockExtension.java index 46f1dfc9..076963ce 100644 --- a/sdks/twitter-java-sdk/src/test/java/org/jreleaser/sdk/twitter/WireMockExtension.java +++ b/sdks/twitter-java-sdk/src/test/java/org/jreleaser/sdk/twitter/WireMockExtension.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/twitter-java-sdk/twitter-java-sdk.gradle b/sdks/twitter-java-sdk/twitter-java-sdk.gradle index cd7541f9..f2654f68 100644 --- a/sdks/twitter-java-sdk/twitter-java-sdk.gradle +++ b/sdks/twitter-java-sdk/twitter-java-sdk.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/zulip-java-sdk/gradle.properties b/sdks/zulip-java-sdk/gradle.properties index 83646f1d..4c3052f3 100644 --- a/sdks/zulip-java-sdk/gradle.properties +++ b/sdks/zulip-java-sdk/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2020-2021 Andres Almiray. +# Copyright 2020-2021 The JReleaser authors. # # 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/sdks/zulip-java-sdk/src/main/java/org/jreleaser/sdk/zulip/ZulipAnnouncer.java b/sdks/zulip-java-sdk/src/main/java/org/jreleaser/sdk/zulip/ZulipAnnouncer.java index 4af5dc4f..c835c505 100644 --- a/sdks/zulip-java-sdk/src/main/java/org/jreleaser/sdk/zulip/ZulipAnnouncer.java +++ b/sdks/zulip-java-sdk/src/main/java/org/jreleaser/sdk/zulip/ZulipAnnouncer.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/zulip-java-sdk/src/main/java/org/jreleaser/sdk/zulip/ZulipAnnouncerBuilder.java b/sdks/zulip-java-sdk/src/main/java/org/jreleaser/sdk/zulip/ZulipAnnouncerBuilder.java index 9c8e281c..8c9652e2 100644 --- a/sdks/zulip-java-sdk/src/main/java/org/jreleaser/sdk/zulip/ZulipAnnouncerBuilder.java +++ b/sdks/zulip-java-sdk/src/main/java/org/jreleaser/sdk/zulip/ZulipAnnouncerBuilder.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/zulip-java-sdk/src/main/java/org/jreleaser/sdk/zulip/ZulipAnnouncerBuilderFactory.java b/sdks/zulip-java-sdk/src/main/java/org/jreleaser/sdk/zulip/ZulipAnnouncerBuilderFactory.java index abe7edf4..3750e69a 100644 --- a/sdks/zulip-java-sdk/src/main/java/org/jreleaser/sdk/zulip/ZulipAnnouncerBuilderFactory.java +++ b/sdks/zulip-java-sdk/src/main/java/org/jreleaser/sdk/zulip/ZulipAnnouncerBuilderFactory.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/zulip-java-sdk/src/main/java/org/jreleaser/sdk/zulip/ZulipException.java b/sdks/zulip-java-sdk/src/main/java/org/jreleaser/sdk/zulip/ZulipException.java index 3ca31e53..2b3a9944 100644 --- a/sdks/zulip-java-sdk/src/main/java/org/jreleaser/sdk/zulip/ZulipException.java +++ b/sdks/zulip-java-sdk/src/main/java/org/jreleaser/sdk/zulip/ZulipException.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/zulip-java-sdk/src/main/java/org/jreleaser/sdk/zulip/ZulipSdk.java b/sdks/zulip-java-sdk/src/main/java/org/jreleaser/sdk/zulip/ZulipSdk.java index a9cf5c53..5d1a5966 100644 --- a/sdks/zulip-java-sdk/src/main/java/org/jreleaser/sdk/zulip/ZulipSdk.java +++ b/sdks/zulip-java-sdk/src/main/java/org/jreleaser/sdk/zulip/ZulipSdk.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/zulip-java-sdk/src/main/java/org/jreleaser/sdk/zulip/api/Message.java b/sdks/zulip-java-sdk/src/main/java/org/jreleaser/sdk/zulip/api/Message.java index 25af6f00..c7c54b7d 100644 --- a/sdks/zulip-java-sdk/src/main/java/org/jreleaser/sdk/zulip/api/Message.java +++ b/sdks/zulip-java-sdk/src/main/java/org/jreleaser/sdk/zulip/api/Message.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/zulip-java-sdk/src/main/java/org/jreleaser/sdk/zulip/api/ZulipAPI.java b/sdks/zulip-java-sdk/src/main/java/org/jreleaser/sdk/zulip/api/ZulipAPI.java index 56a96e41..ed3c0460 100644 --- a/sdks/zulip-java-sdk/src/main/java/org/jreleaser/sdk/zulip/api/ZulipAPI.java +++ b/sdks/zulip-java-sdk/src/main/java/org/jreleaser/sdk/zulip/api/ZulipAPI.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/zulip-java-sdk/src/test/java/org/jreleaser/sdk/zulip/ApiEndpoints.java b/sdks/zulip-java-sdk/src/test/java/org/jreleaser/sdk/zulip/ApiEndpoints.java index 73b9f948..b61c13b3 100644 --- a/sdks/zulip-java-sdk/src/test/java/org/jreleaser/sdk/zulip/ApiEndpoints.java +++ b/sdks/zulip-java-sdk/src/test/java/org/jreleaser/sdk/zulip/ApiEndpoints.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/zulip-java-sdk/src/test/java/org/jreleaser/sdk/zulip/Stubs.java b/sdks/zulip-java-sdk/src/test/java/org/jreleaser/sdk/zulip/Stubs.java index 2ba2fbf4..f54c5c6e 100644 --- a/sdks/zulip-java-sdk/src/test/java/org/jreleaser/sdk/zulip/Stubs.java +++ b/sdks/zulip-java-sdk/src/test/java/org/jreleaser/sdk/zulip/Stubs.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/zulip-java-sdk/src/test/java/org/jreleaser/sdk/zulip/WireMockExtension.java b/sdks/zulip-java-sdk/src/test/java/org/jreleaser/sdk/zulip/WireMockExtension.java index 55078029..5b19b883 100644 --- a/sdks/zulip-java-sdk/src/test/java/org/jreleaser/sdk/zulip/WireMockExtension.java +++ b/sdks/zulip-java-sdk/src/test/java/org/jreleaser/sdk/zulip/WireMockExtension.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/zulip-java-sdk/src/test/java/org/jreleaser/sdk/zulip/ZulipMessageTest.java b/sdks/zulip-java-sdk/src/test/java/org/jreleaser/sdk/zulip/ZulipMessageTest.java index 215b16a5..3ced9ea3 100644 --- a/sdks/zulip-java-sdk/src/test/java/org/jreleaser/sdk/zulip/ZulipMessageTest.java +++ b/sdks/zulip-java-sdk/src/test/java/org/jreleaser/sdk/zulip/ZulipMessageTest.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/sdks/zulip-java-sdk/zulip-java-sdk.gradle b/sdks/zulip-java-sdk/zulip-java-sdk.gradle index 964daad1..5470b813 100644 --- a/sdks/zulip-java-sdk/zulip-java-sdk.gradle +++ b/sdks/zulip-java-sdk/zulip-java-sdk.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * 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/settings.gradle b/settings.gradle index 95eaf93a..251498f0 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2020-2021 Andres Almiray. + * Copyright 2020-2021 The JReleaser authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.