diff --git a/README.md b/README.md index 4a2302ab..2033cc07 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ docker run -e "GOCD_SERVER_JVM_OPTIONS=-Dplugin.cd.go.artifact.docker.registry.l ## License ```plain -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/build.gradle b/build.gradle index 4f239b7c..df462c36 100644 --- a/build.gradle +++ b/build.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. @@ -23,7 +23,7 @@ gocdPlugin { goCdVersion = '20.9.0' name = 'Artifact plugin for docker' description = 'Plugin allows to push/pull docker image from public or private docker registry' - vendorName = 'ThoughtWorks, Inc.' + vendorName = 'Thoughtworks, Inc.' vendorUrl = 'https://github.com/gocd/docker-registry-artifact-plugin' githubRepo { diff --git a/settings.gradle b/settings.gradle index 5348e1da..3cff5996 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/artifact/docker/registry/AWSTokenRequestGenerator.java b/src/main/java/cd/go/artifact/docker/registry/AWSTokenRequestGenerator.java index e28aad67..8a80f4aa 100644 --- a/src/main/java/cd/go/artifact/docker/registry/AWSTokenRequestGenerator.java +++ b/src/main/java/cd/go/artifact/docker/registry/AWSTokenRequestGenerator.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/artifact/docker/registry/ConsoleLogger.java b/src/main/java/cd/go/artifact/docker/registry/ConsoleLogger.java index 0d4895bf..1456db9d 100644 --- a/src/main/java/cd/go/artifact/docker/registry/ConsoleLogger.java +++ b/src/main/java/cd/go/artifact/docker/registry/ConsoleLogger.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/artifact/docker/registry/Constants.java b/src/main/java/cd/go/artifact/docker/registry/Constants.java index ee841ca5..3438966f 100644 --- a/src/main/java/cd/go/artifact/docker/registry/Constants.java +++ b/src/main/java/cd/go/artifact/docker/registry/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. @@ -18,8 +18,6 @@ import com.thoughtworks.go.plugin.api.GoPluginIdentifier; -import java.util.Collections; - import static java.util.Arrays.asList; public interface Constants { diff --git a/src/main/java/cd/go/artifact/docker/registry/DockerClientFactory.java b/src/main/java/cd/go/artifact/docker/registry/DockerClientFactory.java index 94d32dfe..9626ed2f 100644 --- a/src/main/java/cd/go/artifact/docker/registry/DockerClientFactory.java +++ b/src/main/java/cd/go/artifact/docker/registry/DockerClientFactory.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/artifact/docker/registry/DockerProgressHandler.java b/src/main/java/cd/go/artifact/docker/registry/DockerProgressHandler.java index 09da7513..e1cafc73 100644 --- a/src/main/java/cd/go/artifact/docker/registry/DockerProgressHandler.java +++ b/src/main/java/cd/go/artifact/docker/registry/DockerProgressHandler.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/artifact/docker/registry/DockerPullResponse.java b/src/main/java/cd/go/artifact/docker/registry/DockerPullResponse.java index 81542f8b..bdba4a1f 100644 --- a/src/main/java/cd/go/artifact/docker/registry/DockerPullResponse.java +++ b/src/main/java/cd/go/artifact/docker/registry/DockerPullResponse.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/artifact/docker/registry/DockerRegistryArtifactPlugin.java b/src/main/java/cd/go/artifact/docker/registry/DockerRegistryArtifactPlugin.java index 8d8ba856..fa28bb06 100644 --- a/src/main/java/cd/go/artifact/docker/registry/DockerRegistryArtifactPlugin.java +++ b/src/main/java/cd/go/artifact/docker/registry/DockerRegistryArtifactPlugin.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/artifact/docker/registry/RegistryAuthSupplierChain.java b/src/main/java/cd/go/artifact/docker/registry/RegistryAuthSupplierChain.java index fbd1ea28..a36b0b9a 100644 --- a/src/main/java/cd/go/artifact/docker/registry/RegistryAuthSupplierChain.java +++ b/src/main/java/cd/go/artifact/docker/registry/RegistryAuthSupplierChain.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/artifact/docker/registry/Request.java b/src/main/java/cd/go/artifact/docker/registry/Request.java index d55a762e..561d3017 100644 --- a/src/main/java/cd/go/artifact/docker/registry/Request.java +++ b/src/main/java/cd/go/artifact/docker/registry/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/artifact/docker/registry/annotation/ConfigMetadata.java b/src/main/java/cd/go/artifact/docker/registry/annotation/ConfigMetadata.java index d859aeb9..1cfd312a 100644 --- a/src/main/java/cd/go/artifact/docker/registry/annotation/ConfigMetadata.java +++ b/src/main/java/cd/go/artifact/docker/registry/annotation/ConfigMetadata.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/artifact/docker/registry/annotation/FieldMetadata.java b/src/main/java/cd/go/artifact/docker/registry/annotation/FieldMetadata.java index 9685627c..9d531a8f 100644 --- a/src/main/java/cd/go/artifact/docker/registry/annotation/FieldMetadata.java +++ b/src/main/java/cd/go/artifact/docker/registry/annotation/FieldMetadata.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/artifact/docker/registry/annotation/FieldType.java b/src/main/java/cd/go/artifact/docker/registry/annotation/FieldType.java index e9373a65..da5d5344 100644 --- a/src/main/java/cd/go/artifact/docker/registry/annotation/FieldType.java +++ b/src/main/java/cd/go/artifact/docker/registry/annotation/FieldType.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/artifact/docker/registry/annotation/MetadataHelper.java b/src/main/java/cd/go/artifact/docker/registry/annotation/MetadataHelper.java index b33b7768..9aa5c81a 100644 --- a/src/main/java/cd/go/artifact/docker/registry/annotation/MetadataHelper.java +++ b/src/main/java/cd/go/artifact/docker/registry/annotation/MetadataHelper.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/artifact/docker/registry/annotation/Validatable.java b/src/main/java/cd/go/artifact/docker/registry/annotation/Validatable.java index c6a8defe..456667a7 100644 --- a/src/main/java/cd/go/artifact/docker/registry/annotation/Validatable.java +++ b/src/main/java/cd/go/artifact/docker/registry/annotation/Validatable.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/artifact/docker/registry/annotation/ValidationError.java b/src/main/java/cd/go/artifact/docker/registry/annotation/ValidationError.java index a59197d7..fe8daf49 100644 --- a/src/main/java/cd/go/artifact/docker/registry/annotation/ValidationError.java +++ b/src/main/java/cd/go/artifact/docker/registry/annotation/ValidationError.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/artifact/docker/registry/annotation/ValidationResult.java b/src/main/java/cd/go/artifact/docker/registry/annotation/ValidationResult.java index 80de4fae..6ab5cf2d 100644 --- a/src/main/java/cd/go/artifact/docker/registry/annotation/ValidationResult.java +++ b/src/main/java/cd/go/artifact/docker/registry/annotation/ValidationResult.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/artifact/docker/registry/executors/FetchArtifactExecutor.java b/src/main/java/cd/go/artifact/docker/registry/executors/FetchArtifactExecutor.java index 5cd63e2f..58dcdd0f 100644 --- a/src/main/java/cd/go/artifact/docker/registry/executors/FetchArtifactExecutor.java +++ b/src/main/java/cd/go/artifact/docker/registry/executors/FetchArtifactExecutor.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/artifact/docker/registry/executors/GetArtifactStoreConfigMetadataExecutor.java b/src/main/java/cd/go/artifact/docker/registry/executors/GetArtifactStoreConfigMetadataExecutor.java index 9397c942..b1bed78f 100644 --- a/src/main/java/cd/go/artifact/docker/registry/executors/GetArtifactStoreConfigMetadataExecutor.java +++ b/src/main/java/cd/go/artifact/docker/registry/executors/GetArtifactStoreConfigMetadataExecutor.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. @@ -20,8 +20,6 @@ import cd.go.artifact.docker.registry.annotation.MetadataHelper; import cd.go.artifact.docker.registry.model.ArtifactStoreConfig; import cd.go.artifact.docker.registry.utils.Util; -import com.google.gson.Gson; -import com.google.gson.GsonBuilder; import com.thoughtworks.go.plugin.api.response.DefaultGoPluginApiResponse; import com.thoughtworks.go.plugin.api.response.GoPluginApiResponse; diff --git a/src/main/java/cd/go/artifact/docker/registry/executors/GetArtifactStoreViewExecutor.java b/src/main/java/cd/go/artifact/docker/registry/executors/GetArtifactStoreViewExecutor.java index 2163b7c0..ebdc7ad6 100644 --- a/src/main/java/cd/go/artifact/docker/registry/executors/GetArtifactStoreViewExecutor.java +++ b/src/main/java/cd/go/artifact/docker/registry/executors/GetArtifactStoreViewExecutor.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/artifact/docker/registry/executors/GetCapabilitiesExecutor.java b/src/main/java/cd/go/artifact/docker/registry/executors/GetCapabilitiesExecutor.java index 2072b5a7..bdd2a690 100644 --- a/src/main/java/cd/go/artifact/docker/registry/executors/GetCapabilitiesExecutor.java +++ b/src/main/java/cd/go/artifact/docker/registry/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/artifact/docker/registry/executors/GetFetchArtifactMetadataExecutor.java b/src/main/java/cd/go/artifact/docker/registry/executors/GetFetchArtifactMetadataExecutor.java index 3e57c2f7..435258ee 100644 --- a/src/main/java/cd/go/artifact/docker/registry/executors/GetFetchArtifactMetadataExecutor.java +++ b/src/main/java/cd/go/artifact/docker/registry/executors/GetFetchArtifactMetadataExecutor.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. @@ -18,14 +18,11 @@ import cd.go.artifact.docker.registry.annotation.ConfigMetadata; import cd.go.artifact.docker.registry.annotation.MetadataHelper; -import cd.go.artifact.docker.registry.model.BuildFileArtifactPlanConfig; import cd.go.artifact.docker.registry.model.FetchArtifactConfig; -import cd.go.artifact.docker.registry.model.ImageTagArtifactPlanConfig; import cd.go.artifact.docker.registry.utils.Util; import com.thoughtworks.go.plugin.api.response.DefaultGoPluginApiResponse; import com.thoughtworks.go.plugin.api.response.GoPluginApiResponse; -import java.util.ArrayList; import java.util.List; public class GetFetchArtifactMetadataExecutor implements RequestExecutor { diff --git a/src/main/java/cd/go/artifact/docker/registry/executors/GetFetchArtifactViewExecutor.java b/src/main/java/cd/go/artifact/docker/registry/executors/GetFetchArtifactViewExecutor.java index 1ea9fcf7..0c7e35e4 100644 --- a/src/main/java/cd/go/artifact/docker/registry/executors/GetFetchArtifactViewExecutor.java +++ b/src/main/java/cd/go/artifact/docker/registry/executors/GetFetchArtifactViewExecutor.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/artifact/docker/registry/executors/GetPluginIconExecutor.java b/src/main/java/cd/go/artifact/docker/registry/executors/GetPluginIconExecutor.java index 73d0d60b..9ce28661 100644 --- a/src/main/java/cd/go/artifact/docker/registry/executors/GetPluginIconExecutor.java +++ b/src/main/java/cd/go/artifact/docker/registry/executors/GetPluginIconExecutor.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/artifact/docker/registry/executors/GetPublishArtifactConfigMetadataExecutor.java b/src/main/java/cd/go/artifact/docker/registry/executors/GetPublishArtifactConfigMetadataExecutor.java index 37ef3949..1a8d7e08 100644 --- a/src/main/java/cd/go/artifact/docker/registry/executors/GetPublishArtifactConfigMetadataExecutor.java +++ b/src/main/java/cd/go/artifact/docker/registry/executors/GetPublishArtifactConfigMetadataExecutor.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/artifact/docker/registry/executors/GetPublishArtifactViewExecutor.java b/src/main/java/cd/go/artifact/docker/registry/executors/GetPublishArtifactViewExecutor.java index 7edbd44d..d8749641 100644 --- a/src/main/java/cd/go/artifact/docker/registry/executors/GetPublishArtifactViewExecutor.java +++ b/src/main/java/cd/go/artifact/docker/registry/executors/GetPublishArtifactViewExecutor.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/artifact/docker/registry/executors/PublishArtifactExecutor.java b/src/main/java/cd/go/artifact/docker/registry/executors/PublishArtifactExecutor.java index f8fcc586..ed304b30 100644 --- a/src/main/java/cd/go/artifact/docker/registry/executors/PublishArtifactExecutor.java +++ b/src/main/java/cd/go/artifact/docker/registry/executors/PublishArtifactExecutor.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/artifact/docker/registry/executors/RequestExecutor.java b/src/main/java/cd/go/artifact/docker/registry/executors/RequestExecutor.java index 7c62fa36..22848519 100644 --- a/src/main/java/cd/go/artifact/docker/registry/executors/RequestExecutor.java +++ b/src/main/java/cd/go/artifact/docker/registry/executors/RequestExecutor.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/artifact/docker/registry/executors/ValidateArtifactStoreConfigExecutor.java b/src/main/java/cd/go/artifact/docker/registry/executors/ValidateArtifactStoreConfigExecutor.java index 73749466..eb15c864 100644 --- a/src/main/java/cd/go/artifact/docker/registry/executors/ValidateArtifactStoreConfigExecutor.java +++ b/src/main/java/cd/go/artifact/docker/registry/executors/ValidateArtifactStoreConfigExecutor.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/artifact/docker/registry/executors/ValidateFetchArtifactConfigExecutor.java b/src/main/java/cd/go/artifact/docker/registry/executors/ValidateFetchArtifactConfigExecutor.java index 8f00deed..77d8b4e3 100644 --- a/src/main/java/cd/go/artifact/docker/registry/executors/ValidateFetchArtifactConfigExecutor.java +++ b/src/main/java/cd/go/artifact/docker/registry/executors/ValidateFetchArtifactConfigExecutor.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. @@ -16,7 +16,6 @@ package cd.go.artifact.docker.registry.executors; -import cd.go.artifact.docker.registry.annotation.ValidationResult; import cd.go.artifact.docker.registry.model.FetchArtifactConfig; import com.thoughtworks.go.plugin.api.request.GoPluginApiRequest; import com.thoughtworks.go.plugin.api.response.DefaultGoPluginApiResponse; diff --git a/src/main/java/cd/go/artifact/docker/registry/executors/ValidatePublishArtifactConfigExecutor.java b/src/main/java/cd/go/artifact/docker/registry/executors/ValidatePublishArtifactConfigExecutor.java index 0a9a2e43..b222add0 100644 --- a/src/main/java/cd/go/artifact/docker/registry/executors/ValidatePublishArtifactConfigExecutor.java +++ b/src/main/java/cd/go/artifact/docker/registry/executors/ValidatePublishArtifactConfigExecutor.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/artifact/docker/registry/model/ArtifactInfo.java b/src/main/java/cd/go/artifact/docker/registry/model/ArtifactInfo.java index 5c38395a..cee7f3ec 100644 --- a/src/main/java/cd/go/artifact/docker/registry/model/ArtifactInfo.java +++ b/src/main/java/cd/go/artifact/docker/registry/model/ArtifactInfo.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/artifact/docker/registry/model/ArtifactPlan.java b/src/main/java/cd/go/artifact/docker/registry/model/ArtifactPlan.java index c6a1b323..7e9d8174 100644 --- a/src/main/java/cd/go/artifact/docker/registry/model/ArtifactPlan.java +++ b/src/main/java/cd/go/artifact/docker/registry/model/ArtifactPlan.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/artifact/docker/registry/model/ArtifactPlanConfig.java b/src/main/java/cd/go/artifact/docker/registry/model/ArtifactPlanConfig.java index 341c13c6..2894ff9c 100644 --- a/src/main/java/cd/go/artifact/docker/registry/model/ArtifactPlanConfig.java +++ b/src/main/java/cd/go/artifact/docker/registry/model/ArtifactPlanConfig.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/artifact/docker/registry/model/ArtifactStore.java b/src/main/java/cd/go/artifact/docker/registry/model/ArtifactStore.java index 7e20df3f..2128a2e0 100644 --- a/src/main/java/cd/go/artifact/docker/registry/model/ArtifactStore.java +++ b/src/main/java/cd/go/artifact/docker/registry/model/ArtifactStore.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/artifact/docker/registry/model/ArtifactStoreConfig.java b/src/main/java/cd/go/artifact/docker/registry/model/ArtifactStoreConfig.java index c711a4ba..bc7b195a 100644 --- a/src/main/java/cd/go/artifact/docker/registry/model/ArtifactStoreConfig.java +++ b/src/main/java/cd/go/artifact/docker/registry/model/ArtifactStoreConfig.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/artifact/docker/registry/model/Capabilities.java b/src/main/java/cd/go/artifact/docker/registry/model/Capabilities.java index fbbd692a..e04668ad 100644 --- a/src/main/java/cd/go/artifact/docker/registry/model/Capabilities.java +++ b/src/main/java/cd/go/artifact/docker/registry/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/artifact/docker/registry/model/DockerImage.java b/src/main/java/cd/go/artifact/docker/registry/model/DockerImage.java index c937dac8..475f44b0 100644 --- a/src/main/java/cd/go/artifact/docker/registry/model/DockerImage.java +++ b/src/main/java/cd/go/artifact/docker/registry/model/DockerImage.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/artifact/docker/registry/model/FetchArtifact.java b/src/main/java/cd/go/artifact/docker/registry/model/FetchArtifact.java index b96a82cb..21e4d029 100644 --- a/src/main/java/cd/go/artifact/docker/registry/model/FetchArtifact.java +++ b/src/main/java/cd/go/artifact/docker/registry/model/FetchArtifact.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/artifact/docker/registry/model/FetchArtifactConfig.java b/src/main/java/cd/go/artifact/docker/registry/model/FetchArtifactConfig.java index 1afad021..624aa136 100644 --- a/src/main/java/cd/go/artifact/docker/registry/model/FetchArtifactConfig.java +++ b/src/main/java/cd/go/artifact/docker/registry/model/FetchArtifactConfig.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/artifact/docker/registry/model/PublishArtifactRequest.java b/src/main/java/cd/go/artifact/docker/registry/model/PublishArtifactRequest.java index 6c7e4a00..fc456a73 100644 --- a/src/main/java/cd/go/artifact/docker/registry/model/PublishArtifactRequest.java +++ b/src/main/java/cd/go/artifact/docker/registry/model/PublishArtifactRequest.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/artifact/docker/registry/model/PublishArtifactResponse.java b/src/main/java/cd/go/artifact/docker/registry/model/PublishArtifactResponse.java index 57ab4e53..80423eb3 100644 --- a/src/main/java/cd/go/artifact/docker/registry/model/PublishArtifactResponse.java +++ b/src/main/java/cd/go/artifact/docker/registry/model/PublishArtifactResponse.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/artifact/docker/registry/utils/Util.java b/src/main/java/cd/go/artifact/docker/registry/utils/Util.java index 6bb39c51..32e3cb56 100644 --- a/src/main/java/cd/go/artifact/docker/registry/utils/Util.java +++ b/src/main/java/cd/go/artifact/docker/registry/utils/Util.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/resources/plugin-settings.template.html b/src/main/resources/plugin-settings.template.html index dc26b534..ffd7f721 100644 --- a/src/main/resources/plugin-settings.template.html +++ b/src/main/resources/plugin-settings.template.html @@ -1,5 +1,5 @@