From 06a17386b88605023f51095a2f4e4fece53e1b67 Mon Sep 17 00:00:00 2001 From: Schalk Cronje Date: Fri, 18 Jun 2021 15:29:32 +0200 Subject: [PATCH] Update license headers to 2021 --- .sdkmanrc | 4 ---- .../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 +- .../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 +- .../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 +- .../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 +- build.gradle | 3 +++ .../api/core/IvyXmlProxyServerIntegrationSpec.groovy | 2 +- .../github/jrubygradle/api/core/AbstractJRubyPrepare.groovy | 2 +- .../com/github/jrubygradle/api/core/ApiException.groovy | 2 +- .../jrubygradle/api/core/GemRepositoryConfiguration.groovy | 2 +- .../com/github/jrubygradle/api/core/IvyXmlProxyServer.java | 2 +- .../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 +- .../github/jrubygradle/api/gems/GemInstallException.groovy | 2 +- .../com/github/jrubygradle/api/gems/GemOverwriteAction.groovy | 2 +- .../github/jrubygradle/api/gems/GemResolverStrategy.groovy | 2 +- .../groovy/com/github/jrubygradle/api/gems/GemUtils.groovy | 2 +- .../groovy/com/github/jrubygradle/api/gems/GemVersion.groovy | 2 +- .../github/jrubygradle/api/gems/GemVersionException.groovy | 2 +- .../groovy/com/github/jrubygradle/api/gems/JarDependency.java | 2 +- .../internal/core/AbstractIvyXmlProxyServer.groovy | 2 +- .../jrubygradle/internal/core/DefaultRubyGemRestApi.groovy | 2 +- .../com/github/jrubygradle/internal/core/IvyUtils.groovy | 2 +- .../internal/core/IvyXmlGlobalProxyRegistry.groovy | 2 +- .../jrubygradle/internal/core/IvyXmlRatpackProxyServer.java | 2 +- .../github/jrubygradle/internal/core/PluginMetadata.groovy | 2 +- .../com/github/jrubygradle/internal/core/Transform.groovy | 2 +- .../jrubygradle/internal/gems/DefaultGemDependency.groovy | 2 +- .../github/jrubygradle/internal/gems/DefaultGemInfo.groovy | 2 +- .../jrubygradle/internal/gems/DefaultJarDependency.groovy | 2 +- .../com/github/jrubygradle/internal/gems/GemToIvy.groovy | 2 +- .../jrubygradle/internal/gems/GemVersionResolver.groovy | 2 +- .../gradle-plugins/com.github.jruby-gradle.core.properties | 2 +- .../com.jrubygradle.core-plugin.version.properties | 2 +- .../github/jrubygradle/api/core/IvyXmlProxyServerSpec.groovy | 2 +- .../api/core/RepositoryHandlerExtensionSpec.groovy | 2 +- .../jrubygradle/api/core/RubyGemQueryRestApiSpec.groovy | 2 +- .../com/github/jrubygradle/api/gems/GemUtilsSpec.groovy | 2 +- .../com/github/jrubygradle/api/gems/GemVersionSpec.groovy | 2 +- .../com/github/jrubygradle/internal/gems/GemToIvySpec.groovy | 2 +- gradle.properties | 2 +- .../com/github/jrubygradle/jar/JRubyJarIntegrationSpec.groovy | 2 +- .../com/github/jrubygradle/jar/JRubyJarTestKitSpec.groovy | 2 +- .../jrubygradle/jar/helpers/IntegrationSpecification.groovy | 2 +- .../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 +- .../com/github/jrubygradle/jar/JRubyJarPluginSpec.groovy | 2 +- .../groovy/com/github/jrubygradle/jar/JRubyJarSpec.groovy | 2 +- jar-plugin/src/test/resources/logback-test.xml | 2 +- .../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 +- .../com/github/jrubygradle/war/JRubyWarPluginSpec.groovy | 2 +- .../groovy/com/github/jrubygradle/war/JRubyWarSpec.groovy | 2 +- 89 files changed, 90 insertions(+), 91 deletions(-) diff --git a/.sdkmanrc b/.sdkmanrc index ec82621..e78afae 100644 --- a/.sdkmanrc +++ b/.sdkmanrc @@ -1,7 +1,3 @@ # Enable auto-env through the sdkman_auto_env config # Add key=value pairs of SDKs to use below -<<<<<<< HEAD -java=8.0.265.j9-adpt -======= java=8.0.282.hs-adpt ->>>>>>> 998cb79 (Add sdkmanrc file and set to use JDK8) 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 6b40318..91d0472 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-2021, 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..7b3d522 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-2021, 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..9db8f42 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-2021, 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 fcd0ad8..e47253b 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-2021, 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..719cc8c 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-2021, 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..976cd0b 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-2021, 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..fdb62e8 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-2021, 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..110a0b3 100644 --- a/base-plugin/src/integTest/resources/logback-test.xml +++ b/base-plugin/src/integTest/resources/logback-test.xml @@ -1,6 +1,6 @@