Skip to content

Commit d764de4

Browse files
committed
Update license headers
1 parent 593f096 commit d764de4

File tree

87 files changed

+109
-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.

87 files changed

+109
-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-2019, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2020, 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-2019, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2020, 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-2019, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2020, 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-2019, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2020, 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-2019, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2020, 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-2019, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2020, 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-2019, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2020, 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-2019, R. Tyler Croy <[email protected]>,
3+
Copyright (c) 2014-2020, 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-2019, R. Tyler Croy <[email protected]>,
2+
# Copyright (c) 2014-2020, 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-2019, R. Tyler Croy <[email protected]>,
2+
# Copyright (c) 2014-2020, 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)