From 2e22ec2126a0a3d52d77932d2c5b4a732934b7d8 Mon Sep 17 00:00:00 2001 From: Uwe Kubosch Date: Tue, 16 May 2023 10:20:02 +0200 Subject: [PATCH] Update copyright year from 2020 to 2023 --- .../github/jrubygradle/JRubyExecExtensionIntegrationSpec.groovy | 2 +- .../com/github/jrubygradle/JRubyExecIntegrationSpec.groovy | 2 +- .../jrubygradle/JRubyGenerateGradleRbIntegrationSpec.groovy | 2 +- .../github/jrubygradle/JRubyPrepareGemsIntegrationSpec.groovy | 2 +- .../github/jrubygradle/JRubyPrepareJarsIntegrationSpec.groovy | 2 +- .../jrubygradle/testhelper/IntegrationSpecification.groovy | 2 +- .../com/github/jrubygradle/testhelper/VersionFinder.groovy | 2 +- base-plugin/src/integTest/resources/logback-test.xml | 2 +- base-plugin/src/integTest/resources/scripts/envVars.rb | 2 +- base-plugin/src/integTest/resources/scripts/helloName.rb | 2 +- base-plugin/src/integTest/resources/scripts/helloWorld.rb | 2 +- base-plugin/src/integTest/resources/scripts/require-a-gem.rb | 2 +- base-plugin/src/integTest/resources/scripts/requiresGem.rb | 2 +- .../main/groovy/com/github/jrubygradle/GenerateGradleRb.groovy | 2 +- .../src/main/groovy/com/github/jrubygradle/JRubyExec.groovy | 2 +- .../src/main/groovy/com/github/jrubygradle/JRubyPlugin.groovy | 2 +- .../groovy/com/github/jrubygradle/JRubyPluginExtension.groovy | 2 +- .../src/main/groovy/com/github/jrubygradle/JRubyPrepare.groovy | 2 +- .../github/jrubygradle/UninitialisedParameterException.groovy | 2 +- .../com/github/jrubygradle/internal/JRubyExecDelegate.groovy | 2 +- .../com/github/jrubygradle/internal/JRubyExecUtils.groovy | 2 +- .../com/github/jrubygradle/internal/JRubyPrepareUtils.groovy | 2 +- .../gradle-plugins/com.github.jruby-gradle.base.properties | 2 +- .../test/groovy/com/github/jrubygradle/JRubyExecTaskSpec.groovy | 2 +- .../com/github/jrubygradle/JRubyPluginExtensionSpec.groovy | 2 +- .../test/groovy/com/github/jrubygradle/JRubyPluginSpec.groovy | 2 +- .../com/github/jrubygradle/internal/JRubyExecUtilsSpec.groovy | 2 +- base-plugin/src/test/resources/helloWorld.rb | 2 +- base-plugin/src/test/resources/logback-test.xml | 2 +- .../api/core/IvyXmlProxyServerIntegrationSpec.groovy | 2 +- .../com/github/jrubygradle/api/core/AbstractJRubyPrepare.groovy | 2 +- .../groovy/com/github/jrubygradle/api/core/ApiException.groovy | 2 +- .../jrubygradle/api/core/GemRepositoryConfiguration.groovy | 2 +- .../com/github/jrubygradle/api/core/IvyXmlProxyServer.java | 2 +- .../groovy/com/github/jrubygradle/api/core/JRubyAwareTask.java | 2 +- .../com/github/jrubygradle/api/core/JRubyCorePlugin.groovy | 2 +- .../groovy/com/github/jrubygradle/api/core/JRubyExecSpec.java | 2 +- .../jrubygradle/api/core/RepositoryHandlerExtension.groovy | 2 +- .../com/github/jrubygradle/api/core/RubyGemQueryRestApi.java | 2 +- .../groovy/com/github/jrubygradle/api/gems/GemDependency.java | 2 +- .../groovy/com/github/jrubygradle/api/gems/GemGroups.groovy | 2 +- .../main/groovy/com/github/jrubygradle/api/gems/GemInfo.java | 2 +- .../com/github/jrubygradle/api/gems/GemInstallException.groovy | 2 +- .../com/github/jrubygradle/api/gems/GemOverwriteAction.groovy | 2 +- .../com/github/jrubygradle/api/gems/GemResolverStrategy.groovy | 2 +- .../main/groovy/com/github/jrubygradle/api/gems/GemUtils.groovy | 2 +- .../groovy/com/github/jrubygradle/api/gems/GemVersion.groovy | 2 +- .../com/github/jrubygradle/api/gems/GemVersionException.groovy | 2 +- .../groovy/com/github/jrubygradle/api/gems/JarDependency.java | 2 +- .../jrubygradle/internal/core/AbstractIvyXmlProxyServer.groovy | 2 +- .../jrubygradle/internal/core/DefaultRubyGemRestApi.groovy | 2 +- .../groovy/com/github/jrubygradle/internal/core/IvyUtils.groovy | 2 +- .../jrubygradle/internal/core/IvyXmlGlobalProxyRegistry.groovy | 2 +- .../jrubygradle/internal/core/IvyXmlRatpackProxyServer.java | 2 +- .../com/github/jrubygradle/internal/core/PluginMetadata.groovy | 2 +- .../com/github/jrubygradle/internal/core/Transform.groovy | 2 +- .../jrubygradle/internal/gems/DefaultGemDependency.groovy | 2 +- .../com/github/jrubygradle/internal/gems/DefaultGemInfo.groovy | 2 +- .../jrubygradle/internal/gems/DefaultJarDependency.groovy | 2 +- .../groovy/com/github/jrubygradle/internal/gems/GemToIvy.groovy | 2 +- .../github/jrubygradle/internal/gems/GemVersionResolver.groovy | 2 +- .../gradle-plugins/com.github.jruby-gradle.core.properties | 2 +- .../jruby-gradle/com.jrubygradle.core-plugin.version.properties | 2 +- .../github/jrubygradle/api/core/IvyXmlProxyServerSpec.groovy | 2 +- .../jrubygradle/api/core/RepositoryHandlerExtensionSpec.groovy | 2 +- .../github/jrubygradle/api/core/RubyGemQueryRestApiSpec.groovy | 2 +- .../groovy/com/github/jrubygradle/api/gems/GemUtilsSpec.groovy | 2 +- .../com/github/jrubygradle/api/gems/GemVersionSpec.groovy | 2 +- .../com/github/jrubygradle/internal/gems/GemToIvySpec.groovy | 2 +- .../com/github/jrubygradle/jar/JRubyJarIntegrationSpec.groovy | 2 +- .../com/github/jrubygradle/jar/JRubyJarTestKitSpec.groovy | 2 +- .../jrubygradle/jar/helpers/IntegrationSpecification.groovy | 2 +- .../src/main/groovy/com/github/jrubygradle/jar/JRubyJar.groovy | 2 +- .../groovy/com/github/jrubygradle/jar/JRubyJarPlugin.groovy | 2 +- .../com/github/jrubygradle/jar/internal/JRubyDirInfo.groovy | 2 +- .../jrubygradle/jar/internal/JRubyDirInfoTransformer.groovy | 2 +- .../github/jrubygradle/jar/internal/JRubyJarCopyAction.groovy | 2 +- .../gradle-plugins/com.github.jruby-gradle.jar.properties | 2 +- .../groovy/com/github/jrubygradle/jar/JRubyJarPluginSpec.groovy | 2 +- .../test/groovy/com/github/jrubygradle/jar/JRubyJarSpec.groovy | 2 +- jar-plugin/src/test/resources/logback-test.xml | 2 +- .../src/main/groovy/com/github/jrubygradle/war/JRubyWar.groovy | 2 +- .../groovy/com/github/jrubygradle/war/JRubyWarPlugin.groovy | 2 +- .../gradle-plugins/com.github.jruby-gradle.war.properties | 2 +- .../groovy/com/github/jrubygradle/war/JRubyWarPluginSpec.groovy | 2 +- .../test/groovy/com/github/jrubygradle/war/JRubyWarSpec.groovy | 2 +- 86 files changed, 86 insertions(+), 86 deletions(-) diff --git a/base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyExecExtensionIntegrationSpec.groovy b/base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyExecExtensionIntegrationSpec.groovy index a17b118..919d5bd 100644 --- a/base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyExecExtensionIntegrationSpec.groovy +++ b/base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyExecExtensionIntegrationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2020, R. Tyler Croy , + * Copyright (c) 2014-2023, R. Tyler Croy , * Schalk Cronje , Christian Meier, Lookout, Inc. * * Permission is hereby granted, free of charge, to any person obtaining diff --git a/base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyExecIntegrationSpec.groovy b/base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyExecIntegrationSpec.groovy index de8e5e0..35f6548 100644 --- a/base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyExecIntegrationSpec.groovy +++ b/base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyExecIntegrationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2020, R. Tyler Croy , + * Copyright (c) 2014-2023, R. Tyler Croy , * Schalk Cronje , Christian Meier, Lookout, Inc. * * Permission is hereby granted, free of charge, to any person obtaining diff --git a/base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyGenerateGradleRbIntegrationSpec.groovy b/base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyGenerateGradleRbIntegrationSpec.groovy index f21811b..2a99745 100644 --- a/base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyGenerateGradleRbIntegrationSpec.groovy +++ b/base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyGenerateGradleRbIntegrationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2020, R. Tyler Croy , + * Copyright (c) 2014-2023, R. Tyler Croy , * Schalk Cronje , Christian Meier, Lookout, Inc. * * Permission is hereby granted, free of charge, to any person obtaining diff --git a/base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyPrepareGemsIntegrationSpec.groovy b/base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyPrepareGemsIntegrationSpec.groovy index cfab183..331dff2 100644 --- a/base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyPrepareGemsIntegrationSpec.groovy +++ b/base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyPrepareGemsIntegrationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2020, R. Tyler Croy , + * Copyright (c) 2014-2023, R. Tyler Croy , * Schalk Cronje , Christian Meier, Lookout, Inc. * * Permission is hereby granted, free of charge, to any person obtaining diff --git a/base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyPrepareJarsIntegrationSpec.groovy b/base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyPrepareJarsIntegrationSpec.groovy index 86dcee4..81a91ec 100644 --- a/base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyPrepareJarsIntegrationSpec.groovy +++ b/base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyPrepareJarsIntegrationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2020, R. Tyler Croy , + * Copyright (c) 2014-2023, R. Tyler Croy , * Schalk Cronje , Christian Meier, Lookout, Inc. * * Permission is hereby granted, free of charge, to any person obtaining diff --git a/base-plugin/src/integTest/groovy/com/github/jrubygradle/testhelper/IntegrationSpecification.groovy b/base-plugin/src/integTest/groovy/com/github/jrubygradle/testhelper/IntegrationSpecification.groovy index f0bb355..4d0e728 100644 --- a/base-plugin/src/integTest/groovy/com/github/jrubygradle/testhelper/IntegrationSpecification.groovy +++ b/base-plugin/src/integTest/groovy/com/github/jrubygradle/testhelper/IntegrationSpecification.groovy @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2020, R. Tyler Croy , + * Copyright (c) 2014-2023, R. Tyler Croy , * Schalk Cronje , Christian Meier, Lookout, Inc. * * Permission is hereby granted, free of charge, to any person obtaining diff --git a/base-plugin/src/integTest/groovy/com/github/jrubygradle/testhelper/VersionFinder.groovy b/base-plugin/src/integTest/groovy/com/github/jrubygradle/testhelper/VersionFinder.groovy index 7b79ea7..947523f 100644 --- a/base-plugin/src/integTest/groovy/com/github/jrubygradle/testhelper/VersionFinder.groovy +++ b/base-plugin/src/integTest/groovy/com/github/jrubygradle/testhelper/VersionFinder.groovy @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2020, R. Tyler Croy , + * Copyright (c) 2014-2023, R. Tyler Croy , * Schalk Cronje , Christian Meier, Lookout, Inc. * * Permission is hereby granted, free of charge, to any person obtaining diff --git a/base-plugin/src/integTest/resources/logback-test.xml b/base-plugin/src/integTest/resources/logback-test.xml index f8d4532..a9b45ce 100644 --- a/base-plugin/src/integTest/resources/logback-test.xml +++ b/base-plugin/src/integTest/resources/logback-test.xml @@ -1,6 +1,6 @@