Skip to content

Commit 2e22ec2

Browse files
committed
Update copyright year from 2020 to 2023
1 parent f36eb27 commit 2e22ec2

File tree

86 files changed

+86
-86
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+86
-86
lines changed

base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyExecExtensionIntegrationSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyExecIntegrationSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyGenerateGradleRbIntegrationSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyPrepareGemsIntegrationSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyPrepareJarsIntegrationSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

base-plugin/src/integTest/groovy/com/github/jrubygradle/testhelper/IntegrationSpecification.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

base-plugin/src/integTest/groovy/com/github/jrubygradle/testhelper/VersionFinder.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

base-plugin/src/integTest/resources/logback-test.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
3-
Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
3+
Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
44
Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
55
66
Permission is hereby granted, free of charge, to any person obtaining

base-plugin/src/integTest/resources/scripts/envVars.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
# Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
# Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining

base-plugin/src/integTest/resources/scripts/helloName.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
# Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
# Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining

base-plugin/src/integTest/resources/scripts/helloWorld.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
# Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
# Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining

base-plugin/src/integTest/resources/scripts/require-a-gem.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
# Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
# Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining

base-plugin/src/integTest/resources/scripts/requiresGem.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
# Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
# Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining

base-plugin/src/main/groovy/com/github/jrubygradle/GenerateGradleRb.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

base-plugin/src/main/groovy/com/github/jrubygradle/JRubyExec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

base-plugin/src/main/groovy/com/github/jrubygradle/JRubyPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

base-plugin/src/main/groovy/com/github/jrubygradle/JRubyPluginExtension.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

base-plugin/src/main/groovy/com/github/jrubygradle/JRubyPrepare.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

base-plugin/src/main/groovy/com/github/jrubygradle/UninitialisedParameterException.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

base-plugin/src/main/groovy/com/github/jrubygradle/internal/JRubyExecDelegate.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

base-plugin/src/main/groovy/com/github/jrubygradle/internal/JRubyExecUtils.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

base-plugin/src/main/groovy/com/github/jrubygradle/internal/JRubyPrepareUtils.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

base-plugin/src/main/resources/META-INF/gradle-plugins/com.github.jruby-gradle.base.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
# Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
# Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining

base-plugin/src/test/groovy/com/github/jrubygradle/JRubyExecTaskSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

base-plugin/src/test/groovy/com/github/jrubygradle/JRubyPluginExtensionSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

base-plugin/src/test/groovy/com/github/jrubygradle/JRubyPluginSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

base-plugin/src/test/groovy/com/github/jrubygradle/internal/JRubyExecUtilsSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

base-plugin/src/test/resources/helloWorld.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
# Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
# Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining

base-plugin/src/test/resources/logback-test.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
3-
Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
3+
Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
44
Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
55
66
Permission is hereby granted, free of charge, to any person obtaining

core-plugin/src/integTest/groovy/com/github/jrubygradle/api/core/IvyXmlProxyServerIntegrationSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

core-plugin/src/main/groovy/com/github/jrubygradle/api/core/AbstractJRubyPrepare.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

core-plugin/src/main/groovy/com/github/jrubygradle/api/core/ApiException.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

core-plugin/src/main/groovy/com/github/jrubygradle/api/core/GemRepositoryConfiguration.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

core-plugin/src/main/groovy/com/github/jrubygradle/api/core/IvyXmlProxyServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

core-plugin/src/main/groovy/com/github/jrubygradle/api/core/JRubyAwareTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

core-plugin/src/main/groovy/com/github/jrubygradle/api/core/JRubyCorePlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

core-plugin/src/main/groovy/com/github/jrubygradle/api/core/JRubyExecSpec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

core-plugin/src/main/groovy/com/github/jrubygradle/api/core/RepositoryHandlerExtension.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

core-plugin/src/main/groovy/com/github/jrubygradle/api/core/RubyGemQueryRestApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

core-plugin/src/main/groovy/com/github/jrubygradle/api/gems/GemDependency.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

core-plugin/src/main/groovy/com/github/jrubygradle/api/gems/GemGroups.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

core-plugin/src/main/groovy/com/github/jrubygradle/api/gems/GemInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

core-plugin/src/main/groovy/com/github/jrubygradle/api/gems/GemInstallException.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

core-plugin/src/main/groovy/com/github/jrubygradle/api/gems/GemOverwriteAction.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

core-plugin/src/main/groovy/com/github/jrubygradle/api/gems/GemResolverStrategy.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

core-plugin/src/main/groovy/com/github/jrubygradle/api/gems/GemUtils.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

core-plugin/src/main/groovy/com/github/jrubygradle/api/gems/GemVersion.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

core-plugin/src/main/groovy/com/github/jrubygradle/api/gems/GemVersionException.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

core-plugin/src/main/groovy/com/github/jrubygradle/api/gems/JarDependency.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

core-plugin/src/main/groovy/com/github/jrubygradle/internal/core/AbstractIvyXmlProxyServer.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

core-plugin/src/main/groovy/com/github/jrubygradle/internal/core/DefaultRubyGemRestApi.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

core-plugin/src/main/groovy/com/github/jrubygradle/internal/core/IvyUtils.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

core-plugin/src/main/groovy/com/github/jrubygradle/internal/core/IvyXmlGlobalProxyRegistry.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

core-plugin/src/main/groovy/com/github/jrubygradle/internal/core/IvyXmlRatpackProxyServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

core-plugin/src/main/groovy/com/github/jrubygradle/internal/core/PluginMetadata.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

core-plugin/src/main/groovy/com/github/jrubygradle/internal/core/Transform.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2023, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

0 commit comments

Comments
 (0)