diff --git a/.github/README.md b/.github/README.md index 84262a5..b92252a 100644 --- a/.github/README.md +++ b/.github/README.md @@ -32,7 +32,7 @@ Please see our [support](SUPPORT.md) documentation for further instructions. ## Copyright and License ``` -Copyright (c) 2020 Target Brands, Inc. +Copyright (c) 2021 Target Brands, Inc. ``` [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0) diff --git a/Dockerfile b/Dockerfile index 4eae410..3abc3f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Copyright (c) 2020 Target Brands, Inc. All rights reserved. +# Copyright (c) 2021 Target Brands, Inc. All rights reserved. # # Use of this source code is governed by the LICENSE file in this repository. diff --git a/Makefile b/Makefile index 45b4aea..57ae8b7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2020 Target Brands, Inc. All rights reserved. +# Copyright (c) 2021 Target Brands, Inc. All rights reserved. # # Use of this source code is governed by the LICENSE file in this repository. diff --git a/cmd/secret-vault/config.go b/cmd/secret-vault/config.go index 5673912..1c9c6ee 100644 --- a/cmd/secret-vault/config.go +++ b/cmd/secret-vault/config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Target Brands, Inc. All rights reserved. +// Copyright (c) 2021 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/cmd/secret-vault/config_test.go b/cmd/secret-vault/config_test.go index 23ab65f..57abbfe 100644 --- a/cmd/secret-vault/config_test.go +++ b/cmd/secret-vault/config_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Target Brands, Inc. All rights reserved. +// Copyright (c) 2021 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/cmd/secret-vault/flag.go b/cmd/secret-vault/flag.go index b9d542b..cdbbddb 100644 --- a/cmd/secret-vault/flag.go +++ b/cmd/secret-vault/flag.go @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Target Brands, Inc. All rights reserved. +// Copyright (c) 2021 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/cmd/secret-vault/main.go b/cmd/secret-vault/main.go index 7599986..92cb3ca 100644 --- a/cmd/secret-vault/main.go +++ b/cmd/secret-vault/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Target Brands, Inc. All rights reserved. +// Copyright (c) 2021 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. @@ -22,7 +22,7 @@ func main() { app.Name = "secret-vault" app.HelpName = "secret-vault" app.Usage = "Vela Vault secret plugin for sourcing secrets into pipelines" - app.Copyright = "Copyright (c) 2020 Target Brands, Inc. All rights reserved." + app.Copyright = "Copyright (c) 2021 Target Brands, Inc. All rights reserved." app.Authors = []*cli.Author{ { Name: "Vela Admins", diff --git a/cmd/secret-vault/plugin.go b/cmd/secret-vault/plugin.go index 13252a1..bd42d01 100644 --- a/cmd/secret-vault/plugin.go +++ b/cmd/secret-vault/plugin.go @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Target Brands, Inc. All rights reserved. +// Copyright (c) 2021 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/cmd/secret-vault/plugin_test.go b/cmd/secret-vault/plugin_test.go index d76b722..57ea00f 100644 --- a/cmd/secret-vault/plugin_test.go +++ b/cmd/secret-vault/plugin_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Target Brands, Inc. All rights reserved. +// Copyright (c) 2021 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/cmd/secret-vault/read.go b/cmd/secret-vault/read.go index a96bf2d..0de43ed 100644 --- a/cmd/secret-vault/read.go +++ b/cmd/secret-vault/read.go @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Target Brands, Inc. All rights reserved. +// Copyright (c) 2021 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/cmd/secret-vault/read_test.go b/cmd/secret-vault/read_test.go index b69b8bf..d13c4d6 100644 --- a/cmd/secret-vault/read_test.go +++ b/cmd/secret-vault/read_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Target Brands, Inc. All rights reserved. +// Copyright (c) 2021 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 d901f56..6858ed0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2020 Target Brands, Inc. All rights reserved. +# Copyright (c) 2021 Target Brands, Inc. All rights reserved. # # Use of this source code is governed by the LICENSE file in this repository. diff --git a/vault/flag.go b/vault/flag.go index 7ca3a1b..1d6e470 100644 --- a/vault/flag.go +++ b/vault/flag.go @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Target Brands, Inc. All rights reserved. +// Copyright (c) 2021 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/vault/read.go b/vault/read.go index c3fadb3..bd982cb 100644 --- a/vault/read.go +++ b/vault/read.go @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Target Brands, Inc. All rights reserved. +// Copyright (c) 2021 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/vault/read_test.go b/vault/read_test.go index e9e6f58..322a040 100644 --- a/vault/read_test.go +++ b/vault/read_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Target Brands, Inc. All rights reserved. +// Copyright (c) 2021 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/vault/vault.go b/vault/vault.go index 945da2b..eee9136 100644 --- a/vault/vault.go +++ b/vault/vault.go @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Target Brands, Inc. All rights reserved. +// Copyright (c) 2021 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository. diff --git a/vault/vault_test.go b/vault/vault_test.go index fc8de74..ea5243a 100644 --- a/vault/vault_test.go +++ b/vault/vault_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Target Brands, Inc. All rights reserved. +// Copyright (c) 2021 Target Brands, Inc. All rights reserved. // // Use of this source code is governed by the LICENSE file in this repository.