diff --git a/.github/README.md b/.github/README.md index d58a3b63..02e630e7 100644 --- a/.github/README.md +++ b/.github/README.md @@ -34,7 +34,7 @@ Please see our [support](SUPPORT.md) documentation for further instructions. ## Copyright and License ``` -Copyright (c) 2021 Target Brands, Inc. +Copyright (c) 2022 Target Brands, Inc. ``` [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0) diff --git a/Dockerfile b/Dockerfile index 58369f9e..94738924 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Target Brands, Inc. All rights reserved. +# Copyright (c) 2022 Target Brands, Inc. All rights reserved. # # Use of this source code is governed by the LICENSE file in this repository. diff --git a/Dockerfile-alpine b/Dockerfile-alpine index b74bcc2e..c1c42c56 100644 --- a/Dockerfile-alpine +++ b/Dockerfile-alpine @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Target Brands, Inc. All rights reserved. +# Copyright (c) 2022 Target Brands, Inc. All rights reserved. # # Use of this source code is governed by the LICENSE file in this repository. diff --git a/LICENSE b/LICENSE index 026db73c..3abdb036 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright (c) 2021 Target Brands, Inc. + Copyright (c) 2022 Target Brands, 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/Makefile b/Makefile index d0a3e482..290035ef 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Target Brands, Inc. All rights reserved. +# Copyright (c) 2022 Target Brands, Inc. All rights reserved. # # Use of this source code is governed by the LICENSE file in this repository. diff --git a/api/build.go b/api/build.go index 28e30293..e552a815 100644 --- a/api/build.go +++ b/api/build.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/api/doc.go b/api/doc.go index b649d6ab..aacdede7 100644 --- a/api/doc.go +++ b/api/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/api/executor.go b/api/executor.go index c4e1cc12..d7880a63 100644 --- a/api/executor.go +++ b/api/executor.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/api/health.go b/api/health.go index 32bbc894..5609fb75 100644 --- a/api/health.go +++ b/api/health.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/api/metrics.go b/api/metrics.go index 992c2121..67585339 100644 --- a/api/metrics.go +++ b/api/metrics.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/api/pipeline.go b/api/pipeline.go index 272caf33..3755bd6f 100644 --- a/api/pipeline.go +++ b/api/pipeline.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/api/repo.go b/api/repo.go index 5005a39d..1a79af62 100644 --- a/api/repo.go +++ b/api/repo.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/api/shutdown.go b/api/shutdown.go index 60c5413a..82e8aa2f 100644 --- a/api/shutdown.go +++ b/api/shutdown.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/api/version.go b/api/version.go index 62f5d990..a7400fa9 100644 --- a/api/version.go +++ b/api/version.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/cmd/vela-worker/client.go b/cmd/vela-worker/client.go index 33731cfb..677df2dc 100644 --- a/cmd/vela-worker/client.go +++ b/cmd/vela-worker/client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/cmd/vela-worker/exec.go b/cmd/vela-worker/exec.go index 2567a17b..50d70f9d 100644 --- a/cmd/vela-worker/exec.go +++ b/cmd/vela-worker/exec.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/cmd/vela-worker/flags.go b/cmd/vela-worker/flags.go index 585664e5..cefbacf2 100644 --- a/cmd/vela-worker/flags.go +++ b/cmd/vela-worker/flags.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/cmd/vela-worker/main.go b/cmd/vela-worker/main.go index c0ca7878..cef5fd75 100644 --- a/cmd/vela-worker/main.go +++ b/cmd/vela-worker/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. @@ -55,7 +55,7 @@ func main() { app.Name = "vela-worker" app.HelpName = "vela-worker" app.Usage = "Vela build daemon designed for executing pipelines" - app.Copyright = "Copyright (c) 2021 Target Brands, Inc. All rights reserved." + app.Copyright = "Copyright (c) 2022 Target Brands, Inc. All rights reserved." app.Authors = []*cli.Author{ { Name: "Vela Admins", diff --git a/cmd/vela-worker/operate.go b/cmd/vela-worker/operate.go index 75372d12..53a522d6 100644 --- a/cmd/vela-worker/operate.go +++ b/cmd/vela-worker/operate.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/cmd/vela-worker/register.go b/cmd/vela-worker/register.go index bb6c646e..e147b83a 100644 --- a/cmd/vela-worker/register.go +++ b/cmd/vela-worker/register.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/cmd/vela-worker/run.go b/cmd/vela-worker/run.go index 4d0fc388..e519531d 100644 --- a/cmd/vela-worker/run.go +++ b/cmd/vela-worker/run.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/cmd/vela-worker/server.go b/cmd/vela-worker/server.go index 44cc1095..876c8064 100644 --- a/cmd/vela-worker/server.go +++ b/cmd/vela-worker/server.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/cmd/vela-worker/start.go b/cmd/vela-worker/start.go index f27350c5..74f8cca5 100644 --- a/cmd/vela-worker/start.go +++ b/cmd/vela-worker/start.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/cmd/vela-worker/validate.go b/cmd/vela-worker/validate.go index 3c9a46b0..84db82b1 100644 --- a/cmd/vela-worker/validate.go +++ b/cmd/vela-worker/validate.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/cmd/vela-worker/worker.go b/cmd/vela-worker/worker.go index 434fba22..02eb4ff1 100644 --- a/cmd/vela-worker/worker.go +++ b/cmd/vela-worker/worker.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/docker-compose.yml b/docker-compose.yml index 53731914..2050ae46 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Target Brands, Inc. All rights reserved. +# Copyright (c) 2022 Target Brands, Inc. All rights reserved. # # Use of this source code is governed by the LICENSE file in this repository. @@ -152,4 +152,4 @@ services: - IPC_LOCK networks: - vela: + vela: \ No newline at end of file diff --git a/executor/context.go b/executor/context.go index 37750533..f06e77b6 100644 --- a/executor/context.go +++ b/executor/context.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/context_test.go b/executor/context_test.go index ba83e911..790e5ff3 100644 --- a/executor/context_test.go +++ b/executor/context_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/doc.go b/executor/doc.go index b17464e1..c3dc5a64 100644 --- a/executor/doc.go +++ b/executor/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/engine.go b/executor/engine.go index 0fbd4c88..b3fba545 100644 --- a/executor/engine.go +++ b/executor/engine.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/executor.go b/executor/executor.go index 1fd80458..031ca6cf 100644 --- a/executor/executor.go +++ b/executor/executor.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/executor_test.go b/executor/executor_test.go index 86e17c5e..bbd56188 100644 --- a/executor/executor_test.go +++ b/executor/executor_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/flags.go b/executor/flags.go index f1321da8..df9d7743 100644 --- a/executor/flags.go +++ b/executor/flags.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/linux/api.go b/executor/linux/api.go index 167d7546..9ee2150a 100644 --- a/executor/linux/api.go +++ b/executor/linux/api.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/linux/api_test.go b/executor/linux/api_test.go index a60d0f11..6004f806 100644 --- a/executor/linux/api_test.go +++ b/executor/linux/api_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/linux/build.go b/executor/linux/build.go index f721715b..fa31f65d 100644 --- a/executor/linux/build.go +++ b/executor/linux/build.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/linux/build_test.go b/executor/linux/build_test.go index d95474f5..86279bfb 100644 --- a/executor/linux/build_test.go +++ b/executor/linux/build_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/linux/doc.go b/executor/linux/doc.go index cd16e144..f26b67fd 100644 --- a/executor/linux/doc.go +++ b/executor/linux/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/linux/driver.go b/executor/linux/driver.go index a1d80eb5..22b9ec64 100644 --- a/executor/linux/driver.go +++ b/executor/linux/driver.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/linux/driver_test.go b/executor/linux/driver_test.go index b6f77fc9..294fe1e2 100644 --- a/executor/linux/driver_test.go +++ b/executor/linux/driver_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/linux/linux.go b/executor/linux/linux.go index e6308c3b..50e490ea 100644 --- a/executor/linux/linux.go +++ b/executor/linux/linux.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/linux/linux_test.go b/executor/linux/linux_test.go index 5965c621..cd95faf3 100644 --- a/executor/linux/linux_test.go +++ b/executor/linux/linux_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/linux/opts.go b/executor/linux/opts.go index c096e7c9..04f23146 100644 --- a/executor/linux/opts.go +++ b/executor/linux/opts.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/linux/opts_test.go b/executor/linux/opts_test.go index 026d9c1c..4d2f2621 100644 --- a/executor/linux/opts_test.go +++ b/executor/linux/opts_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/linux/secret.go b/executor/linux/secret.go index 79e2dbb0..0d0be10a 100644 --- a/executor/linux/secret.go +++ b/executor/linux/secret.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/linux/secret_test.go b/executor/linux/secret_test.go index 0fe2da18..66ebd4da 100644 --- a/executor/linux/secret_test.go +++ b/executor/linux/secret_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/linux/service.go b/executor/linux/service.go index f40f131a..c1a38200 100644 --- a/executor/linux/service.go +++ b/executor/linux/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/linux/service_test.go b/executor/linux/service_test.go index fea5d62d..ab9fee11 100644 --- a/executor/linux/service_test.go +++ b/executor/linux/service_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/linux/stage.go b/executor/linux/stage.go index 01a44034..21b738f0 100644 --- a/executor/linux/stage.go +++ b/executor/linux/stage.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/linux/stage_test.go b/executor/linux/stage_test.go index 67164059..2ac87e9d 100644 --- a/executor/linux/stage_test.go +++ b/executor/linux/stage_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/linux/step.go b/executor/linux/step.go index 8a340584..181b27b9 100644 --- a/executor/linux/step.go +++ b/executor/linux/step.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/linux/step_test.go b/executor/linux/step_test.go index 30f86346..df1450e0 100644 --- a/executor/linux/step_test.go +++ b/executor/linux/step_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/local/api.go b/executor/local/api.go index 0ed25483..2be695a5 100644 --- a/executor/local/api.go +++ b/executor/local/api.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/local/api_test.go b/executor/local/api_test.go index 97ebc3ab..0b909732 100644 --- a/executor/local/api_test.go +++ b/executor/local/api_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/local/build.go b/executor/local/build.go index 0511dacb..312ba8c8 100644 --- a/executor/local/build.go +++ b/executor/local/build.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/local/build_test.go b/executor/local/build_test.go index 5643e1c1..8e687173 100644 --- a/executor/local/build_test.go +++ b/executor/local/build_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/local/doc.go b/executor/local/doc.go index 0f487a8f..be55b775 100644 --- a/executor/local/doc.go +++ b/executor/local/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/local/driver.go b/executor/local/driver.go index e02eb0f1..27bd6cb8 100644 --- a/executor/local/driver.go +++ b/executor/local/driver.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/local/driver_test.go b/executor/local/driver_test.go index 4f19c178..171b9a1a 100644 --- a/executor/local/driver_test.go +++ b/executor/local/driver_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/local/local.go b/executor/local/local.go index 801b7ce8..c922a1af 100644 --- a/executor/local/local.go +++ b/executor/local/local.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/local/local_test.go b/executor/local/local_test.go index cc64b289..c3644e3a 100644 --- a/executor/local/local_test.go +++ b/executor/local/local_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/local/opts.go b/executor/local/opts.go index cdae43a8..6b7a489a 100644 --- a/executor/local/opts.go +++ b/executor/local/opts.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/local/opts_test.go b/executor/local/opts_test.go index 2ed93c51..e55975c1 100644 --- a/executor/local/opts_test.go +++ b/executor/local/opts_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/local/service.go b/executor/local/service.go index 7248502f..b90ca91d 100644 --- a/executor/local/service.go +++ b/executor/local/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/local/service_test.go b/executor/local/service_test.go index e3e1c784..c6bd1ae9 100644 --- a/executor/local/service_test.go +++ b/executor/local/service_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/local/stage.go b/executor/local/stage.go index 6b807590..16d27ee7 100644 --- a/executor/local/stage.go +++ b/executor/local/stage.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/local/stage_test.go b/executor/local/stage_test.go index 676f83b6..3272182e 100644 --- a/executor/local/stage_test.go +++ b/executor/local/stage_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/local/step.go b/executor/local/step.go index 860ba3ae..032ccbbf 100644 --- a/executor/local/step.go +++ b/executor/local/step.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/setup.go b/executor/setup.go index a2660891..ba1dc615 100644 --- a/executor/setup.go +++ b/executor/setup.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/executor/setup_test.go b/executor/setup_test.go index a09705bb..32494180 100644 --- a/executor/setup_test.go +++ b/executor/setup_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/internal/build/doc.go b/internal/build/doc.go index c2c5c609..e1870f2c 100644 --- a/internal/build/doc.go +++ b/internal/build/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/internal/build/snapshot.go b/internal/build/snapshot.go index 77adb1e8..02b96458 100644 --- a/internal/build/snapshot.go +++ b/internal/build/snapshot.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/internal/build/snapshot_test.go b/internal/build/snapshot_test.go index 8f5f4712..23c3ddfa 100644 --- a/internal/build/snapshot_test.go +++ b/internal/build/snapshot_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/internal/build/upload.go b/internal/build/upload.go index 4ab8e6f5..f39b6c94 100644 --- a/internal/build/upload.go +++ b/internal/build/upload.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/internal/build/upload_test.go b/internal/build/upload_test.go index 4695af1a..45f93479 100644 --- a/internal/build/upload_test.go +++ b/internal/build/upload_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/internal/doc.go b/internal/doc.go index a8093234..7f15e7d5 100644 --- a/internal/doc.go +++ b/internal/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/internal/image/doc.go b/internal/image/doc.go index d740349f..8277eab6 100644 --- a/internal/image/doc.go +++ b/internal/image/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/internal/image/image.go b/internal/image/image.go index 6175ff18..d662a464 100644 --- a/internal/image/image.go +++ b/internal/image/image.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/internal/image/image_test.go b/internal/image/image_test.go index 999ba3f3..c8a40298 100644 --- a/internal/image/image_test.go +++ b/internal/image/image_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/internal/internal.go b/internal/internal.go index a0e07f05..c1bc3e4a 100644 --- a/internal/internal.go +++ b/internal/internal.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/internal/service/doc.go b/internal/service/doc.go index 7a2f0920..93b428e3 100644 --- a/internal/service/doc.go +++ b/internal/service/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/internal/service/environment.go b/internal/service/environment.go index 401a4b83..312f686a 100644 --- a/internal/service/environment.go +++ b/internal/service/environment.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/internal/service/environment_test.go b/internal/service/environment_test.go index d4c89457..e5de3b62 100644 --- a/internal/service/environment_test.go +++ b/internal/service/environment_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/internal/service/load.go b/internal/service/load.go index 7c49e367..250731df 100644 --- a/internal/service/load.go +++ b/internal/service/load.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/internal/service/load_test.go b/internal/service/load_test.go index 01d6cb63..ad0f5be8 100644 --- a/internal/service/load_test.go +++ b/internal/service/load_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/internal/service/snapshot.go b/internal/service/snapshot.go index 5421ef02..9a99f477 100644 --- a/internal/service/snapshot.go +++ b/internal/service/snapshot.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/internal/service/snapshot_test.go b/internal/service/snapshot_test.go index c51da19e..11857c2c 100644 --- a/internal/service/snapshot_test.go +++ b/internal/service/snapshot_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/internal/service/upload.go b/internal/service/upload.go index 96ac7b2e..cb3108fb 100644 --- a/internal/service/upload.go +++ b/internal/service/upload.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/internal/service/upload_test.go b/internal/service/upload_test.go index c93f1524..119d2a54 100644 --- a/internal/service/upload_test.go +++ b/internal/service/upload_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/internal/step/doc.go b/internal/step/doc.go index e763b81d..333ebe65 100644 --- a/internal/step/doc.go +++ b/internal/step/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/internal/step/environment.go b/internal/step/environment.go index 36821c4a..bff3cff9 100644 --- a/internal/step/environment.go +++ b/internal/step/environment.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/internal/step/environment_test.go b/internal/step/environment_test.go index d8441374..9db02ae7 100644 --- a/internal/step/environment_test.go +++ b/internal/step/environment_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/internal/step/load.go b/internal/step/load.go index 52b8a08f..e6f92075 100644 --- a/internal/step/load.go +++ b/internal/step/load.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/internal/step/load_test.go b/internal/step/load_test.go index 74bb1e7c..09f41c82 100644 --- a/internal/step/load_test.go +++ b/internal/step/load_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/internal/step/skip.go b/internal/step/skip.go index cc7a8fac..a4491228 100644 --- a/internal/step/skip.go +++ b/internal/step/skip.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/internal/step/skip_test.go b/internal/step/skip_test.go index c1c8fc3c..0e2449cb 100644 --- a/internal/step/skip_test.go +++ b/internal/step/skip_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/internal/step/snapshot.go b/internal/step/snapshot.go index d1a155cc..a426b4cb 100644 --- a/internal/step/snapshot.go +++ b/internal/step/snapshot.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/internal/step/snapshot_test.go b/internal/step/snapshot_test.go index 385e22e9..5fc4cf83 100644 --- a/internal/step/snapshot_test.go +++ b/internal/step/snapshot_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/internal/step/upload.go b/internal/step/upload.go index f0c29897..47e36390 100644 --- a/internal/step/upload.go +++ b/internal/step/upload.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/internal/step/upload_test.go b/internal/step/upload_test.go index fdbe740c..10bf7dac 100644 --- a/internal/step/upload_test.go +++ b/internal/step/upload_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/internal/volume/doc.go b/internal/volume/doc.go index e1f59b80..1d433f7b 100644 --- a/internal/volume/doc.go +++ b/internal/volume/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/internal/volume/volume.go b/internal/volume/volume.go index d2f531ea..ad18c647 100644 --- a/internal/volume/volume.go +++ b/internal/volume/volume.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/internal/volume/volume_test.go b/internal/volume/volume_test.go index f1fa9f22..f7f458c4 100644 --- a/internal/volume/volume_test.go +++ b/internal/volume/volume_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/mock/doc.go b/mock/doc.go index b301891e..fa9536ea 100644 --- a/mock/doc.go +++ b/mock/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/mock/docker/config.go b/mock/docker/config.go index 6ccbc2bf..e7786e2b 100644 --- a/mock/docker/config.go +++ b/mock/docker/config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/mock/docker/container.go b/mock/docker/container.go index 773b7259..32d0d2ac 100644 --- a/mock/docker/container.go +++ b/mock/docker/container.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/mock/docker/distribution.go b/mock/docker/distribution.go index eb78ce76..fa1e0ebf 100644 --- a/mock/docker/distribution.go +++ b/mock/docker/distribution.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/mock/docker/doc.go b/mock/docker/doc.go index 04e8f801..bf56572d 100644 --- a/mock/docker/doc.go +++ b/mock/docker/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/mock/docker/docker.go b/mock/docker/docker.go index 96b60895..3528846e 100644 --- a/mock/docker/docker.go +++ b/mock/docker/docker.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/mock/docker/image.go b/mock/docker/image.go index 23dac612..eecd81ab 100644 --- a/mock/docker/image.go +++ b/mock/docker/image.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/mock/docker/mock.go b/mock/docker/mock.go index 08a139d7..5a4014ac 100644 --- a/mock/docker/mock.go +++ b/mock/docker/mock.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/mock/docker/network.go b/mock/docker/network.go index 56df60d5..9ec142c0 100644 --- a/mock/docker/network.go +++ b/mock/docker/network.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/mock/docker/node.go b/mock/docker/node.go index 168f0f01..f582d7f1 100644 --- a/mock/docker/node.go +++ b/mock/docker/node.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/mock/docker/plugin.go b/mock/docker/plugin.go index 396250a0..22c63dd2 100644 --- a/mock/docker/plugin.go +++ b/mock/docker/plugin.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/mock/docker/secret.go b/mock/docker/secret.go index 04f4495a..88059c22 100644 --- a/mock/docker/secret.go +++ b/mock/docker/secret.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/mock/docker/service.go b/mock/docker/service.go index 750a1522..e33be0db 100644 --- a/mock/docker/service.go +++ b/mock/docker/service.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/mock/docker/swarm.go b/mock/docker/swarm.go index bf45b893..c43bf6ca 100644 --- a/mock/docker/swarm.go +++ b/mock/docker/swarm.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/mock/docker/system.go b/mock/docker/system.go index bac9f756..850f10fb 100644 --- a/mock/docker/system.go +++ b/mock/docker/system.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/mock/docker/volume.go b/mock/docker/volume.go index 36009818..db64c804 100644 --- a/mock/docker/volume.go +++ b/mock/docker/volume.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/mock/mock.go b/mock/mock.go index 7ff45c76..9b5d8104 100644 --- a/mock/mock.go +++ b/mock/mock.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/router/build.go b/router/build.go index 2338727a..9035840f 100644 --- a/router/build.go +++ b/router/build.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/router/build_test.go b/router/build_test.go index 745840a6..19eac607 100644 --- a/router/build_test.go +++ b/router/build_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/router/doc.go b/router/doc.go index c6912704..e43cf3f4 100644 --- a/router/doc.go +++ b/router/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/router/executor.go b/router/executor.go index 54d923c2..a5c572b5 100644 --- a/router/executor.go +++ b/router/executor.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/router/executor_test.go b/router/executor_test.go index 4893176c..90456e9d 100644 --- a/router/executor_test.go +++ b/router/executor_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/router/middleware/doc.go b/router/middleware/doc.go index 1fbfa2c8..8fb02358 100644 --- a/router/middleware/doc.go +++ b/router/middleware/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/router/middleware/executor.go b/router/middleware/executor.go index c5f53eb1..3ea92897 100644 --- a/router/middleware/executor.go +++ b/router/middleware/executor.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/router/middleware/executor/executor.go b/router/middleware/executor/executor.go index 3b558b27..f58682d9 100644 --- a/router/middleware/executor/executor.go +++ b/router/middleware/executor/executor.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/router/middleware/executor/executor_test.go b/router/middleware/executor/executor_test.go index a1839000..fde97dbb 100644 --- a/router/middleware/executor/executor_test.go +++ b/router/middleware/executor/executor_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/router/middleware/executor_test.go b/router/middleware/executor_test.go index 7e4d40a0..65611db0 100644 --- a/router/middleware/executor_test.go +++ b/router/middleware/executor_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/router/middleware/header.go b/router/middleware/header.go index 19cd47f2..5a7d8519 100644 --- a/router/middleware/header.go +++ b/router/middleware/header.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/router/middleware/header_test.go b/router/middleware/header_test.go index aa0b3ea5..248d43d9 100644 --- a/router/middleware/header_test.go +++ b/router/middleware/header_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/router/middleware/logger.go b/router/middleware/logger.go index 7de05d50..754e401a 100644 --- a/router/middleware/logger.go +++ b/router/middleware/logger.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/router/middleware/logger_test.go b/router/middleware/logger_test.go index 620b9637..d20b400d 100644 --- a/router/middleware/logger_test.go +++ b/router/middleware/logger_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/router/middleware/payload.go b/router/middleware/payload.go index e84ca1f7..2ef7e5e2 100644 --- a/router/middleware/payload.go +++ b/router/middleware/payload.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/router/middleware/payload_test.go b/router/middleware/payload_test.go index 6edb7db1..235cec5b 100644 --- a/router/middleware/payload_test.go +++ b/router/middleware/payload_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/router/middleware/perm/doc.go b/router/middleware/perm/doc.go index 29469464..e68e1c71 100644 --- a/router/middleware/perm/doc.go +++ b/router/middleware/perm/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/router/middleware/perm/perm.go b/router/middleware/perm/perm.go index 675b224c..ee989c2d 100644 --- a/router/middleware/perm/perm.go +++ b/router/middleware/perm/perm.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/router/middleware/perm/perm_test.go b/router/middleware/perm/perm_test.go index 64f55951..64eb967c 100644 --- a/router/middleware/perm/perm_test.go +++ b/router/middleware/perm/perm_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/router/middleware/secret.go b/router/middleware/secret.go index 1fcc5195..c880a425 100644 --- a/router/middleware/secret.go +++ b/router/middleware/secret.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/router/middleware/secret_test.go b/router/middleware/secret_test.go index 9b454d78..1f37a084 100644 --- a/router/middleware/secret_test.go +++ b/router/middleware/secret_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/router/middleware/token/doc.go b/router/middleware/token/doc.go index 8ebe0e2a..63e877fe 100644 --- a/router/middleware/token/doc.go +++ b/router/middleware/token/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/router/middleware/token/token.go b/router/middleware/token/token.go index 310a2d80..0327c607 100644 --- a/router/middleware/token/token.go +++ b/router/middleware/token/token.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/router/middleware/token/token_test.go b/router/middleware/token/token_test.go index 41a51298..98a5ac7f 100644 --- a/router/middleware/token/token_test.go +++ b/router/middleware/token/token_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/router/middleware/user/context.go b/router/middleware/user/context.go index 70625cc4..944a1f3e 100644 --- a/router/middleware/user/context.go +++ b/router/middleware/user/context.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/router/middleware/user/context_test.go b/router/middleware/user/context_test.go index 5e233863..6cfe188a 100644 --- a/router/middleware/user/context_test.go +++ b/router/middleware/user/context_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/router/middleware/user/doc.go b/router/middleware/user/doc.go index 2d64d5d2..b476b5e2 100644 --- a/router/middleware/user/doc.go +++ b/router/middleware/user/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/router/middleware/user/user.go b/router/middleware/user/user.go index 3f451603..817aa0e9 100644 --- a/router/middleware/user/user.go +++ b/router/middleware/user/user.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/router/middleware/user/user_test.go b/router/middleware/user/user_test.go index c2f2837f..b4f8b52f 100644 --- a/router/middleware/user/user_test.go +++ b/router/middleware/user/user_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/router/pipeline.go b/router/pipeline.go index 6fb9fadd..a738b6f0 100644 --- a/router/pipeline.go +++ b/router/pipeline.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this pipelinesitory. diff --git a/router/pipeline_test.go b/router/pipeline_test.go index a6d73135..f5a3e090 100644 --- a/router/pipeline_test.go +++ b/router/pipeline_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/router/repo.go b/router/repo.go index b4dec747..ca27b3f6 100644 --- a/router/repo.go +++ b/router/repo.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/router/repo_test.go b/router/repo_test.go index c44857ef..613c5963 100644 --- a/router/repo_test.go +++ b/router/repo_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/router/router.go b/router/router.go index 26ae94d0..7268ec9f 100644 --- a/router/router.go +++ b/router/router.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/router/router_test.go b/router/router_test.go index 18218111..549369a9 100644 --- a/router/router_test.go +++ b/router/router_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/context.go b/runtime/context.go index f85d972d..88c08303 100644 --- a/runtime/context.go +++ b/runtime/context.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/context_test.go b/runtime/context_test.go index 1ae77b45..9621cad7 100644 --- a/runtime/context_test.go +++ b/runtime/context_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/doc.go b/runtime/doc.go index a0024770..78ea790f 100644 --- a/runtime/doc.go +++ b/runtime/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/docker/build.go b/runtime/docker/build.go index 260573b3..305422ba 100644 --- a/runtime/docker/build.go +++ b/runtime/docker/build.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/docker/build_test.go b/runtime/docker/build_test.go index 4ac26f25..685d5238 100644 --- a/runtime/docker/build_test.go +++ b/runtime/docker/build_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/docker/container.go b/runtime/docker/container.go index 02cf0a4d..870360bc 100644 --- a/runtime/docker/container.go +++ b/runtime/docker/container.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/docker/container_test.go b/runtime/docker/container_test.go index 24fb4063..da704f0f 100644 --- a/runtime/docker/container_test.go +++ b/runtime/docker/container_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/docker/doc.go b/runtime/docker/doc.go index 78dfe7b0..9edb7dc0 100644 --- a/runtime/docker/doc.go +++ b/runtime/docker/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/docker/docker.go b/runtime/docker/docker.go index 74eb8a06..6b13a443 100644 --- a/runtime/docker/docker.go +++ b/runtime/docker/docker.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/docker/docker_test.go b/runtime/docker/docker_test.go index ba5d9c89..84552ec8 100644 --- a/runtime/docker/docker_test.go +++ b/runtime/docker/docker_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/docker/driver.go b/runtime/docker/driver.go index 52e037d4..13872594 100644 --- a/runtime/docker/driver.go +++ b/runtime/docker/driver.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/docker/driver_test.go b/runtime/docker/driver_test.go index 3ed51c78..917cccae 100644 --- a/runtime/docker/driver_test.go +++ b/runtime/docker/driver_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/docker/image.go b/runtime/docker/image.go index d311a350..e53f7be3 100644 --- a/runtime/docker/image.go +++ b/runtime/docker/image.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/docker/image_test.go b/runtime/docker/image_test.go index cefa0757..7181dcf1 100644 --- a/runtime/docker/image_test.go +++ b/runtime/docker/image_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/docker/network.go b/runtime/docker/network.go index e1c20679..9140eaf5 100644 --- a/runtime/docker/network.go +++ b/runtime/docker/network.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/docker/network_test.go b/runtime/docker/network_test.go index 9b8bbe56..61ce91ab 100644 --- a/runtime/docker/network_test.go +++ b/runtime/docker/network_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/docker/opts.go b/runtime/docker/opts.go index d1b4884c..de1b46be 100644 --- a/runtime/docker/opts.go +++ b/runtime/docker/opts.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/docker/opts_test.go b/runtime/docker/opts_test.go index 5970a293..456df3b4 100644 --- a/runtime/docker/opts_test.go +++ b/runtime/docker/opts_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/docker/volume.go b/runtime/docker/volume.go index 0226f859..0f8552ad 100644 --- a/runtime/docker/volume.go +++ b/runtime/docker/volume.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/docker/volume_test.go b/runtime/docker/volume_test.go index 6219b651..c6202316 100644 --- a/runtime/docker/volume_test.go +++ b/runtime/docker/volume_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/engine.go b/runtime/engine.go index 6f57d0e9..918f55c1 100644 --- a/runtime/engine.go +++ b/runtime/engine.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/flags.go b/runtime/flags.go index afa05cd7..9c2331b6 100644 --- a/runtime/flags.go +++ b/runtime/flags.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/kubernetes/build.go b/runtime/kubernetes/build.go index 4d0b8a12..3b2c5f74 100644 --- a/runtime/kubernetes/build.go +++ b/runtime/kubernetes/build.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/kubernetes/build_test.go b/runtime/kubernetes/build_test.go index 63f6e3f6..8dbea5cc 100644 --- a/runtime/kubernetes/build_test.go +++ b/runtime/kubernetes/build_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/kubernetes/container.go b/runtime/kubernetes/container.go index f354850a..752c7316 100644 --- a/runtime/kubernetes/container.go +++ b/runtime/kubernetes/container.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/kubernetes/container_test.go b/runtime/kubernetes/container_test.go index aef5249c..07728893 100644 --- a/runtime/kubernetes/container_test.go +++ b/runtime/kubernetes/container_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/kubernetes/doc.go b/runtime/kubernetes/doc.go index b9bf7b5d..76f0ff73 100644 --- a/runtime/kubernetes/doc.go +++ b/runtime/kubernetes/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/kubernetes/driver.go b/runtime/kubernetes/driver.go index 216e2d55..9b7594fc 100644 --- a/runtime/kubernetes/driver.go +++ b/runtime/kubernetes/driver.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/kubernetes/driver_test.go b/runtime/kubernetes/driver_test.go index 2010ff45..e744471b 100644 --- a/runtime/kubernetes/driver_test.go +++ b/runtime/kubernetes/driver_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/kubernetes/image.go b/runtime/kubernetes/image.go index 46ed168a..0fe98dd2 100644 --- a/runtime/kubernetes/image.go +++ b/runtime/kubernetes/image.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/kubernetes/image_test.go b/runtime/kubernetes/image_test.go index 78c9cf7a..ea95678c 100644 --- a/runtime/kubernetes/image_test.go +++ b/runtime/kubernetes/image_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/kubernetes/kubernetes.go b/runtime/kubernetes/kubernetes.go index 86df5844..34818d01 100644 --- a/runtime/kubernetes/kubernetes.go +++ b/runtime/kubernetes/kubernetes.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/kubernetes/kubernetes_test.go b/runtime/kubernetes/kubernetes_test.go index 9027085b..45d08068 100644 --- a/runtime/kubernetes/kubernetes_test.go +++ b/runtime/kubernetes/kubernetes_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/kubernetes/network.go b/runtime/kubernetes/network.go index 86fe8250..7c3ee37c 100644 --- a/runtime/kubernetes/network.go +++ b/runtime/kubernetes/network.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/kubernetes/network_test.go b/runtime/kubernetes/network_test.go index 2428da27..39828f29 100644 --- a/runtime/kubernetes/network_test.go +++ b/runtime/kubernetes/network_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/kubernetes/opts.go b/runtime/kubernetes/opts.go index d751f37b..ccfd09a6 100644 --- a/runtime/kubernetes/opts.go +++ b/runtime/kubernetes/opts.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/kubernetes/opts_test.go b/runtime/kubernetes/opts_test.go index 45a149c1..aaff223d 100644 --- a/runtime/kubernetes/opts_test.go +++ b/runtime/kubernetes/opts_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/kubernetes/volume.go b/runtime/kubernetes/volume.go index 72709ee5..8cf7cd2d 100644 --- a/runtime/kubernetes/volume.go +++ b/runtime/kubernetes/volume.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/kubernetes/volume_test.go b/runtime/kubernetes/volume_test.go index 0821a26b..eecfbd21 100644 --- a/runtime/kubernetes/volume_test.go +++ b/runtime/kubernetes/volume_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/runtime.go b/runtime/runtime.go index 39cdfafc..4ec77e21 100644 --- a/runtime/runtime.go +++ b/runtime/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/runtime_test.go b/runtime/runtime_test.go index ba0f4a56..e25d1f7e 100644 --- a/runtime/runtime_test.go +++ b/runtime/runtime_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/setup.go b/runtime/setup.go index 42624b68..06a344f5 100644 --- a/runtime/setup.go +++ b/runtime/setup.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/runtime/setup_test.go b/runtime/setup_test.go index 3966472a..24aba2c6 100644 --- a/runtime/setup_test.go +++ b/runtime/setup_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/version/version.go b/version/version.go index d62ce117..3368f7a6 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Target Brands, Inc. All rights reserved. +// Copyright (c) 2022 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository.