From 620a60f666ab0ff8a932e97b90cf7ad814a3aae1 Mon Sep 17 00:00:00 2001 From: Sam Gleske Date: Wed, 28 Feb 2024 21:55:34 -0500 Subject: [PATCH] Bump license to 2024 --- LICENSE | 2 +- NOTICE | 2 +- README.md | 2 +- jobs/create_folder.groovy | 2 +- jobs/firstjob_dsl.groovy | 2 +- jobs/get_folder_credentials.groovy | 2 +- jobs/git_service.groovy | 2 +- jobs/global_threadlock.groovy | 2 +- jobs/hack_class_loader.groovy | 2 +- jobs/jenkins_job_multibranch_pipeline.groovy | 2 +- jobs/require_bindings.groovy | 2 +- jobs/required_plugins.groovy | 2 +- jobs/tryReadFile.groovy | 2 +- .../net/gleske/jervis/beta/SupportDocumentationGenerator.groovy | 2 +- src/main/groovy/net/gleske/jervis/beta/package-info.groovy | 2 +- .../groovy/net/gleske/jervis/exceptions/DecryptException.java | 2 +- .../groovy/net/gleske/jervis/exceptions/EncryptException.java | 2 +- .../net/gleske/jervis/exceptions/FilterByContextException.java | 2 +- .../groovy/net/gleske/jervis/exceptions/GeneratorException.java | 2 +- .../groovy/net/gleske/jervis/exceptions/GitHubAppException.java | 2 +- .../groovy/net/gleske/jervis/exceptions/JervisException.java | 2 +- .../net/gleske/jervis/exceptions/KeyPairDecodeException.java | 2 +- .../jervis/exceptions/LifecycleBadValueInKeyException.java | 2 +- .../jervis/exceptions/LifecycleInfiniteLoopException.java | 2 +- .../gleske/jervis/exceptions/LifecycleMissingKeyException.java | 2 +- .../gleske/jervis/exceptions/LifecycleValidationException.java | 2 +- .../net/gleske/jervis/exceptions/MultiPlatformException.java | 2 +- .../jervis/exceptions/MultiPlatformJervisYamlException.java | 2 +- .../jervis/exceptions/MultiPlatformValidatorException.java | 2 +- .../gleske/jervis/exceptions/PipelineGeneratorException.java | 2 +- .../jervis/exceptions/PlatformBadValueInKeyException.java | 2 +- .../gleske/jervis/exceptions/PlatformMissingKeyException.java | 2 +- .../gleske/jervis/exceptions/PlatformValidationException.java | 2 +- .../groovy/net/gleske/jervis/exceptions/SecurityException.java | 2 +- .../groovy/net/gleske/jervis/exceptions/TokenException.groovy | 2 +- .../jervis/exceptions/ToolchainBadValueInKeyException.java | 2 +- .../gleske/jervis/exceptions/ToolchainMissingKeyException.java | 2 +- .../gleske/jervis/exceptions/ToolchainValidationException.java | 2 +- .../gleske/jervis/exceptions/UnsupportedLanguageException.java | 2 +- .../net/gleske/jervis/exceptions/UnsupportedToolException.java | 2 +- .../groovy/net/gleske/jervis/exceptions/VaultException.java | 2 +- src/main/groovy/net/gleske/jervis/exceptions/WikiPages.java | 2 +- src/main/groovy/net/gleske/jervis/exceptions/package-info.java | 2 +- .../groovy/net/gleske/jervis/lang/LifecycleGenerator.groovy | 2 +- .../groovy/net/gleske/jervis/lang/LifecycleValidator.groovy | 2 +- .../groovy/net/gleske/jervis/lang/MultiPlatformGenerator.groovy | 2 +- .../groovy/net/gleske/jervis/lang/MultiPlatformValidator.groovy | 2 +- src/main/groovy/net/gleske/jervis/lang/PipelineGenerator.groovy | 2 +- src/main/groovy/net/gleske/jervis/lang/PlatformValidator.groovy | 2 +- .../groovy/net/gleske/jervis/lang/ToolchainValidator.groovy | 2 +- .../jervis/lang/interfaces/PipelineGeneratorInterface.groovy | 2 +- src/main/groovy/net/gleske/jervis/lang/package-info.groovy | 2 +- src/main/groovy/net/gleske/jervis/remotes/GitHub.groovy | 2 +- src/main/groovy/net/gleske/jervis/remotes/GitHubGraphQL.groovy | 2 +- .../groovy/net/gleske/jervis/remotes/SimpleRestService.groovy | 2 +- .../net/gleske/jervis/remotes/SimpleRestServiceSupport.groovy | 2 +- src/main/groovy/net/gleske/jervis/remotes/VaultService.groovy | 2 +- .../net/gleske/jervis/remotes/creds/EphemeralTokenCache.groovy | 2 +- .../net/gleske/jervis/remotes/creds/GitHubAppCredential.groovy | 2 +- .../jervis/remotes/creds/GitHubAppRsaCredentialImpl.groovy | 2 +- .../gleske/jervis/remotes/creds/ReadonlyTokenCredential.groovy | 2 +- .../gleske/jervis/remotes/creds/VaultAppRoleCredential.groovy | 2 +- .../jervis/remotes/creds/VaultRoleIdCredentialImpl.groovy | 2 +- .../groovy/net/gleske/jervis/remotes/creds/package-info.groovy | 2 +- .../jervis/remotes/interfaces/EphemeralTokenCredential.groovy | 2 +- .../jervis/remotes/interfaces/GitHubAppRsaCredential.groovy | 2 +- .../gleske/jervis/remotes/interfaces/JervisCredential.groovy | 2 +- .../net/gleske/jervis/remotes/interfaces/JervisRemote.groovy | 2 +- .../net/gleske/jervis/remotes/interfaces/TokenCredential.groovy | 2 +- .../net/gleske/jervis/remotes/interfaces/VaultCredential.groovy | 2 +- .../jervis/remotes/interfaces/VaultRoleIdCredential.groovy | 2 +- .../net/gleske/jervis/remotes/interfaces/package-info.groovy | 2 +- src/main/groovy/net/gleske/jervis/remotes/package-info.groovy | 2 +- src/main/groovy/net/gleske/jervis/tools/AutoRelease.groovy | 2 +- src/main/groovy/net/gleske/jervis/tools/CipherMap.groovy | 2 +- src/main/groovy/net/gleske/jervis/tools/FilterByContext.groovy | 2 +- src/main/groovy/net/gleske/jervis/tools/GZip.groovy | 2 +- src/main/groovy/net/gleske/jervis/tools/LockableFile.groovy | 2 +- src/main/groovy/net/gleske/jervis/tools/SecurityIO.groovy | 2 +- src/main/groovy/net/gleske/jervis/tools/YamlOperator.groovy | 2 +- src/main/groovy/net/gleske/jervis/tools/package-info.groovy | 2 +- .../exceptions/LifecycleBadValueInKeyExceptionTest.groovy | 2 +- .../groovy/net/gleske/jervis/exceptions/WikiPagesTest.groovy | 2 +- src/test/groovy/net/gleske/jervis/lang/JervisConfigsTest.groovy | 2 +- .../groovy/net/gleske/jervis/lang/LifecycleGeneratorTest.groovy | 2 +- .../groovy/net/gleske/jervis/lang/LifecycleValidatorTest.groovy | 2 +- .../groovy/net/gleske/jervis/lang/LintJenkinsVarsTest.groovy | 2 +- .../groovy/net/gleske/jervis/lang/PipelineGeneratorTest.groovy | 2 +- .../groovy/net/gleske/jervis/lang/PlatformValidatorTest.groovy | 2 +- .../groovy/net/gleske/jervis/lang/ToolchainValidatorTest.groovy | 2 +- .../net/gleske/jervis/remotes/CredentialsInterfaceHelper.groovy | 2 +- .../groovy/net/gleske/jervis/remotes/GitHubGraphQLTest.groovy | 2 +- src/test/groovy/net/gleske/jervis/remotes/GitHubTest.groovy | 2 +- .../groovy/net/gleske/jervis/remotes/MockURLConnection.groovy | 2 +- .../gleske/jervis/remotes/SimpleRestServiceBinaryTest.groovy | 2 +- .../net/gleske/jervis/remotes/SimpleRestServiceTest.groovy | 2 +- src/test/groovy/net/gleske/jervis/remotes/StaticMocking.groovy | 2 +- .../groovy/net/gleske/jervis/remotes/VaultServiceTest.groovy | 2 +- .../gleske/jervis/remotes/creds/EphemeralTokenCacheTest.groovy | 2 +- .../gleske/jervis/remotes/creds/GitHubAppCredentialTest.groovy | 2 +- .../jervis/remotes/creds/GitHubAppRsaCredentialImplTest.groovy | 2 +- .../jervis/remotes/creds/VaultAppRoleCredentialTest.groovy | 2 +- .../jervis/remotes/creds/VaultRoleIdCredentialImplTest.groovy | 2 +- src/test/groovy/net/gleske/jervis/tools/AutoReleaseTest.groovy | 2 +- src/test/groovy/net/gleske/jervis/tools/CipherMapTest.groovy | 2 +- .../groovy/net/gleske/jervis/tools/FilterByContextTest.groovy | 2 +- src/test/groovy/net/gleske/jervis/tools/GZipTest.groovy | 2 +- src/test/groovy/net/gleske/jervis/tools/LockableFileTest.groovy | 2 +- src/test/groovy/net/gleske/jervis/tools/SecurityIOTest.groovy | 2 +- src/test/groovy/net/gleske/jervis/tools/YamlOperatorTest.groovy | 2 +- vars/buildProjectStage.groovy | 2 +- vars/buildViaJervis.groovy | 2 +- vars/doNotRunCodeAfter.groovy | 2 +- vars/getBuildContextMap.groovy | 2 +- vars/getJervisPipelineGenerators.groovy | 2 +- vars/getMatrixAxes.groovy | 2 +- vars/getUserBinding.groovy | 2 +- vars/hasGlobalResource.groovy | 2 +- vars/hasGlobalVar.groovy | 2 +- vars/isBuilding.groovy | 2 +- vars/isPRBuild.groovy | 2 +- vars/isTagBuild.groovy | 2 +- vars/jervisBuildNode.groovy | 2 +- vars/loadCustomResource.groovy | 2 +- vars/loadUserSharedLibrary.groovy | 2 +- vars/matrixBuildProjectStage.groovy | 2 +- vars/prepareJervisLifecycleGenerator.groovy | 2 +- vars/prepareJervisPipelineGenerator.groovy | 2 +- vars/processJervisYamlStage.groovy | 2 +- vars/publishResultsStage.groovy | 2 +- vars/readGlobalResource.groovy | 2 +- vars/setUserBinding.groovy | 2 +- vars/withEnvSecretWrapper.groovy | 2 +- vars/withLocks.groovy | 2 +- 134 files changed, 134 insertions(+), 134 deletions(-) diff --git a/LICENSE b/LICENSE index 6a93a0b5..38d2f9e1 100644 --- a/LICENSE +++ b/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2014-2023 Sam Gleske + Copyright 2014-2024 Sam Gleske Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/NOTICE b/NOTICE index 36083206..fb004a3a 100644 --- a/NOTICE +++ b/NOTICE @@ -1 +1 @@ -Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis +Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis diff --git a/README.md b/README.md index ca252487..e7727920 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ See [SonarQube README](sonarqube/README.md). # License - Copyright 2014-2023 Sam Gleske + Copyright 2014-2024 Sam Gleske Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/jobs/create_folder.groovy b/jobs/create_folder.groovy index fc9bb363..e10ef5a7 100644 --- a/jobs/create_folder.groovy +++ b/jobs/create_folder.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/jobs/firstjob_dsl.groovy b/jobs/firstjob_dsl.groovy index 03528634..7dd20a6c 100644 --- a/jobs/firstjob_dsl.groovy +++ b/jobs/firstjob_dsl.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/jobs/get_folder_credentials.groovy b/jobs/get_folder_credentials.groovy index 38959c91..416af0b4 100644 --- a/jobs/get_folder_credentials.groovy +++ b/jobs/get_folder_credentials.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/jobs/git_service.groovy b/jobs/git_service.groovy index 3a66e551..7332c95c 100644 --- a/jobs/git_service.groovy +++ b/jobs/git_service.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/jobs/global_threadlock.groovy b/jobs/global_threadlock.groovy index cc171c2b..1c4eaa74 100644 --- a/jobs/global_threadlock.groovy +++ b/jobs/global_threadlock.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/jobs/hack_class_loader.groovy b/jobs/hack_class_loader.groovy index cb7664a4..c6803f03 100644 --- a/jobs/hack_class_loader.groovy +++ b/jobs/hack_class_loader.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/jobs/jenkins_job_multibranch_pipeline.groovy b/jobs/jenkins_job_multibranch_pipeline.groovy index d5ec2ef0..7f3ccaac 100644 --- a/jobs/jenkins_job_multibranch_pipeline.groovy +++ b/jobs/jenkins_job_multibranch_pipeline.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/jobs/require_bindings.groovy b/jobs/require_bindings.groovy index 51313866..b5a4328a 100644 --- a/jobs/require_bindings.groovy +++ b/jobs/require_bindings.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/jobs/required_plugins.groovy b/jobs/required_plugins.groovy index cf4b9f26..fc4862b0 100644 --- a/jobs/required_plugins.groovy +++ b/jobs/required_plugins.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/jobs/tryReadFile.groovy b/jobs/tryReadFile.groovy index 99dbdf04..6ceeb433 100644 --- a/jobs/tryReadFile.groovy +++ b/jobs/tryReadFile.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/beta/SupportDocumentationGenerator.groovy b/src/main/groovy/net/gleske/jervis/beta/SupportDocumentationGenerator.groovy index 06dbeb21..efe763fa 100644 --- a/src/main/groovy/net/gleske/jervis/beta/SupportDocumentationGenerator.groovy +++ b/src/main/groovy/net/gleske/jervis/beta/SupportDocumentationGenerator.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/beta/package-info.groovy b/src/main/groovy/net/gleske/jervis/beta/package-info.groovy index 760f574f..428cab7b 100644 --- a/src/main/groovy/net/gleske/jervis/beta/package-info.groovy +++ b/src/main/groovy/net/gleske/jervis/beta/package-info.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/exceptions/DecryptException.java b/src/main/groovy/net/gleske/jervis/exceptions/DecryptException.java index d21af99a..e0b39645 100644 --- a/src/main/groovy/net/gleske/jervis/exceptions/DecryptException.java +++ b/src/main/groovy/net/gleske/jervis/exceptions/DecryptException.java @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/exceptions/EncryptException.java b/src/main/groovy/net/gleske/jervis/exceptions/EncryptException.java index fdb69cdf..9d7ae04e 100644 --- a/src/main/groovy/net/gleske/jervis/exceptions/EncryptException.java +++ b/src/main/groovy/net/gleske/jervis/exceptions/EncryptException.java @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/exceptions/FilterByContextException.java b/src/main/groovy/net/gleske/jervis/exceptions/FilterByContextException.java index 677cfc50..a96cc0e8 100644 --- a/src/main/groovy/net/gleske/jervis/exceptions/FilterByContextException.java +++ b/src/main/groovy/net/gleske/jervis/exceptions/FilterByContextException.java @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/exceptions/GeneratorException.java b/src/main/groovy/net/gleske/jervis/exceptions/GeneratorException.java index aa7f21ae..5cc71637 100644 --- a/src/main/groovy/net/gleske/jervis/exceptions/GeneratorException.java +++ b/src/main/groovy/net/gleske/jervis/exceptions/GeneratorException.java @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/exceptions/GitHubAppException.java b/src/main/groovy/net/gleske/jervis/exceptions/GitHubAppException.java index 11acf6d2..17aaba6a 100644 --- a/src/main/groovy/net/gleske/jervis/exceptions/GitHubAppException.java +++ b/src/main/groovy/net/gleske/jervis/exceptions/GitHubAppException.java @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/exceptions/JervisException.java b/src/main/groovy/net/gleske/jervis/exceptions/JervisException.java index a0a7601e..bb21e737 100644 --- a/src/main/groovy/net/gleske/jervis/exceptions/JervisException.java +++ b/src/main/groovy/net/gleske/jervis/exceptions/JervisException.java @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/exceptions/KeyPairDecodeException.java b/src/main/groovy/net/gleske/jervis/exceptions/KeyPairDecodeException.java index ca104fce..ac09dd92 100644 --- a/src/main/groovy/net/gleske/jervis/exceptions/KeyPairDecodeException.java +++ b/src/main/groovy/net/gleske/jervis/exceptions/KeyPairDecodeException.java @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/exceptions/LifecycleBadValueInKeyException.java b/src/main/groovy/net/gleske/jervis/exceptions/LifecycleBadValueInKeyException.java index f7e7b555..55f3b2f4 100644 --- a/src/main/groovy/net/gleske/jervis/exceptions/LifecycleBadValueInKeyException.java +++ b/src/main/groovy/net/gleske/jervis/exceptions/LifecycleBadValueInKeyException.java @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/exceptions/LifecycleInfiniteLoopException.java b/src/main/groovy/net/gleske/jervis/exceptions/LifecycleInfiniteLoopException.java index 471b9596..7ff84f5c 100644 --- a/src/main/groovy/net/gleske/jervis/exceptions/LifecycleInfiniteLoopException.java +++ b/src/main/groovy/net/gleske/jervis/exceptions/LifecycleInfiniteLoopException.java @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/exceptions/LifecycleMissingKeyException.java b/src/main/groovy/net/gleske/jervis/exceptions/LifecycleMissingKeyException.java index 9f737171..779d0bf7 100644 --- a/src/main/groovy/net/gleske/jervis/exceptions/LifecycleMissingKeyException.java +++ b/src/main/groovy/net/gleske/jervis/exceptions/LifecycleMissingKeyException.java @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/exceptions/LifecycleValidationException.java b/src/main/groovy/net/gleske/jervis/exceptions/LifecycleValidationException.java index 62d41e53..b320f420 100644 --- a/src/main/groovy/net/gleske/jervis/exceptions/LifecycleValidationException.java +++ b/src/main/groovy/net/gleske/jervis/exceptions/LifecycleValidationException.java @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/exceptions/MultiPlatformException.java b/src/main/groovy/net/gleske/jervis/exceptions/MultiPlatformException.java index 48a86463..2025f2e8 100644 --- a/src/main/groovy/net/gleske/jervis/exceptions/MultiPlatformException.java +++ b/src/main/groovy/net/gleske/jervis/exceptions/MultiPlatformException.java @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/exceptions/MultiPlatformJervisYamlException.java b/src/main/groovy/net/gleske/jervis/exceptions/MultiPlatformJervisYamlException.java index 9230ba4b..8fb3daac 100644 --- a/src/main/groovy/net/gleske/jervis/exceptions/MultiPlatformJervisYamlException.java +++ b/src/main/groovy/net/gleske/jervis/exceptions/MultiPlatformJervisYamlException.java @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/exceptions/MultiPlatformValidatorException.java b/src/main/groovy/net/gleske/jervis/exceptions/MultiPlatformValidatorException.java index 47a663d9..2c1ac615 100644 --- a/src/main/groovy/net/gleske/jervis/exceptions/MultiPlatformValidatorException.java +++ b/src/main/groovy/net/gleske/jervis/exceptions/MultiPlatformValidatorException.java @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/exceptions/PipelineGeneratorException.java b/src/main/groovy/net/gleske/jervis/exceptions/PipelineGeneratorException.java index 08f8b6fb..c7f5b605 100644 --- a/src/main/groovy/net/gleske/jervis/exceptions/PipelineGeneratorException.java +++ b/src/main/groovy/net/gleske/jervis/exceptions/PipelineGeneratorException.java @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/exceptions/PlatformBadValueInKeyException.java b/src/main/groovy/net/gleske/jervis/exceptions/PlatformBadValueInKeyException.java index 9816a32d..fb6dc60f 100644 --- a/src/main/groovy/net/gleske/jervis/exceptions/PlatformBadValueInKeyException.java +++ b/src/main/groovy/net/gleske/jervis/exceptions/PlatformBadValueInKeyException.java @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/exceptions/PlatformMissingKeyException.java b/src/main/groovy/net/gleske/jervis/exceptions/PlatformMissingKeyException.java index b713ad6a..c8d1bff3 100644 --- a/src/main/groovy/net/gleske/jervis/exceptions/PlatformMissingKeyException.java +++ b/src/main/groovy/net/gleske/jervis/exceptions/PlatformMissingKeyException.java @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/exceptions/PlatformValidationException.java b/src/main/groovy/net/gleske/jervis/exceptions/PlatformValidationException.java index ad452a9d..5989c63e 100644 --- a/src/main/groovy/net/gleske/jervis/exceptions/PlatformValidationException.java +++ b/src/main/groovy/net/gleske/jervis/exceptions/PlatformValidationException.java @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/exceptions/SecurityException.java b/src/main/groovy/net/gleske/jervis/exceptions/SecurityException.java index 0368959e..f2ceb9cf 100644 --- a/src/main/groovy/net/gleske/jervis/exceptions/SecurityException.java +++ b/src/main/groovy/net/gleske/jervis/exceptions/SecurityException.java @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/exceptions/TokenException.groovy b/src/main/groovy/net/gleske/jervis/exceptions/TokenException.groovy index 4716beff..2e2079ed 100644 --- a/src/main/groovy/net/gleske/jervis/exceptions/TokenException.groovy +++ b/src/main/groovy/net/gleske/jervis/exceptions/TokenException.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/exceptions/ToolchainBadValueInKeyException.java b/src/main/groovy/net/gleske/jervis/exceptions/ToolchainBadValueInKeyException.java index 6e66d4f4..909cadb1 100644 --- a/src/main/groovy/net/gleske/jervis/exceptions/ToolchainBadValueInKeyException.java +++ b/src/main/groovy/net/gleske/jervis/exceptions/ToolchainBadValueInKeyException.java @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/exceptions/ToolchainMissingKeyException.java b/src/main/groovy/net/gleske/jervis/exceptions/ToolchainMissingKeyException.java index 4c5f11fd..b5a8cf34 100644 --- a/src/main/groovy/net/gleske/jervis/exceptions/ToolchainMissingKeyException.java +++ b/src/main/groovy/net/gleske/jervis/exceptions/ToolchainMissingKeyException.java @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/exceptions/ToolchainValidationException.java b/src/main/groovy/net/gleske/jervis/exceptions/ToolchainValidationException.java index 0ed528b6..1f4cf4d7 100644 --- a/src/main/groovy/net/gleske/jervis/exceptions/ToolchainValidationException.java +++ b/src/main/groovy/net/gleske/jervis/exceptions/ToolchainValidationException.java @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/exceptions/UnsupportedLanguageException.java b/src/main/groovy/net/gleske/jervis/exceptions/UnsupportedLanguageException.java index 14a638df..d57a3d81 100644 --- a/src/main/groovy/net/gleske/jervis/exceptions/UnsupportedLanguageException.java +++ b/src/main/groovy/net/gleske/jervis/exceptions/UnsupportedLanguageException.java @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/exceptions/UnsupportedToolException.java b/src/main/groovy/net/gleske/jervis/exceptions/UnsupportedToolException.java index 54a52d82..2e4ff180 100644 --- a/src/main/groovy/net/gleske/jervis/exceptions/UnsupportedToolException.java +++ b/src/main/groovy/net/gleske/jervis/exceptions/UnsupportedToolException.java @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/exceptions/VaultException.java b/src/main/groovy/net/gleske/jervis/exceptions/VaultException.java index 9e5ac604..016d6081 100644 --- a/src/main/groovy/net/gleske/jervis/exceptions/VaultException.java +++ b/src/main/groovy/net/gleske/jervis/exceptions/VaultException.java @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/exceptions/WikiPages.java b/src/main/groovy/net/gleske/jervis/exceptions/WikiPages.java index 09673803..17cf41c7 100644 --- a/src/main/groovy/net/gleske/jervis/exceptions/WikiPages.java +++ b/src/main/groovy/net/gleske/jervis/exceptions/WikiPages.java @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/exceptions/package-info.java b/src/main/groovy/net/gleske/jervis/exceptions/package-info.java index d88d2db0..ec79d84a 100644 --- a/src/main/groovy/net/gleske/jervis/exceptions/package-info.java +++ b/src/main/groovy/net/gleske/jervis/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/lang/LifecycleGenerator.groovy b/src/main/groovy/net/gleske/jervis/lang/LifecycleGenerator.groovy index 861bb458..65c045d4 100644 --- a/src/main/groovy/net/gleske/jervis/lang/LifecycleGenerator.groovy +++ b/src/main/groovy/net/gleske/jervis/lang/LifecycleGenerator.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/lang/LifecycleValidator.groovy b/src/main/groovy/net/gleske/jervis/lang/LifecycleValidator.groovy index c2b74dd4..9cc9d742 100644 --- a/src/main/groovy/net/gleske/jervis/lang/LifecycleValidator.groovy +++ b/src/main/groovy/net/gleske/jervis/lang/LifecycleValidator.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/lang/MultiPlatformGenerator.groovy b/src/main/groovy/net/gleske/jervis/lang/MultiPlatformGenerator.groovy index 67f30638..17ed4f73 100644 --- a/src/main/groovy/net/gleske/jervis/lang/MultiPlatformGenerator.groovy +++ b/src/main/groovy/net/gleske/jervis/lang/MultiPlatformGenerator.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/lang/MultiPlatformValidator.groovy b/src/main/groovy/net/gleske/jervis/lang/MultiPlatformValidator.groovy index 888ddd60..0b355ee2 100644 --- a/src/main/groovy/net/gleske/jervis/lang/MultiPlatformValidator.groovy +++ b/src/main/groovy/net/gleske/jervis/lang/MultiPlatformValidator.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/lang/PipelineGenerator.groovy b/src/main/groovy/net/gleske/jervis/lang/PipelineGenerator.groovy index a0778172..9904c94d 100644 --- a/src/main/groovy/net/gleske/jervis/lang/PipelineGenerator.groovy +++ b/src/main/groovy/net/gleske/jervis/lang/PipelineGenerator.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/lang/PlatformValidator.groovy b/src/main/groovy/net/gleske/jervis/lang/PlatformValidator.groovy index c5fe8190..80028f91 100644 --- a/src/main/groovy/net/gleske/jervis/lang/PlatformValidator.groovy +++ b/src/main/groovy/net/gleske/jervis/lang/PlatformValidator.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/lang/ToolchainValidator.groovy b/src/main/groovy/net/gleske/jervis/lang/ToolchainValidator.groovy index 86826640..2d898068 100644 --- a/src/main/groovy/net/gleske/jervis/lang/ToolchainValidator.groovy +++ b/src/main/groovy/net/gleske/jervis/lang/ToolchainValidator.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/lang/interfaces/PipelineGeneratorInterface.groovy b/src/main/groovy/net/gleske/jervis/lang/interfaces/PipelineGeneratorInterface.groovy index fba9d9b8..6f7c902a 100644 --- a/src/main/groovy/net/gleske/jervis/lang/interfaces/PipelineGeneratorInterface.groovy +++ b/src/main/groovy/net/gleske/jervis/lang/interfaces/PipelineGeneratorInterface.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/lang/package-info.groovy b/src/main/groovy/net/gleske/jervis/lang/package-info.groovy index 34b1250e..311cb0ff 100644 --- a/src/main/groovy/net/gleske/jervis/lang/package-info.groovy +++ b/src/main/groovy/net/gleske/jervis/lang/package-info.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/remotes/GitHub.groovy b/src/main/groovy/net/gleske/jervis/remotes/GitHub.groovy index f433c448..73880e6e 100644 --- a/src/main/groovy/net/gleske/jervis/remotes/GitHub.groovy +++ b/src/main/groovy/net/gleske/jervis/remotes/GitHub.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/remotes/GitHubGraphQL.groovy b/src/main/groovy/net/gleske/jervis/remotes/GitHubGraphQL.groovy index e326cd09..d5b27cf4 100644 --- a/src/main/groovy/net/gleske/jervis/remotes/GitHubGraphQL.groovy +++ b/src/main/groovy/net/gleske/jervis/remotes/GitHubGraphQL.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/remotes/SimpleRestService.groovy b/src/main/groovy/net/gleske/jervis/remotes/SimpleRestService.groovy index 36d446ab..f9caf68d 100644 --- a/src/main/groovy/net/gleske/jervis/remotes/SimpleRestService.groovy +++ b/src/main/groovy/net/gleske/jervis/remotes/SimpleRestService.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/remotes/SimpleRestServiceSupport.groovy b/src/main/groovy/net/gleske/jervis/remotes/SimpleRestServiceSupport.groovy index 19ccc808..08b29502 100644 --- a/src/main/groovy/net/gleske/jervis/remotes/SimpleRestServiceSupport.groovy +++ b/src/main/groovy/net/gleske/jervis/remotes/SimpleRestServiceSupport.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/remotes/VaultService.groovy b/src/main/groovy/net/gleske/jervis/remotes/VaultService.groovy index 3126b9f9..7d5466ae 100644 --- a/src/main/groovy/net/gleske/jervis/remotes/VaultService.groovy +++ b/src/main/groovy/net/gleske/jervis/remotes/VaultService.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/remotes/creds/EphemeralTokenCache.groovy b/src/main/groovy/net/gleske/jervis/remotes/creds/EphemeralTokenCache.groovy index 9ec8535c..7d681207 100644 --- a/src/main/groovy/net/gleske/jervis/remotes/creds/EphemeralTokenCache.groovy +++ b/src/main/groovy/net/gleske/jervis/remotes/creds/EphemeralTokenCache.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/remotes/creds/GitHubAppCredential.groovy b/src/main/groovy/net/gleske/jervis/remotes/creds/GitHubAppCredential.groovy index 79293bf0..7cc73194 100644 --- a/src/main/groovy/net/gleske/jervis/remotes/creds/GitHubAppCredential.groovy +++ b/src/main/groovy/net/gleske/jervis/remotes/creds/GitHubAppCredential.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/remotes/creds/GitHubAppRsaCredentialImpl.groovy b/src/main/groovy/net/gleske/jervis/remotes/creds/GitHubAppRsaCredentialImpl.groovy index e83d8c89..443ef488 100644 --- a/src/main/groovy/net/gleske/jervis/remotes/creds/GitHubAppRsaCredentialImpl.groovy +++ b/src/main/groovy/net/gleske/jervis/remotes/creds/GitHubAppRsaCredentialImpl.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/remotes/creds/ReadonlyTokenCredential.groovy b/src/main/groovy/net/gleske/jervis/remotes/creds/ReadonlyTokenCredential.groovy index 33a0775c..6b251f8e 100644 --- a/src/main/groovy/net/gleske/jervis/remotes/creds/ReadonlyTokenCredential.groovy +++ b/src/main/groovy/net/gleske/jervis/remotes/creds/ReadonlyTokenCredential.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/remotes/creds/VaultAppRoleCredential.groovy b/src/main/groovy/net/gleske/jervis/remotes/creds/VaultAppRoleCredential.groovy index f7d54879..05fe135e 100644 --- a/src/main/groovy/net/gleske/jervis/remotes/creds/VaultAppRoleCredential.groovy +++ b/src/main/groovy/net/gleske/jervis/remotes/creds/VaultAppRoleCredential.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/remotes/creds/VaultRoleIdCredentialImpl.groovy b/src/main/groovy/net/gleske/jervis/remotes/creds/VaultRoleIdCredentialImpl.groovy index 4f7b9974..3444e815 100644 --- a/src/main/groovy/net/gleske/jervis/remotes/creds/VaultRoleIdCredentialImpl.groovy +++ b/src/main/groovy/net/gleske/jervis/remotes/creds/VaultRoleIdCredentialImpl.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/remotes/creds/package-info.groovy b/src/main/groovy/net/gleske/jervis/remotes/creds/package-info.groovy index 03cb0026..cd50def0 100644 --- a/src/main/groovy/net/gleske/jervis/remotes/creds/package-info.groovy +++ b/src/main/groovy/net/gleske/jervis/remotes/creds/package-info.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/remotes/interfaces/EphemeralTokenCredential.groovy b/src/main/groovy/net/gleske/jervis/remotes/interfaces/EphemeralTokenCredential.groovy index 6cda0a74..af2d051d 100644 --- a/src/main/groovy/net/gleske/jervis/remotes/interfaces/EphemeralTokenCredential.groovy +++ b/src/main/groovy/net/gleske/jervis/remotes/interfaces/EphemeralTokenCredential.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/remotes/interfaces/GitHubAppRsaCredential.groovy b/src/main/groovy/net/gleske/jervis/remotes/interfaces/GitHubAppRsaCredential.groovy index 25ddaf03..0fd46515 100644 --- a/src/main/groovy/net/gleske/jervis/remotes/interfaces/GitHubAppRsaCredential.groovy +++ b/src/main/groovy/net/gleske/jervis/remotes/interfaces/GitHubAppRsaCredential.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/remotes/interfaces/JervisCredential.groovy b/src/main/groovy/net/gleske/jervis/remotes/interfaces/JervisCredential.groovy index ce112a8b..961d30c2 100644 --- a/src/main/groovy/net/gleske/jervis/remotes/interfaces/JervisCredential.groovy +++ b/src/main/groovy/net/gleske/jervis/remotes/interfaces/JervisCredential.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/remotes/interfaces/JervisRemote.groovy b/src/main/groovy/net/gleske/jervis/remotes/interfaces/JervisRemote.groovy index 614c11a6..1b5e7186 100644 --- a/src/main/groovy/net/gleske/jervis/remotes/interfaces/JervisRemote.groovy +++ b/src/main/groovy/net/gleske/jervis/remotes/interfaces/JervisRemote.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/remotes/interfaces/TokenCredential.groovy b/src/main/groovy/net/gleske/jervis/remotes/interfaces/TokenCredential.groovy index 6132bf61..c4dd329d 100644 --- a/src/main/groovy/net/gleske/jervis/remotes/interfaces/TokenCredential.groovy +++ b/src/main/groovy/net/gleske/jervis/remotes/interfaces/TokenCredential.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/remotes/interfaces/VaultCredential.groovy b/src/main/groovy/net/gleske/jervis/remotes/interfaces/VaultCredential.groovy index c3bf4d70..1a6aaddf 100644 --- a/src/main/groovy/net/gleske/jervis/remotes/interfaces/VaultCredential.groovy +++ b/src/main/groovy/net/gleske/jervis/remotes/interfaces/VaultCredential.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/remotes/interfaces/VaultRoleIdCredential.groovy b/src/main/groovy/net/gleske/jervis/remotes/interfaces/VaultRoleIdCredential.groovy index 71d0d7da..b3d8fad8 100644 --- a/src/main/groovy/net/gleske/jervis/remotes/interfaces/VaultRoleIdCredential.groovy +++ b/src/main/groovy/net/gleske/jervis/remotes/interfaces/VaultRoleIdCredential.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/remotes/interfaces/package-info.groovy b/src/main/groovy/net/gleske/jervis/remotes/interfaces/package-info.groovy index c7476131..4b896809 100644 --- a/src/main/groovy/net/gleske/jervis/remotes/interfaces/package-info.groovy +++ b/src/main/groovy/net/gleske/jervis/remotes/interfaces/package-info.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/remotes/package-info.groovy b/src/main/groovy/net/gleske/jervis/remotes/package-info.groovy index 78c882d2..3f85438c 100644 --- a/src/main/groovy/net/gleske/jervis/remotes/package-info.groovy +++ b/src/main/groovy/net/gleske/jervis/remotes/package-info.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/tools/AutoRelease.groovy b/src/main/groovy/net/gleske/jervis/tools/AutoRelease.groovy index c82dd196..3e6872ce 100644 --- a/src/main/groovy/net/gleske/jervis/tools/AutoRelease.groovy +++ b/src/main/groovy/net/gleske/jervis/tools/AutoRelease.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/tools/CipherMap.groovy b/src/main/groovy/net/gleske/jervis/tools/CipherMap.groovy index 91efec16..ceafcc68 100644 --- a/src/main/groovy/net/gleske/jervis/tools/CipherMap.groovy +++ b/src/main/groovy/net/gleske/jervis/tools/CipherMap.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/tools/FilterByContext.groovy b/src/main/groovy/net/gleske/jervis/tools/FilterByContext.groovy index 476b4ea1..4fe996a5 100644 --- a/src/main/groovy/net/gleske/jervis/tools/FilterByContext.groovy +++ b/src/main/groovy/net/gleske/jervis/tools/FilterByContext.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/tools/GZip.groovy b/src/main/groovy/net/gleske/jervis/tools/GZip.groovy index 7cb1f884..2c41f1d7 100644 --- a/src/main/groovy/net/gleske/jervis/tools/GZip.groovy +++ b/src/main/groovy/net/gleske/jervis/tools/GZip.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/tools/LockableFile.groovy b/src/main/groovy/net/gleske/jervis/tools/LockableFile.groovy index 1e26c3ec..fed5c908 100644 --- a/src/main/groovy/net/gleske/jervis/tools/LockableFile.groovy +++ b/src/main/groovy/net/gleske/jervis/tools/LockableFile.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/tools/SecurityIO.groovy b/src/main/groovy/net/gleske/jervis/tools/SecurityIO.groovy index 6185694b..20801432 100644 --- a/src/main/groovy/net/gleske/jervis/tools/SecurityIO.groovy +++ b/src/main/groovy/net/gleske/jervis/tools/SecurityIO.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/tools/YamlOperator.groovy b/src/main/groovy/net/gleske/jervis/tools/YamlOperator.groovy index d03ff773..9feb23f3 100644 --- a/src/main/groovy/net/gleske/jervis/tools/YamlOperator.groovy +++ b/src/main/groovy/net/gleske/jervis/tools/YamlOperator.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/groovy/net/gleske/jervis/tools/package-info.groovy b/src/main/groovy/net/gleske/jervis/tools/package-info.groovy index abd8bf10..44f0dee7 100644 --- a/src/main/groovy/net/gleske/jervis/tools/package-info.groovy +++ b/src/main/groovy/net/gleske/jervis/tools/package-info.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/test/groovy/net/gleske/jervis/exceptions/LifecycleBadValueInKeyExceptionTest.groovy b/src/test/groovy/net/gleske/jervis/exceptions/LifecycleBadValueInKeyExceptionTest.groovy index 677af2d2..e8ed2fd4 100644 --- a/src/test/groovy/net/gleske/jervis/exceptions/LifecycleBadValueInKeyExceptionTest.groovy +++ b/src/test/groovy/net/gleske/jervis/exceptions/LifecycleBadValueInKeyExceptionTest.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/test/groovy/net/gleske/jervis/exceptions/WikiPagesTest.groovy b/src/test/groovy/net/gleske/jervis/exceptions/WikiPagesTest.groovy index 91ec451d..7f11ef6a 100644 --- a/src/test/groovy/net/gleske/jervis/exceptions/WikiPagesTest.groovy +++ b/src/test/groovy/net/gleske/jervis/exceptions/WikiPagesTest.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/test/groovy/net/gleske/jervis/lang/JervisConfigsTest.groovy b/src/test/groovy/net/gleske/jervis/lang/JervisConfigsTest.groovy index ab8b2675..f3aa48ed 100644 --- a/src/test/groovy/net/gleske/jervis/lang/JervisConfigsTest.groovy +++ b/src/test/groovy/net/gleske/jervis/lang/JervisConfigsTest.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/test/groovy/net/gleske/jervis/lang/LifecycleGeneratorTest.groovy b/src/test/groovy/net/gleske/jervis/lang/LifecycleGeneratorTest.groovy index 5f34355f..98339b1d 100644 --- a/src/test/groovy/net/gleske/jervis/lang/LifecycleGeneratorTest.groovy +++ b/src/test/groovy/net/gleske/jervis/lang/LifecycleGeneratorTest.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/test/groovy/net/gleske/jervis/lang/LifecycleValidatorTest.groovy b/src/test/groovy/net/gleske/jervis/lang/LifecycleValidatorTest.groovy index 97dd21bd..894fb1af 100644 --- a/src/test/groovy/net/gleske/jervis/lang/LifecycleValidatorTest.groovy +++ b/src/test/groovy/net/gleske/jervis/lang/LifecycleValidatorTest.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/test/groovy/net/gleske/jervis/lang/LintJenkinsVarsTest.groovy b/src/test/groovy/net/gleske/jervis/lang/LintJenkinsVarsTest.groovy index 5c803725..9548a0ae 100644 --- a/src/test/groovy/net/gleske/jervis/lang/LintJenkinsVarsTest.groovy +++ b/src/test/groovy/net/gleske/jervis/lang/LintJenkinsVarsTest.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/test/groovy/net/gleske/jervis/lang/PipelineGeneratorTest.groovy b/src/test/groovy/net/gleske/jervis/lang/PipelineGeneratorTest.groovy index bfd0bcc9..2bcef161 100644 --- a/src/test/groovy/net/gleske/jervis/lang/PipelineGeneratorTest.groovy +++ b/src/test/groovy/net/gleske/jervis/lang/PipelineGeneratorTest.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/test/groovy/net/gleske/jervis/lang/PlatformValidatorTest.groovy b/src/test/groovy/net/gleske/jervis/lang/PlatformValidatorTest.groovy index 77073e89..c3ed4aa5 100644 --- a/src/test/groovy/net/gleske/jervis/lang/PlatformValidatorTest.groovy +++ b/src/test/groovy/net/gleske/jervis/lang/PlatformValidatorTest.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/test/groovy/net/gleske/jervis/lang/ToolchainValidatorTest.groovy b/src/test/groovy/net/gleske/jervis/lang/ToolchainValidatorTest.groovy index 71fd8357..036bd464 100644 --- a/src/test/groovy/net/gleske/jervis/lang/ToolchainValidatorTest.groovy +++ b/src/test/groovy/net/gleske/jervis/lang/ToolchainValidatorTest.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/test/groovy/net/gleske/jervis/remotes/CredentialsInterfaceHelper.groovy b/src/test/groovy/net/gleske/jervis/remotes/CredentialsInterfaceHelper.groovy index aed1f3bf..3a5595bd 100644 --- a/src/test/groovy/net/gleske/jervis/remotes/CredentialsInterfaceHelper.groovy +++ b/src/test/groovy/net/gleske/jervis/remotes/CredentialsInterfaceHelper.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/test/groovy/net/gleske/jervis/remotes/GitHubGraphQLTest.groovy b/src/test/groovy/net/gleske/jervis/remotes/GitHubGraphQLTest.groovy index a9a1515f..d01c5fcc 100644 --- a/src/test/groovy/net/gleske/jervis/remotes/GitHubGraphQLTest.groovy +++ b/src/test/groovy/net/gleske/jervis/remotes/GitHubGraphQLTest.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/test/groovy/net/gleske/jervis/remotes/GitHubTest.groovy b/src/test/groovy/net/gleske/jervis/remotes/GitHubTest.groovy index 39026c63..90b61053 100644 --- a/src/test/groovy/net/gleske/jervis/remotes/GitHubTest.groovy +++ b/src/test/groovy/net/gleske/jervis/remotes/GitHubTest.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/test/groovy/net/gleske/jervis/remotes/MockURLConnection.groovy b/src/test/groovy/net/gleske/jervis/remotes/MockURLConnection.groovy index 45cb6df8..dc667194 100644 --- a/src/test/groovy/net/gleske/jervis/remotes/MockURLConnection.groovy +++ b/src/test/groovy/net/gleske/jervis/remotes/MockURLConnection.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/test/groovy/net/gleske/jervis/remotes/SimpleRestServiceBinaryTest.groovy b/src/test/groovy/net/gleske/jervis/remotes/SimpleRestServiceBinaryTest.groovy index 69e16a35..3d26e5a4 100644 --- a/src/test/groovy/net/gleske/jervis/remotes/SimpleRestServiceBinaryTest.groovy +++ b/src/test/groovy/net/gleske/jervis/remotes/SimpleRestServiceBinaryTest.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/test/groovy/net/gleske/jervis/remotes/SimpleRestServiceTest.groovy b/src/test/groovy/net/gleske/jervis/remotes/SimpleRestServiceTest.groovy index e47a90be..ae12a541 100644 --- a/src/test/groovy/net/gleske/jervis/remotes/SimpleRestServiceTest.groovy +++ b/src/test/groovy/net/gleske/jervis/remotes/SimpleRestServiceTest.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/test/groovy/net/gleske/jervis/remotes/StaticMocking.groovy b/src/test/groovy/net/gleske/jervis/remotes/StaticMocking.groovy index 8e6e8a06..a1b4ee4e 100644 --- a/src/test/groovy/net/gleske/jervis/remotes/StaticMocking.groovy +++ b/src/test/groovy/net/gleske/jervis/remotes/StaticMocking.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/test/groovy/net/gleske/jervis/remotes/VaultServiceTest.groovy b/src/test/groovy/net/gleske/jervis/remotes/VaultServiceTest.groovy index 1346976e..867940cd 100644 --- a/src/test/groovy/net/gleske/jervis/remotes/VaultServiceTest.groovy +++ b/src/test/groovy/net/gleske/jervis/remotes/VaultServiceTest.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/test/groovy/net/gleske/jervis/remotes/creds/EphemeralTokenCacheTest.groovy b/src/test/groovy/net/gleske/jervis/remotes/creds/EphemeralTokenCacheTest.groovy index fcfa6f6a..8f74a9f2 100644 --- a/src/test/groovy/net/gleske/jervis/remotes/creds/EphemeralTokenCacheTest.groovy +++ b/src/test/groovy/net/gleske/jervis/remotes/creds/EphemeralTokenCacheTest.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/test/groovy/net/gleske/jervis/remotes/creds/GitHubAppCredentialTest.groovy b/src/test/groovy/net/gleske/jervis/remotes/creds/GitHubAppCredentialTest.groovy index 57300f17..1742b226 100644 --- a/src/test/groovy/net/gleske/jervis/remotes/creds/GitHubAppCredentialTest.groovy +++ b/src/test/groovy/net/gleske/jervis/remotes/creds/GitHubAppCredentialTest.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/test/groovy/net/gleske/jervis/remotes/creds/GitHubAppRsaCredentialImplTest.groovy b/src/test/groovy/net/gleske/jervis/remotes/creds/GitHubAppRsaCredentialImplTest.groovy index d0189c2b..2bd805a8 100644 --- a/src/test/groovy/net/gleske/jervis/remotes/creds/GitHubAppRsaCredentialImplTest.groovy +++ b/src/test/groovy/net/gleske/jervis/remotes/creds/GitHubAppRsaCredentialImplTest.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/test/groovy/net/gleske/jervis/remotes/creds/VaultAppRoleCredentialTest.groovy b/src/test/groovy/net/gleske/jervis/remotes/creds/VaultAppRoleCredentialTest.groovy index e905fc8e..71272683 100644 --- a/src/test/groovy/net/gleske/jervis/remotes/creds/VaultAppRoleCredentialTest.groovy +++ b/src/test/groovy/net/gleske/jervis/remotes/creds/VaultAppRoleCredentialTest.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/test/groovy/net/gleske/jervis/remotes/creds/VaultRoleIdCredentialImplTest.groovy b/src/test/groovy/net/gleske/jervis/remotes/creds/VaultRoleIdCredentialImplTest.groovy index 83ff9816..49202b4e 100644 --- a/src/test/groovy/net/gleske/jervis/remotes/creds/VaultRoleIdCredentialImplTest.groovy +++ b/src/test/groovy/net/gleske/jervis/remotes/creds/VaultRoleIdCredentialImplTest.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/test/groovy/net/gleske/jervis/tools/AutoReleaseTest.groovy b/src/test/groovy/net/gleske/jervis/tools/AutoReleaseTest.groovy index 0e575f8f..a85cfff5 100644 --- a/src/test/groovy/net/gleske/jervis/tools/AutoReleaseTest.groovy +++ b/src/test/groovy/net/gleske/jervis/tools/AutoReleaseTest.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/test/groovy/net/gleske/jervis/tools/CipherMapTest.groovy b/src/test/groovy/net/gleske/jervis/tools/CipherMapTest.groovy index a1c4dd07..5d8f50d2 100644 --- a/src/test/groovy/net/gleske/jervis/tools/CipherMapTest.groovy +++ b/src/test/groovy/net/gleske/jervis/tools/CipherMapTest.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/test/groovy/net/gleske/jervis/tools/FilterByContextTest.groovy b/src/test/groovy/net/gleske/jervis/tools/FilterByContextTest.groovy index 66ad1421..f152a93f 100644 --- a/src/test/groovy/net/gleske/jervis/tools/FilterByContextTest.groovy +++ b/src/test/groovy/net/gleske/jervis/tools/FilterByContextTest.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/test/groovy/net/gleske/jervis/tools/GZipTest.groovy b/src/test/groovy/net/gleske/jervis/tools/GZipTest.groovy index 45e0082e..751a9f1d 100644 --- a/src/test/groovy/net/gleske/jervis/tools/GZipTest.groovy +++ b/src/test/groovy/net/gleske/jervis/tools/GZipTest.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/test/groovy/net/gleske/jervis/tools/LockableFileTest.groovy b/src/test/groovy/net/gleske/jervis/tools/LockableFileTest.groovy index 1f836c71..d77bcae6 100644 --- a/src/test/groovy/net/gleske/jervis/tools/LockableFileTest.groovy +++ b/src/test/groovy/net/gleske/jervis/tools/LockableFileTest.groovy @@ -1,6 +1,6 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/test/groovy/net/gleske/jervis/tools/SecurityIOTest.groovy b/src/test/groovy/net/gleske/jervis/tools/SecurityIOTest.groovy index 9cbd1a7b..6fd79194 100644 --- a/src/test/groovy/net/gleske/jervis/tools/SecurityIOTest.groovy +++ b/src/test/groovy/net/gleske/jervis/tools/SecurityIOTest.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/test/groovy/net/gleske/jervis/tools/YamlOperatorTest.groovy b/src/test/groovy/net/gleske/jervis/tools/YamlOperatorTest.groovy index 32aba7ec..52bbdf98 100644 --- a/src/test/groovy/net/gleske/jervis/tools/YamlOperatorTest.groovy +++ b/src/test/groovy/net/gleske/jervis/tools/YamlOperatorTest.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/vars/buildProjectStage.groovy b/vars/buildProjectStage.groovy index cd331ea1..3b6c54b6 100644 --- a/vars/buildProjectStage.groovy +++ b/vars/buildProjectStage.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/vars/buildViaJervis.groovy b/vars/buildViaJervis.groovy index 372bfa9b..15016f9a 100644 --- a/vars/buildViaJervis.groovy +++ b/vars/buildViaJervis.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/vars/doNotRunCodeAfter.groovy b/vars/doNotRunCodeAfter.groovy index c4f18d5c..22fdf935 100644 --- a/vars/doNotRunCodeAfter.groovy +++ b/vars/doNotRunCodeAfter.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/vars/getBuildContextMap.groovy b/vars/getBuildContextMap.groovy index e74b82f5..82ddd68d 100644 --- a/vars/getBuildContextMap.groovy +++ b/vars/getBuildContextMap.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/vars/getJervisPipelineGenerators.groovy b/vars/getJervisPipelineGenerators.groovy index f2209446..aab82f84 100644 --- a/vars/getJervisPipelineGenerators.groovy +++ b/vars/getJervisPipelineGenerators.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/vars/getMatrixAxes.groovy b/vars/getMatrixAxes.groovy index 795c916e..21415ece 100644 --- a/vars/getMatrixAxes.groovy +++ b/vars/getMatrixAxes.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/vars/getUserBinding.groovy b/vars/getUserBinding.groovy index cba0dd04..9d44d6a5 100644 --- a/vars/getUserBinding.groovy +++ b/vars/getUserBinding.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/vars/hasGlobalResource.groovy b/vars/hasGlobalResource.groovy index f9627dfb..4124d7d3 100644 --- a/vars/hasGlobalResource.groovy +++ b/vars/hasGlobalResource.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/vars/hasGlobalVar.groovy b/vars/hasGlobalVar.groovy index 1afde840..026d50cf 100644 --- a/vars/hasGlobalVar.groovy +++ b/vars/hasGlobalVar.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/vars/isBuilding.groovy b/vars/isBuilding.groovy index b8c6be97..6ec97e1e 100644 --- a/vars/isBuilding.groovy +++ b/vars/isBuilding.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/vars/isPRBuild.groovy b/vars/isPRBuild.groovy index 3a49b4da..dc71207f 100644 --- a/vars/isPRBuild.groovy +++ b/vars/isPRBuild.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/vars/isTagBuild.groovy b/vars/isTagBuild.groovy index 4d39113d..f6ae7d23 100644 --- a/vars/isTagBuild.groovy +++ b/vars/isTagBuild.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/vars/jervisBuildNode.groovy b/vars/jervisBuildNode.groovy index 0f17e675..f14a6371 100644 --- a/vars/jervisBuildNode.groovy +++ b/vars/jervisBuildNode.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/vars/loadCustomResource.groovy b/vars/loadCustomResource.groovy index a892a748..c3fe90e5 100644 --- a/vars/loadCustomResource.groovy +++ b/vars/loadCustomResource.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/vars/loadUserSharedLibrary.groovy b/vars/loadUserSharedLibrary.groovy index 20704bf8..2b2c0350 100644 --- a/vars/loadUserSharedLibrary.groovy +++ b/vars/loadUserSharedLibrary.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/vars/matrixBuildProjectStage.groovy b/vars/matrixBuildProjectStage.groovy index 10ed390e..bb738745 100644 --- a/vars/matrixBuildProjectStage.groovy +++ b/vars/matrixBuildProjectStage.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/vars/prepareJervisLifecycleGenerator.groovy b/vars/prepareJervisLifecycleGenerator.groovy index 1d5885b2..39d24952 100644 --- a/vars/prepareJervisLifecycleGenerator.groovy +++ b/vars/prepareJervisLifecycleGenerator.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/vars/prepareJervisPipelineGenerator.groovy b/vars/prepareJervisPipelineGenerator.groovy index c23670a3..78ea78b9 100644 --- a/vars/prepareJervisPipelineGenerator.groovy +++ b/vars/prepareJervisPipelineGenerator.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/vars/processJervisYamlStage.groovy b/vars/processJervisYamlStage.groovy index db79a876..00b98351 100644 --- a/vars/processJervisYamlStage.groovy +++ b/vars/processJervisYamlStage.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/vars/publishResultsStage.groovy b/vars/publishResultsStage.groovy index eea2c447..577d946e 100644 --- a/vars/publishResultsStage.groovy +++ b/vars/publishResultsStage.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/vars/readGlobalResource.groovy b/vars/readGlobalResource.groovy index 90b6ca1a..d4da2b3c 100644 --- a/vars/readGlobalResource.groovy +++ b/vars/readGlobalResource.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/vars/setUserBinding.groovy b/vars/setUserBinding.groovy index 1d192117..e21b9376 100644 --- a/vars/setUserBinding.groovy +++ b/vars/setUserBinding.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/vars/withEnvSecretWrapper.groovy b/vars/withEnvSecretWrapper.groovy index 9ac9b3c9..66623ef0 100644 --- a/vars/withEnvSecretWrapper.groovy +++ b/vars/withEnvSecretWrapper.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/vars/withLocks.groovy b/vars/withLocks.groovy index 85f6a4bb..a38ce5b4 100644 --- a/vars/withLocks.groovy +++ b/vars/withLocks.groovy @@ -1,5 +1,5 @@ /* - Copyright 2014-2023 Sam Gleske - https://github.com/samrocketman/jervis + Copyright 2014-2024 Sam Gleske - https://github.com/samrocketman/jervis Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.