diff --git a/README.md b/README.md index 2de01855..bb2d0b49 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Read about setting up a Kubernetes cluster and using GoCD on Kubernetes in [GoCD ## License ```plain -Copyright 2020 ThoughtWorks, Inc. +Copyright 2022 Thoughtworks, Inc. 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/build.gradle b/build.gradle index 9830ecf4..844f862e 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ /* - * Copyright 2018 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,7 +24,7 @@ gocdPlugin { goCdVersion = '20.9.0' name = 'Kubernetes Elastic Agent Plugin' description = 'Kubernetes Based Elastic Agent Plugins for GoCD' - vendorName = 'ThoughtWorks, Inc.' + vendorName = 'Thoughtworks, Inc.' vendorUrl = 'https://github.com/gocd/kubernetes-elastic-agents' githubRepo { diff --git a/settings.gradle b/settings.gradle index 90a57477..88ad3c66 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,5 +1,5 @@ /* - * Copyright 2017 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/Agent.java b/src/main/java/cd/go/contrib/elasticagent/Agent.java index 29cece4b..d819afdc 100644 --- a/src/main/java/cd/go/contrib/elasticagent/Agent.java +++ b/src/main/java/cd/go/contrib/elasticagent/Agent.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/AgentInstances.java b/src/main/java/cd/go/contrib/elasticagent/AgentInstances.java index c90eb487..d20431b6 100644 --- a/src/main/java/cd/go/contrib/elasticagent/AgentInstances.java +++ b/src/main/java/cd/go/contrib/elasticagent/AgentInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/Agents.java b/src/main/java/cd/go/contrib/elasticagent/Agents.java index fc44ad27..1067db79 100644 --- a/src/main/java/cd/go/contrib/elasticagent/Agents.java +++ b/src/main/java/cd/go/contrib/elasticagent/Agents.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/Clock.java b/src/main/java/cd/go/contrib/elasticagent/Clock.java index e594141f..13e3935b 100644 --- a/src/main/java/cd/go/contrib/elasticagent/Clock.java +++ b/src/main/java/cd/go/contrib/elasticagent/Clock.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/ClusterProfile.java b/src/main/java/cd/go/contrib/elasticagent/ClusterProfile.java index 1bc38fa1..dcd0c7fe 100644 --- a/src/main/java/cd/go/contrib/elasticagent/ClusterProfile.java +++ b/src/main/java/cd/go/contrib/elasticagent/ClusterProfile.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/ClusterProfileProperties.java b/src/main/java/cd/go/contrib/elasticagent/ClusterProfileProperties.java index aebdd11b..239d511c 100644 --- a/src/main/java/cd/go/contrib/elasticagent/ClusterProfileProperties.java +++ b/src/main/java/cd/go/contrib/elasticagent/ClusterProfileProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/ConsoleLogAppender.java b/src/main/java/cd/go/contrib/elasticagent/ConsoleLogAppender.java index 3933ee4e..5f09c658 100644 --- a/src/main/java/cd/go/contrib/elasticagent/ConsoleLogAppender.java +++ b/src/main/java/cd/go/contrib/elasticagent/ConsoleLogAppender.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/Constants.java b/src/main/java/cd/go/contrib/elasticagent/Constants.java index 5e4fdc7d..2351cafb 100644 --- a/src/main/java/cd/go/contrib/elasticagent/Constants.java +++ b/src/main/java/cd/go/contrib/elasticagent/Constants.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/ElasticAgentProfile.java b/src/main/java/cd/go/contrib/elasticagent/ElasticAgentProfile.java index 7c369999..7f83c3a5 100644 --- a/src/main/java/cd/go/contrib/elasticagent/ElasticAgentProfile.java +++ b/src/main/java/cd/go/contrib/elasticagent/ElasticAgentProfile.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/GoServerURLMetadata.java b/src/main/java/cd/go/contrib/elasticagent/GoServerURLMetadata.java index 2ba22892..443ecf5e 100644 --- a/src/main/java/cd/go/contrib/elasticagent/GoServerURLMetadata.java +++ b/src/main/java/cd/go/contrib/elasticagent/GoServerURLMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/KubernetesAgentInstances.java b/src/main/java/cd/go/contrib/elasticagent/KubernetesAgentInstances.java index 1082d229..4e286169 100644 --- a/src/main/java/cd/go/contrib/elasticagent/KubernetesAgentInstances.java +++ b/src/main/java/cd/go/contrib/elasticagent/KubernetesAgentInstances.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/KubernetesClientFactory.java b/src/main/java/cd/go/contrib/elasticagent/KubernetesClientFactory.java index ba491577..e63a841d 100644 --- a/src/main/java/cd/go/contrib/elasticagent/KubernetesClientFactory.java +++ b/src/main/java/cd/go/contrib/elasticagent/KubernetesClientFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/KubernetesInstance.java b/src/main/java/cd/go/contrib/elasticagent/KubernetesInstance.java index 96efbffe..cd95a353 100644 --- a/src/main/java/cd/go/contrib/elasticagent/KubernetesInstance.java +++ b/src/main/java/cd/go/contrib/elasticagent/KubernetesInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/KubernetesInstanceFactory.java b/src/main/java/cd/go/contrib/elasticagent/KubernetesInstanceFactory.java index 3a73bd3f..afb7a82d 100644 --- a/src/main/java/cd/go/contrib/elasticagent/KubernetesInstanceFactory.java +++ b/src/main/java/cd/go/contrib/elasticagent/KubernetesInstanceFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/KubernetesPlugin.java b/src/main/java/cd/go/contrib/elasticagent/KubernetesPlugin.java index 7e2b9634..ddbc6555 100644 --- a/src/main/java/cd/go/contrib/elasticagent/KubernetesPlugin.java +++ b/src/main/java/cd/go/contrib/elasticagent/KubernetesPlugin.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/PluginRequest.java b/src/main/java/cd/go/contrib/elasticagent/PluginRequest.java index 38d65638..b59cdf3f 100644 --- a/src/main/java/cd/go/contrib/elasticagent/PluginRequest.java +++ b/src/main/java/cd/go/contrib/elasticagent/PluginRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/PluginSettings.java b/src/main/java/cd/go/contrib/elasticagent/PluginSettings.java index 1f5b04cb..c6a34455 100644 --- a/src/main/java/cd/go/contrib/elasticagent/PluginSettings.java +++ b/src/main/java/cd/go/contrib/elasticagent/PluginSettings.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/PluginSettingsNotConfiguredException.java b/src/main/java/cd/go/contrib/elasticagent/PluginSettingsNotConfiguredException.java index 547b0178..be15de0f 100644 --- a/src/main/java/cd/go/contrib/elasticagent/PluginSettingsNotConfiguredException.java +++ b/src/main/java/cd/go/contrib/elasticagent/PluginSettingsNotConfiguredException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/PodState.java b/src/main/java/cd/go/contrib/elasticagent/PodState.java index 246c5ec0..54d54d5a 100644 --- a/src/main/java/cd/go/contrib/elasticagent/PodState.java +++ b/src/main/java/cd/go/contrib/elasticagent/PodState.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/Request.java b/src/main/java/cd/go/contrib/elasticagent/Request.java index d425351f..5aee61f4 100644 --- a/src/main/java/cd/go/contrib/elasticagent/Request.java +++ b/src/main/java/cd/go/contrib/elasticagent/Request.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/RequestExecutor.java b/src/main/java/cd/go/contrib/elasticagent/RequestExecutor.java index 067f4fd1..2b6ca09b 100644 --- a/src/main/java/cd/go/contrib/elasticagent/RequestExecutor.java +++ b/src/main/java/cd/go/contrib/elasticagent/RequestExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/ServerRequestFailedException.java b/src/main/java/cd/go/contrib/elasticagent/ServerRequestFailedException.java index 69be9e37..aa17cd2c 100644 --- a/src/main/java/cd/go/contrib/elasticagent/ServerRequestFailedException.java +++ b/src/main/java/cd/go/contrib/elasticagent/ServerRequestFailedException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/SetupSemaphore.java b/src/main/java/cd/go/contrib/elasticagent/SetupSemaphore.java index d1b1d07f..189eea57 100644 --- a/src/main/java/cd/go/contrib/elasticagent/SetupSemaphore.java +++ b/src/main/java/cd/go/contrib/elasticagent/SetupSemaphore.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/builders/PluginStatusReportViewBuilder.java b/src/main/java/cd/go/contrib/elasticagent/builders/PluginStatusReportViewBuilder.java index 08c7106e..c9330927 100644 --- a/src/main/java/cd/go/contrib/elasticagent/builders/PluginStatusReportViewBuilder.java +++ b/src/main/java/cd/go/contrib/elasticagent/builders/PluginStatusReportViewBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/exception/AgentNotFoundException.java b/src/main/java/cd/go/contrib/elasticagent/exception/AgentNotFoundException.java index ae2e223a..c4bdcc58 100644 --- a/src/main/java/cd/go/contrib/elasticagent/exception/AgentNotFoundException.java +++ b/src/main/java/cd/go/contrib/elasticagent/exception/AgentNotFoundException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/executors/AgentStatusReportExecutor.java b/src/main/java/cd/go/contrib/elasticagent/executors/AgentStatusReportExecutor.java index b2ea0851..510bc899 100644 --- a/src/main/java/cd/go/contrib/elasticagent/executors/AgentStatusReportExecutor.java +++ b/src/main/java/cd/go/contrib/elasticagent/executors/AgentStatusReportExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/executors/ClusterProfileValidateRequestExecutor.java b/src/main/java/cd/go/contrib/elasticagent/executors/ClusterProfileValidateRequestExecutor.java index e6f620ed..005bb709 100644 --- a/src/main/java/cd/go/contrib/elasticagent/executors/ClusterProfileValidateRequestExecutor.java +++ b/src/main/java/cd/go/contrib/elasticagent/executors/ClusterProfileValidateRequestExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/executors/ClusterStatusReportExecutor.java b/src/main/java/cd/go/contrib/elasticagent/executors/ClusterStatusReportExecutor.java index 375f324c..b2480611 100644 --- a/src/main/java/cd/go/contrib/elasticagent/executors/ClusterStatusReportExecutor.java +++ b/src/main/java/cd/go/contrib/elasticagent/executors/ClusterStatusReportExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/executors/CreateAgentRequestExecutor.java b/src/main/java/cd/go/contrib/elasticagent/executors/CreateAgentRequestExecutor.java index 8cedab56..c33359b1 100644 --- a/src/main/java/cd/go/contrib/elasticagent/executors/CreateAgentRequestExecutor.java +++ b/src/main/java/cd/go/contrib/elasticagent/executors/CreateAgentRequestExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/executors/GetCapabilitiesExecutor.java b/src/main/java/cd/go/contrib/elasticagent/executors/GetCapabilitiesExecutor.java index 78b0b915..cbc80645 100644 --- a/src/main/java/cd/go/contrib/elasticagent/executors/GetCapabilitiesExecutor.java +++ b/src/main/java/cd/go/contrib/elasticagent/executors/GetCapabilitiesExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/executors/GetClusterProfileMetadataExecutor.java b/src/main/java/cd/go/contrib/elasticagent/executors/GetClusterProfileMetadataExecutor.java index 6fe23925..0f640384 100644 --- a/src/main/java/cd/go/contrib/elasticagent/executors/GetClusterProfileMetadataExecutor.java +++ b/src/main/java/cd/go/contrib/elasticagent/executors/GetClusterProfileMetadataExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/executors/GetClusterProfileViewRequestExecutor.java b/src/main/java/cd/go/contrib/elasticagent/executors/GetClusterProfileViewRequestExecutor.java index f9a096cc..ca4fb2e0 100644 --- a/src/main/java/cd/go/contrib/elasticagent/executors/GetClusterProfileViewRequestExecutor.java +++ b/src/main/java/cd/go/contrib/elasticagent/executors/GetClusterProfileViewRequestExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/executors/GetPluginSettingsIconExecutor.java b/src/main/java/cd/go/contrib/elasticagent/executors/GetPluginSettingsIconExecutor.java index 9f0316cc..1a63b8c8 100644 --- a/src/main/java/cd/go/contrib/elasticagent/executors/GetPluginSettingsIconExecutor.java +++ b/src/main/java/cd/go/contrib/elasticagent/executors/GetPluginSettingsIconExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/executors/GetProfileMetadataExecutor.java b/src/main/java/cd/go/contrib/elasticagent/executors/GetProfileMetadataExecutor.java index 71da0cd7..7307e54c 100644 --- a/src/main/java/cd/go/contrib/elasticagent/executors/GetProfileMetadataExecutor.java +++ b/src/main/java/cd/go/contrib/elasticagent/executors/GetProfileMetadataExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/executors/GetProfileViewExecutor.java b/src/main/java/cd/go/contrib/elasticagent/executors/GetProfileViewExecutor.java index 051c9473..44b42032 100644 --- a/src/main/java/cd/go/contrib/elasticagent/executors/GetProfileViewExecutor.java +++ b/src/main/java/cd/go/contrib/elasticagent/executors/GetProfileViewExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/executors/JobCompletionRequestExecutor.java b/src/main/java/cd/go/contrib/elasticagent/executors/JobCompletionRequestExecutor.java index f36f967c..d4b630aa 100644 --- a/src/main/java/cd/go/contrib/elasticagent/executors/JobCompletionRequestExecutor.java +++ b/src/main/java/cd/go/contrib/elasticagent/executors/JobCompletionRequestExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/executors/MigrateConfigurationRequestExecutor.java b/src/main/java/cd/go/contrib/elasticagent/executors/MigrateConfigurationRequestExecutor.java index a6e8eef7..a0efea5d 100644 --- a/src/main/java/cd/go/contrib/elasticagent/executors/MigrateConfigurationRequestExecutor.java +++ b/src/main/java/cd/go/contrib/elasticagent/executors/MigrateConfigurationRequestExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/executors/ProfileValidateRequestExecutor.java b/src/main/java/cd/go/contrib/elasticagent/executors/ProfileValidateRequestExecutor.java index 2028c642..4d24c704 100644 --- a/src/main/java/cd/go/contrib/elasticagent/executors/ProfileValidateRequestExecutor.java +++ b/src/main/java/cd/go/contrib/elasticagent/executors/ProfileValidateRequestExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/executors/ServerPingRequestExecutor.java b/src/main/java/cd/go/contrib/elasticagent/executors/ServerPingRequestExecutor.java index abf61076..8e49426c 100644 --- a/src/main/java/cd/go/contrib/elasticagent/executors/ServerPingRequestExecutor.java +++ b/src/main/java/cd/go/contrib/elasticagent/executors/ServerPingRequestExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/executors/ShouldAssignWorkRequestExecutor.java b/src/main/java/cd/go/contrib/elasticagent/executors/ShouldAssignWorkRequestExecutor.java index 89f11928..42073965 100644 --- a/src/main/java/cd/go/contrib/elasticagent/executors/ShouldAssignWorkRequestExecutor.java +++ b/src/main/java/cd/go/contrib/elasticagent/executors/ShouldAssignWorkRequestExecutor.java @@ -1,6 +1,6 @@ /* - * Copyright 2018 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/model/Capabilities.java b/src/main/java/cd/go/contrib/elasticagent/model/Capabilities.java index a71683a1..cd29b92b 100644 --- a/src/main/java/cd/go/contrib/elasticagent/model/Capabilities.java +++ b/src/main/java/cd/go/contrib/elasticagent/model/Capabilities.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/model/Field.java b/src/main/java/cd/go/contrib/elasticagent/model/Field.java index 2064dd61..375f8829 100644 --- a/src/main/java/cd/go/contrib/elasticagent/model/Field.java +++ b/src/main/java/cd/go/contrib/elasticagent/model/Field.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/model/HttpsURLField.java b/src/main/java/cd/go/contrib/elasticagent/model/HttpsURLField.java index e7629ad3..4d49f342 100644 --- a/src/main/java/cd/go/contrib/elasticagent/model/HttpsURLField.java +++ b/src/main/java/cd/go/contrib/elasticagent/model/HttpsURLField.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/model/JobIdentifier.java b/src/main/java/cd/go/contrib/elasticagent/model/JobIdentifier.java index 1dfdd297..02ce96d0 100644 --- a/src/main/java/cd/go/contrib/elasticagent/model/JobIdentifier.java +++ b/src/main/java/cd/go/contrib/elasticagent/model/JobIdentifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/model/KubernetesCluster.java b/src/main/java/cd/go/contrib/elasticagent/model/KubernetesCluster.java index 5e843ce1..16426e66 100644 --- a/src/main/java/cd/go/contrib/elasticagent/model/KubernetesCluster.java +++ b/src/main/java/cd/go/contrib/elasticagent/model/KubernetesCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/model/KubernetesNode.java b/src/main/java/cd/go/contrib/elasticagent/model/KubernetesNode.java index 392f5da2..b4a34a7e 100644 --- a/src/main/java/cd/go/contrib/elasticagent/model/KubernetesNode.java +++ b/src/main/java/cd/go/contrib/elasticagent/model/KubernetesNode.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/model/KubernetesPod.java b/src/main/java/cd/go/contrib/elasticagent/model/KubernetesPod.java index f36e4a69..200e680a 100644 --- a/src/main/java/cd/go/contrib/elasticagent/model/KubernetesPod.java +++ b/src/main/java/cd/go/contrib/elasticagent/model/KubernetesPod.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/model/MemoryMetadata.java b/src/main/java/cd/go/contrib/elasticagent/model/MemoryMetadata.java index 42c8c6c3..bb644a45 100644 --- a/src/main/java/cd/go/contrib/elasticagent/model/MemoryMetadata.java +++ b/src/main/java/cd/go/contrib/elasticagent/model/MemoryMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/model/Metadata.java b/src/main/java/cd/go/contrib/elasticagent/model/Metadata.java index 10568e71..bf21c6a8 100644 --- a/src/main/java/cd/go/contrib/elasticagent/model/Metadata.java +++ b/src/main/java/cd/go/contrib/elasticagent/model/Metadata.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/model/NonBlankField.java b/src/main/java/cd/go/contrib/elasticagent/model/NonBlankField.java index 8828f6f4..f15b2f42 100644 --- a/src/main/java/cd/go/contrib/elasticagent/model/NonBlankField.java +++ b/src/main/java/cd/go/contrib/elasticagent/model/NonBlankField.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/model/PositiveNumberField.java b/src/main/java/cd/go/contrib/elasticagent/model/PositiveNumberField.java index e1c43118..39c9ebdd 100644 --- a/src/main/java/cd/go/contrib/elasticagent/model/PositiveNumberField.java +++ b/src/main/java/cd/go/contrib/elasticagent/model/PositiveNumberField.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/model/ServerInfo.java b/src/main/java/cd/go/contrib/elasticagent/model/ServerInfo.java index dfa6bff2..d1dc68f2 100644 --- a/src/main/java/cd/go/contrib/elasticagent/model/ServerInfo.java +++ b/src/main/java/cd/go/contrib/elasticagent/model/ServerInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/model/reports/agent/KubernetesElasticAgent.java b/src/main/java/cd/go/contrib/elasticagent/model/reports/agent/KubernetesElasticAgent.java index 473c9c9d..358f4cc3 100644 --- a/src/main/java/cd/go/contrib/elasticagent/model/reports/agent/KubernetesElasticAgent.java +++ b/src/main/java/cd/go/contrib/elasticagent/model/reports/agent/KubernetesElasticAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/reports/StatusReportGenerationError.java b/src/main/java/cd/go/contrib/elasticagent/reports/StatusReportGenerationError.java index 3b38e64d..6dbacb96 100644 --- a/src/main/java/cd/go/contrib/elasticagent/reports/StatusReportGenerationError.java +++ b/src/main/java/cd/go/contrib/elasticagent/reports/StatusReportGenerationError.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/reports/StatusReportGenerationErrorHandler.java b/src/main/java/cd/go/contrib/elasticagent/reports/StatusReportGenerationErrorHandler.java index 9f575290..bc5054da 100644 --- a/src/main/java/cd/go/contrib/elasticagent/reports/StatusReportGenerationErrorHandler.java +++ b/src/main/java/cd/go/contrib/elasticagent/reports/StatusReportGenerationErrorHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/reports/StatusReportGenerationException.java b/src/main/java/cd/go/contrib/elasticagent/reports/StatusReportGenerationException.java index 8ce88ef0..7fb79562 100644 --- a/src/main/java/cd/go/contrib/elasticagent/reports/StatusReportGenerationException.java +++ b/src/main/java/cd/go/contrib/elasticagent/reports/StatusReportGenerationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/requests/AgentStatusReportRequest.java b/src/main/java/cd/go/contrib/elasticagent/requests/AgentStatusReportRequest.java index 3b031356..b1cdea84 100644 --- a/src/main/java/cd/go/contrib/elasticagent/requests/AgentStatusReportRequest.java +++ b/src/main/java/cd/go/contrib/elasticagent/requests/AgentStatusReportRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/requests/ClusterProfileValidateRequest.java b/src/main/java/cd/go/contrib/elasticagent/requests/ClusterProfileValidateRequest.java index 516bd73f..ebd05f1e 100644 --- a/src/main/java/cd/go/contrib/elasticagent/requests/ClusterProfileValidateRequest.java +++ b/src/main/java/cd/go/contrib/elasticagent/requests/ClusterProfileValidateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/requests/ClusterStatusReportRequest.java b/src/main/java/cd/go/contrib/elasticagent/requests/ClusterStatusReportRequest.java index adbae98a..6d2fca6c 100644 --- a/src/main/java/cd/go/contrib/elasticagent/requests/ClusterStatusReportRequest.java +++ b/src/main/java/cd/go/contrib/elasticagent/requests/ClusterStatusReportRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/requests/CreateAgentRequest.java b/src/main/java/cd/go/contrib/elasticagent/requests/CreateAgentRequest.java index 212a4e97..27d49d37 100644 --- a/src/main/java/cd/go/contrib/elasticagent/requests/CreateAgentRequest.java +++ b/src/main/java/cd/go/contrib/elasticagent/requests/CreateAgentRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/requests/JobCompletionRequest.java b/src/main/java/cd/go/contrib/elasticagent/requests/JobCompletionRequest.java index ae2741e3..e2e180e8 100644 --- a/src/main/java/cd/go/contrib/elasticagent/requests/JobCompletionRequest.java +++ b/src/main/java/cd/go/contrib/elasticagent/requests/JobCompletionRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/requests/MigrateConfigurationRequest.java b/src/main/java/cd/go/contrib/elasticagent/requests/MigrateConfigurationRequest.java index a3854004..f2db60d1 100644 --- a/src/main/java/cd/go/contrib/elasticagent/requests/MigrateConfigurationRequest.java +++ b/src/main/java/cd/go/contrib/elasticagent/requests/MigrateConfigurationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/requests/ProfileValidateRequest.java b/src/main/java/cd/go/contrib/elasticagent/requests/ProfileValidateRequest.java index fd28100e..094c443d 100644 --- a/src/main/java/cd/go/contrib/elasticagent/requests/ProfileValidateRequest.java +++ b/src/main/java/cd/go/contrib/elasticagent/requests/ProfileValidateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/requests/ServerPingRequest.java b/src/main/java/cd/go/contrib/elasticagent/requests/ServerPingRequest.java index 1fe3a667..4af8e142 100644 --- a/src/main/java/cd/go/contrib/elasticagent/requests/ServerPingRequest.java +++ b/src/main/java/cd/go/contrib/elasticagent/requests/ServerPingRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/requests/ShouldAssignWorkRequest.java b/src/main/java/cd/go/contrib/elasticagent/requests/ShouldAssignWorkRequest.java index e968158f..d7179467 100644 --- a/src/main/java/cd/go/contrib/elasticagent/requests/ShouldAssignWorkRequest.java +++ b/src/main/java/cd/go/contrib/elasticagent/requests/ShouldAssignWorkRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/java/cd/go/contrib/elasticagent/utils/Util.java b/src/main/java/cd/go/contrib/elasticagent/utils/Util.java index edfe8f7c..a6cd8f74 100644 --- a/src/main/java/cd/go/contrib/elasticagent/utils/Util.java +++ b/src/main/java/cd/go/contrib/elasticagent/utils/Util.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 ThoughtWorks, Inc. + * Copyright 2022 Thoughtworks, Inc. * * 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/resources/kubernetes_logo.svg b/src/main/resources/kubernetes_logo.svg index 79ad58b1..b567d775 100644 --- a/src/main/resources/kubernetes_logo.svg +++ b/src/main/resources/kubernetes_logo.svg @@ -1,6 +1,6 @@