From 3641c2c04338a5c0c129aab101483fc8fb0d7eb4 Mon Sep 17 00:00:00 2001 From: Steve Kriss Date: Fri, 15 Dec 2017 13:38:12 -0800 Subject: [PATCH] update all license headers Signed-off-by: Steve Kriss --- cmd/ark/main.go | 2 +- docs/generate/ark.go | 2 +- examples/aws/00-ark-config.yaml | 2 +- examples/azure/00-ark-deployment.yaml | 2 +- examples/azure/10-ark-config.yaml | 2 +- examples/common/00-prereqs.yaml | 2 +- examples/common/10-deployment.yaml | 2 +- examples/gcp/00-ark-config.yaml | 2 +- examples/minio/00-minio-deployment.yaml | 2 +- examples/minio/10-ark-config.yaml | 2 +- examples/nginx-app/base.yaml | 2 +- examples/nginx-app/with-pv.yaml | 2 +- hack/dep-save.sh | 2 +- hack/generate-proto.sh | 2 +- hack/update-generated-docs.sh | 2 +- hack/verify-generated-docs.sh | 2 +- pkg/apis/ark/v1/backup.go | 2 +- pkg/apis/ark/v1/config.go | 2 +- pkg/apis/ark/v1/constants.go | 2 +- pkg/apis/ark/v1/doc.go | 2 +- pkg/apis/ark/v1/download_request.go | 2 +- pkg/apis/ark/v1/register.go | 2 +- pkg/apis/ark/v1/restore.go | 2 +- pkg/apis/ark/v1/schedule.go | 2 +- pkg/backup/backup.go | 2 +- pkg/backup/backup_pv_action.go | 2 +- pkg/backup/backup_test.go | 2 +- pkg/buildinfo/version.go | 2 +- pkg/client/auth_providers.go | 2 +- pkg/client/client.go | 2 +- pkg/client/dynamic.go | 2 +- pkg/client/factory.go | 2 +- pkg/cloudprovider/aws/block_store.go | 2 +- pkg/cloudprovider/aws/object_store.go | 2 +- pkg/cloudprovider/azure/block_store.go | 2 +- pkg/cloudprovider/azure/object_store.go | 2 +- pkg/cloudprovider/backup_cache.go | 2 +- pkg/cloudprovider/backup_cache_test.go | 2 +- pkg/cloudprovider/backup_service.go | 2 +- pkg/cloudprovider/backup_service_test.go | 2 +- pkg/cloudprovider/gcp/block_store.go | 2 +- pkg/cloudprovider/gcp/object_store.go | 2 +- pkg/cloudprovider/snapshot_service.go | 2 +- pkg/cloudprovider/storage_interfaces.go | 2 +- pkg/cmd/ark/ark.go | 2 +- pkg/cmd/cli/backup/backup.go | 2 +- pkg/cmd/cli/backup/create.go | 2 +- pkg/cmd/cli/backup/delete.go | 2 +- pkg/cmd/cli/backup/describe.go | 2 +- pkg/cmd/cli/backup/download.go | 2 +- pkg/cmd/cli/backup/get.go | 2 +- pkg/cmd/cli/backup/logs.go | 2 +- pkg/cmd/cli/config/config.go | 2 +- pkg/cmd/cli/config/get.go | 2 +- pkg/cmd/cli/config/set.go | 2 +- pkg/cmd/cli/create/create.go | 2 +- pkg/cmd/cli/get/get.go | 2 +- pkg/cmd/cli/restore/create.go | 2 +- pkg/cmd/cli/restore/delete.go | 2 +- pkg/cmd/cli/restore/describe.go | 2 +- pkg/cmd/cli/restore/get.go | 2 +- pkg/cmd/cli/restore/logs.go | 2 +- pkg/cmd/cli/restore/restore.go | 2 +- pkg/cmd/cli/schedule/create.go | 2 +- pkg/cmd/cli/schedule/delete.go | 2 +- pkg/cmd/cli/schedule/describe.go | 2 +- pkg/cmd/cli/schedule/get.go | 2 +- pkg/cmd/cli/schedule/schedule.go | 2 +- pkg/cmd/errors.go | 2 +- pkg/cmd/server/plugin/plugin.go | 2 +- pkg/cmd/server/server.go | 2 +- pkg/cmd/server/server_test.go | 2 +- pkg/cmd/util/downloadrequest/downloadrequest.go | 2 +- pkg/cmd/util/downloadrequest/downloadrequest_test.go | 2 +- pkg/cmd/util/flag/accessors.go | 2 +- pkg/cmd/util/flag/array.go | 2 +- pkg/cmd/util/flag/enum.go | 2 +- pkg/cmd/util/flag/labelselector.go | 2 +- pkg/cmd/util/flag/map.go | 2 +- pkg/cmd/util/flag/optional_bool.go | 2 +- pkg/cmd/util/output/backup_printer.go | 2 +- pkg/cmd/util/output/backup_printer_test.go | 2 +- pkg/cmd/util/output/output.go | 2 +- pkg/cmd/util/output/restore_printer.go | 2 +- pkg/cmd/util/output/schedule_printer.go | 2 +- pkg/cmd/version/version.go | 2 +- pkg/controller/backup_controller.go | 2 +- pkg/controller/backup_controller_test.go | 2 +- pkg/controller/backup_sync_controller.go | 2 +- pkg/controller/backup_sync_controller_test.go | 2 +- pkg/controller/download_request_controller.go | 2 +- pkg/controller/download_request_controller_test.go | 2 +- pkg/controller/gc_controller.go | 2 +- pkg/controller/gc_controller_test.go | 2 +- pkg/controller/interface.go | 2 +- pkg/controller/restore_controller.go | 2 +- pkg/controller/restore_controller_test.go | 2 +- pkg/controller/schedule_controller.go | 2 +- pkg/controller/schedule_controller_test.go | 2 +- pkg/discovery/helper.go | 2 +- pkg/discovery/helper_test.go | 2 +- pkg/restore/file_system.go | 2 +- pkg/restore/resource_waiter.go | 2 +- pkg/restore/restore.go | 2 +- pkg/restore/restore_test.go | 2 +- pkg/util/collections/includes_excludes.go | 2 +- pkg/util/collections/includes_excludes_test.go | 2 +- pkg/util/collections/map_utils.go | 2 +- pkg/util/collections/map_utils_test.go | 2 +- pkg/util/encode/encode.go | 2 +- pkg/util/kube/utils.go | 2 +- pkg/util/kube/utils_test.go | 2 +- pkg/util/logging/error_location_hook.go | 2 +- pkg/util/logging/error_location_hook_test.go | 2 +- pkg/util/logging/hclog_level_hook.go | 2 +- pkg/util/logging/log_location_hook.go | 2 +- pkg/util/test/fake_backup_service.go | 2 +- pkg/util/test/fake_discovery_helper.go | 2 +- pkg/util/test/fake_dynamic.go | 2 +- pkg/util/test/fake_mapper.go | 2 +- pkg/util/test/fake_snapshot_service.go | 2 +- pkg/util/test/object_store.go | 2 +- pkg/util/test/test_backup.go | 2 +- pkg/util/test/test_restore.go | 2 +- pkg/util/test/test_schedule.go | 2 +- 125 files changed, 125 insertions(+), 125 deletions(-) diff --git a/cmd/ark/main.go b/cmd/ark/main.go index de184f571..af66df4ed 100644 --- a/cmd/ark/main.go +++ b/cmd/ark/main.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/docs/generate/ark.go b/docs/generate/ark.go index d64cf8d2a..7d7ff5fe3 100644 --- a/docs/generate/ark.go +++ b/docs/generate/ark.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/examples/aws/00-ark-config.yaml b/examples/aws/00-ark-config.yaml index 3780e2a01..6842f765a 100644 --- a/examples/aws/00-ark-config.yaml +++ b/examples/aws/00-ark-config.yaml @@ -1,4 +1,4 @@ -# Copyright 2017 Heptio Inc. +# Copyright 2017 the Heptio Ark Contributors. # # 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/examples/azure/00-ark-deployment.yaml b/examples/azure/00-ark-deployment.yaml index c394c44ea..f329a2073 100644 --- a/examples/azure/00-ark-deployment.yaml +++ b/examples/azure/00-ark-deployment.yaml @@ -1,4 +1,4 @@ -# Copyright 2017 Heptio Inc. +# Copyright 2017 the Heptio Ark Contributors. # # 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/examples/azure/10-ark-config.yaml b/examples/azure/10-ark-config.yaml index 75c8fe221..8e6ffdb14 100644 --- a/examples/azure/10-ark-config.yaml +++ b/examples/azure/10-ark-config.yaml @@ -1,4 +1,4 @@ -# Copyright 2017 Heptio Inc. +# Copyright 2017 the Heptio Ark Contributors. # # 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/examples/common/00-prereqs.yaml b/examples/common/00-prereqs.yaml index adc491dd0..3ec1bc08e 100644 --- a/examples/common/00-prereqs.yaml +++ b/examples/common/00-prereqs.yaml @@ -1,4 +1,4 @@ -# Copyright 2017 Heptio Inc. +# Copyright 2017 the Heptio Ark Contributors. # # 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/examples/common/10-deployment.yaml b/examples/common/10-deployment.yaml index b225e556c..166ec6c28 100644 --- a/examples/common/10-deployment.yaml +++ b/examples/common/10-deployment.yaml @@ -1,4 +1,4 @@ -# Copyright 2017 Heptio Inc. +# Copyright 2017 the Heptio Ark Contributors. # # 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/examples/gcp/00-ark-config.yaml b/examples/gcp/00-ark-config.yaml index 2ee4cc119..a7bd03255 100644 --- a/examples/gcp/00-ark-config.yaml +++ b/examples/gcp/00-ark-config.yaml @@ -1,4 +1,4 @@ -# Copyright 2017 Heptio Inc. +# Copyright 2017 the Heptio Ark Contributors. # # 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/examples/minio/00-minio-deployment.yaml b/examples/minio/00-minio-deployment.yaml index d2a6e7c94..c01c1cd11 100644 --- a/examples/minio/00-minio-deployment.yaml +++ b/examples/minio/00-minio-deployment.yaml @@ -1,4 +1,4 @@ -# Copyright 2017 Heptio Inc. +# Copyright 2017 the Heptio Ark Contributors. # # 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/examples/minio/10-ark-config.yaml b/examples/minio/10-ark-config.yaml index eacfde9bf..9ac25bee5 100644 --- a/examples/minio/10-ark-config.yaml +++ b/examples/minio/10-ark-config.yaml @@ -1,4 +1,4 @@ -# Copyright 2017 Heptio Inc. +# Copyright 2017 the Heptio Ark Contributors. # # 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/examples/nginx-app/base.yaml b/examples/nginx-app/base.yaml index 3b8af2d3a..9b5e0caf3 100644 --- a/examples/nginx-app/base.yaml +++ b/examples/nginx-app/base.yaml @@ -1,4 +1,4 @@ -# Copyright 2017 Heptio Inc. +# Copyright 2017 the Heptio Ark Contributors. # # 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/examples/nginx-app/with-pv.yaml b/examples/nginx-app/with-pv.yaml index 0a604d8df..1e346351d 100644 --- a/examples/nginx-app/with-pv.yaml +++ b/examples/nginx-app/with-pv.yaml @@ -1,4 +1,4 @@ -# Copyright 2017 Heptio Inc. +# Copyright 2017 the Heptio Ark Contributors. # # 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/hack/dep-save.sh b/hack/dep-save.sh index 4810c421b..8b040e4d6 100755 --- a/hack/dep-save.sh +++ b/hack/dep-save.sh @@ -1,6 +1,6 @@ #!/bin/bash -e # -# Copyright 2017 Heptio Inc. +# Copyright 2017 the Heptio Ark Contributors. # # 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/hack/generate-proto.sh b/hack/generate-proto.sh index eea338831..ee986d063 100755 --- a/hack/generate-proto.sh +++ b/hack/generate-proto.sh @@ -1,6 +1,6 @@ #!/bin/bash -e # -# Copyright 2017 Heptio Inc. +# Copyright 2017 the Heptio Ark Contributors. # # 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/hack/update-generated-docs.sh b/hack/update-generated-docs.sh index 24725d365..301af62b9 100755 --- a/hack/update-generated-docs.sh +++ b/hack/update-generated-docs.sh @@ -1,6 +1,6 @@ #!/bin/bash -e # -# Copyright 2017 Heptio Inc. +# Copyright 2017 the Heptio Ark Contributors. # # 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/hack/verify-generated-docs.sh b/hack/verify-generated-docs.sh index d1c800e60..7995c49ce 100755 --- a/hack/verify-generated-docs.sh +++ b/hack/verify-generated-docs.sh @@ -1,6 +1,6 @@ #!/bin/bash -e # -# Copyright 2017 Heptio Inc. +# Copyright 2017 the Heptio Ark Contributors. # # 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/pkg/apis/ark/v1/backup.go b/pkg/apis/ark/v1/backup.go index 1d75dd30c..ff467d924 100644 --- a/pkg/apis/ark/v1/backup.go +++ b/pkg/apis/ark/v1/backup.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/apis/ark/v1/config.go b/pkg/apis/ark/v1/config.go index 097c39dee..ac5d92f64 100644 --- a/pkg/apis/ark/v1/config.go +++ b/pkg/apis/ark/v1/config.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/apis/ark/v1/constants.go b/pkg/apis/ark/v1/constants.go index 236db0330..55905e3b3 100644 --- a/pkg/apis/ark/v1/constants.go +++ b/pkg/apis/ark/v1/constants.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/apis/ark/v1/doc.go b/pkg/apis/ark/v1/doc.go index 843ad7bb0..f0e1e94d3 100644 --- a/pkg/apis/ark/v1/doc.go +++ b/pkg/apis/ark/v1/doc.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/apis/ark/v1/download_request.go b/pkg/apis/ark/v1/download_request.go index 914ae8a29..c3539324f 100644 --- a/pkg/apis/ark/v1/download_request.go +++ b/pkg/apis/ark/v1/download_request.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/apis/ark/v1/register.go b/pkg/apis/ark/v1/register.go index fab1fd4e5..ab2f077d4 100644 --- a/pkg/apis/ark/v1/register.go +++ b/pkg/apis/ark/v1/register.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/apis/ark/v1/restore.go b/pkg/apis/ark/v1/restore.go index 492eeacd4..d4cd99a01 100644 --- a/pkg/apis/ark/v1/restore.go +++ b/pkg/apis/ark/v1/restore.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/apis/ark/v1/schedule.go b/pkg/apis/ark/v1/schedule.go index 92b71f846..890050061 100644 --- a/pkg/apis/ark/v1/schedule.go +++ b/pkg/apis/ark/v1/schedule.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/backup/backup.go b/pkg/backup/backup.go index 89d037755..032ce0454 100644 --- a/pkg/backup/backup.go +++ b/pkg/backup/backup.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/backup/backup_pv_action.go b/pkg/backup/backup_pv_action.go index bd6b7d9be..c3cc26fdb 100644 --- a/pkg/backup/backup_pv_action.go +++ b/pkg/backup/backup_pv_action.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/backup/backup_test.go b/pkg/backup/backup_test.go index 672e47d0d..12ec0f20d 100644 --- a/pkg/backup/backup_test.go +++ b/pkg/backup/backup_test.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/buildinfo/version.go b/pkg/buildinfo/version.go index c34076dbd..f5edba4e3 100644 --- a/pkg/buildinfo/version.go +++ b/pkg/buildinfo/version.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/client/auth_providers.go b/pkg/client/auth_providers.go index 8e5555fed..4f2a89be4 100644 --- a/pkg/client/auth_providers.go +++ b/pkg/client/auth_providers.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/client/client.go b/pkg/client/client.go index a69f59f73..fdcdb2d0a 100644 --- a/pkg/client/client.go +++ b/pkg/client/client.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/client/dynamic.go b/pkg/client/dynamic.go index 95f45827d..e65bff3fa 100644 --- a/pkg/client/dynamic.go +++ b/pkg/client/dynamic.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/client/factory.go b/pkg/client/factory.go index d761dba42..3e42f01bd 100644 --- a/pkg/client/factory.go +++ b/pkg/client/factory.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cloudprovider/aws/block_store.go b/pkg/cloudprovider/aws/block_store.go index 7b2f549ed..5c230c2c2 100644 --- a/pkg/cloudprovider/aws/block_store.go +++ b/pkg/cloudprovider/aws/block_store.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cloudprovider/aws/object_store.go b/pkg/cloudprovider/aws/object_store.go index 6aa1874a3..3e30951ac 100644 --- a/pkg/cloudprovider/aws/object_store.go +++ b/pkg/cloudprovider/aws/object_store.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cloudprovider/azure/block_store.go b/pkg/cloudprovider/azure/block_store.go index 6beced6be..02de39445 100644 --- a/pkg/cloudprovider/azure/block_store.go +++ b/pkg/cloudprovider/azure/block_store.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cloudprovider/azure/object_store.go b/pkg/cloudprovider/azure/object_store.go index 24f24ca41..618c562d4 100644 --- a/pkg/cloudprovider/azure/object_store.go +++ b/pkg/cloudprovider/azure/object_store.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cloudprovider/backup_cache.go b/pkg/cloudprovider/backup_cache.go index bfd671e7b..264c471ef 100644 --- a/pkg/cloudprovider/backup_cache.go +++ b/pkg/cloudprovider/backup_cache.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cloudprovider/backup_cache_test.go b/pkg/cloudprovider/backup_cache_test.go index 373750d60..ac3715493 100644 --- a/pkg/cloudprovider/backup_cache_test.go +++ b/pkg/cloudprovider/backup_cache_test.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cloudprovider/backup_service.go b/pkg/cloudprovider/backup_service.go index b2dd8ae79..82fe33dcc 100644 --- a/pkg/cloudprovider/backup_service.go +++ b/pkg/cloudprovider/backup_service.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cloudprovider/backup_service_test.go b/pkg/cloudprovider/backup_service_test.go index f037d195f..39b08fee3 100644 --- a/pkg/cloudprovider/backup_service_test.go +++ b/pkg/cloudprovider/backup_service_test.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cloudprovider/gcp/block_store.go b/pkg/cloudprovider/gcp/block_store.go index 420b18191..d0e550106 100644 --- a/pkg/cloudprovider/gcp/block_store.go +++ b/pkg/cloudprovider/gcp/block_store.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cloudprovider/gcp/object_store.go b/pkg/cloudprovider/gcp/object_store.go index 34fac5372..30ce9baf3 100644 --- a/pkg/cloudprovider/gcp/object_store.go +++ b/pkg/cloudprovider/gcp/object_store.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cloudprovider/snapshot_service.go b/pkg/cloudprovider/snapshot_service.go index dc3c5ef14..82ffc88e8 100644 --- a/pkg/cloudprovider/snapshot_service.go +++ b/pkg/cloudprovider/snapshot_service.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cloudprovider/storage_interfaces.go b/pkg/cloudprovider/storage_interfaces.go index 922c9756a..65bd13a65 100644 --- a/pkg/cloudprovider/storage_interfaces.go +++ b/pkg/cloudprovider/storage_interfaces.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/ark/ark.go b/pkg/cmd/ark/ark.go index 19d10c833..70978c9e4 100644 --- a/pkg/cmd/ark/ark.go +++ b/pkg/cmd/ark/ark.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/cli/backup/backup.go b/pkg/cmd/cli/backup/backup.go index eb000a326..e087e629e 100644 --- a/pkg/cmd/cli/backup/backup.go +++ b/pkg/cmd/cli/backup/backup.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/cli/backup/create.go b/pkg/cmd/cli/backup/create.go index 7a5a5cfa4..bf60446bf 100644 --- a/pkg/cmd/cli/backup/create.go +++ b/pkg/cmd/cli/backup/create.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/cli/backup/delete.go b/pkg/cmd/cli/backup/delete.go index 4b4b0d442..47ac80d65 100644 --- a/pkg/cmd/cli/backup/delete.go +++ b/pkg/cmd/cli/backup/delete.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/cli/backup/describe.go b/pkg/cmd/cli/backup/describe.go index 8c30fae96..04f862c84 100644 --- a/pkg/cmd/cli/backup/describe.go +++ b/pkg/cmd/cli/backup/describe.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/cli/backup/download.go b/pkg/cmd/cli/backup/download.go index cc09054b7..6b238e902 100644 --- a/pkg/cmd/cli/backup/download.go +++ b/pkg/cmd/cli/backup/download.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/cli/backup/get.go b/pkg/cmd/cli/backup/get.go index b28f2bf19..1b0ae550e 100644 --- a/pkg/cmd/cli/backup/get.go +++ b/pkg/cmd/cli/backup/get.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/cli/backup/logs.go b/pkg/cmd/cli/backup/logs.go index 80c522ea1..d99712e6f 100644 --- a/pkg/cmd/cli/backup/logs.go +++ b/pkg/cmd/cli/backup/logs.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/cli/config/config.go b/pkg/cmd/cli/config/config.go index 3bc1d9ce2..8f733d3ae 100644 --- a/pkg/cmd/cli/config/config.go +++ b/pkg/cmd/cli/config/config.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/cli/config/get.go b/pkg/cmd/cli/config/get.go index 8b1f04114..8a1bc4b01 100644 --- a/pkg/cmd/cli/config/get.go +++ b/pkg/cmd/cli/config/get.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/cli/config/set.go b/pkg/cmd/cli/config/set.go index 080eef6c7..2a83300d0 100644 --- a/pkg/cmd/cli/config/set.go +++ b/pkg/cmd/cli/config/set.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/cli/create/create.go b/pkg/cmd/cli/create/create.go index a7c9a2715..c9e7ec131 100644 --- a/pkg/cmd/cli/create/create.go +++ b/pkg/cmd/cli/create/create.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/cli/get/get.go b/pkg/cmd/cli/get/get.go index be832655c..79ab57788 100644 --- a/pkg/cmd/cli/get/get.go +++ b/pkg/cmd/cli/get/get.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/cli/restore/create.go b/pkg/cmd/cli/restore/create.go index edddabb8d..77fa976cd 100644 --- a/pkg/cmd/cli/restore/create.go +++ b/pkg/cmd/cli/restore/create.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/cli/restore/delete.go b/pkg/cmd/cli/restore/delete.go index 805457df3..bcc3cb45d 100644 --- a/pkg/cmd/cli/restore/delete.go +++ b/pkg/cmd/cli/restore/delete.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/cli/restore/describe.go b/pkg/cmd/cli/restore/describe.go index e0eb9d2f1..7212ded08 100644 --- a/pkg/cmd/cli/restore/describe.go +++ b/pkg/cmd/cli/restore/describe.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/cli/restore/get.go b/pkg/cmd/cli/restore/get.go index f36c147e9..d6f36545c 100644 --- a/pkg/cmd/cli/restore/get.go +++ b/pkg/cmd/cli/restore/get.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/cli/restore/logs.go b/pkg/cmd/cli/restore/logs.go index 96ffba811..1aa20f6bf 100644 --- a/pkg/cmd/cli/restore/logs.go +++ b/pkg/cmd/cli/restore/logs.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/cli/restore/restore.go b/pkg/cmd/cli/restore/restore.go index 23a5588df..32d6b7aee 100644 --- a/pkg/cmd/cli/restore/restore.go +++ b/pkg/cmd/cli/restore/restore.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/cli/schedule/create.go b/pkg/cmd/cli/schedule/create.go index f6a5156e0..26a62117e 100644 --- a/pkg/cmd/cli/schedule/create.go +++ b/pkg/cmd/cli/schedule/create.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/cli/schedule/delete.go b/pkg/cmd/cli/schedule/delete.go index 0800595af..827067edd 100644 --- a/pkg/cmd/cli/schedule/delete.go +++ b/pkg/cmd/cli/schedule/delete.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/cli/schedule/describe.go b/pkg/cmd/cli/schedule/describe.go index 80afb3804..c9b606881 100644 --- a/pkg/cmd/cli/schedule/describe.go +++ b/pkg/cmd/cli/schedule/describe.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/cli/schedule/get.go b/pkg/cmd/cli/schedule/get.go index d846a9706..41844ab37 100644 --- a/pkg/cmd/cli/schedule/get.go +++ b/pkg/cmd/cli/schedule/get.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/cli/schedule/schedule.go b/pkg/cmd/cli/schedule/schedule.go index 9a8db0ec0..2390a403b 100644 --- a/pkg/cmd/cli/schedule/schedule.go +++ b/pkg/cmd/cli/schedule/schedule.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/errors.go b/pkg/cmd/errors.go index 00b6854b3..3122fef07 100644 --- a/pkg/cmd/errors.go +++ b/pkg/cmd/errors.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/server/plugin/plugin.go b/pkg/cmd/server/plugin/plugin.go index f99964f45..2cf4ea952 100644 --- a/pkg/cmd/server/plugin/plugin.go +++ b/pkg/cmd/server/plugin/plugin.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/server/server.go b/pkg/cmd/server/server.go index b9b096478..8469de2dc 100644 --- a/pkg/cmd/server/server.go +++ b/pkg/cmd/server/server.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/server/server_test.go b/pkg/cmd/server/server_test.go index c63dcf41f..79f8ec424 100644 --- a/pkg/cmd/server/server_test.go +++ b/pkg/cmd/server/server_test.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/util/downloadrequest/downloadrequest.go b/pkg/cmd/util/downloadrequest/downloadrequest.go index adbf3b02f..a0c7ffb9c 100644 --- a/pkg/cmd/util/downloadrequest/downloadrequest.go +++ b/pkg/cmd/util/downloadrequest/downloadrequest.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/util/downloadrequest/downloadrequest_test.go b/pkg/cmd/util/downloadrequest/downloadrequest_test.go index 75a194ce7..1b3cf6357 100644 --- a/pkg/cmd/util/downloadrequest/downloadrequest_test.go +++ b/pkg/cmd/util/downloadrequest/downloadrequest_test.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/util/flag/accessors.go b/pkg/cmd/util/flag/accessors.go index 6077a147b..c47311c8c 100644 --- a/pkg/cmd/util/flag/accessors.go +++ b/pkg/cmd/util/flag/accessors.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/util/flag/array.go b/pkg/cmd/util/flag/array.go index aa985ea4d..e6d2b9a62 100644 --- a/pkg/cmd/util/flag/array.go +++ b/pkg/cmd/util/flag/array.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/util/flag/enum.go b/pkg/cmd/util/flag/enum.go index dbe85c0f7..c5628d437 100644 --- a/pkg/cmd/util/flag/enum.go +++ b/pkg/cmd/util/flag/enum.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/util/flag/labelselector.go b/pkg/cmd/util/flag/labelselector.go index de12744f6..572356755 100644 --- a/pkg/cmd/util/flag/labelselector.go +++ b/pkg/cmd/util/flag/labelselector.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/util/flag/map.go b/pkg/cmd/util/flag/map.go index 8f599d6f7..53468efcb 100644 --- a/pkg/cmd/util/flag/map.go +++ b/pkg/cmd/util/flag/map.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/util/flag/optional_bool.go b/pkg/cmd/util/flag/optional_bool.go index ed9fa4f58..53066d7f5 100644 --- a/pkg/cmd/util/flag/optional_bool.go +++ b/pkg/cmd/util/flag/optional_bool.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/util/output/backup_printer.go b/pkg/cmd/util/output/backup_printer.go index 7580c25ab..2ec8070a5 100644 --- a/pkg/cmd/util/output/backup_printer.go +++ b/pkg/cmd/util/output/backup_printer.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/util/output/backup_printer_test.go b/pkg/cmd/util/output/backup_printer_test.go index 2dc32b27e..090d61df6 100644 --- a/pkg/cmd/util/output/backup_printer_test.go +++ b/pkg/cmd/util/output/backup_printer_test.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/util/output/output.go b/pkg/cmd/util/output/output.go index 61b7e181b..68a0d6a8e 100644 --- a/pkg/cmd/util/output/output.go +++ b/pkg/cmd/util/output/output.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/util/output/restore_printer.go b/pkg/cmd/util/output/restore_printer.go index 44163a18e..f8b0a40f9 100644 --- a/pkg/cmd/util/output/restore_printer.go +++ b/pkg/cmd/util/output/restore_printer.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/util/output/schedule_printer.go b/pkg/cmd/util/output/schedule_printer.go index cc4a21fb1..7311758be 100644 --- a/pkg/cmd/util/output/schedule_printer.go +++ b/pkg/cmd/util/output/schedule_printer.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/cmd/version/version.go b/pkg/cmd/version/version.go index b663ce739..a1d85d183 100644 --- a/pkg/cmd/version/version.go +++ b/pkg/cmd/version/version.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/controller/backup_controller.go b/pkg/controller/backup_controller.go index 4cc22507d..c4cd017c2 100644 --- a/pkg/controller/backup_controller.go +++ b/pkg/controller/backup_controller.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/controller/backup_controller_test.go b/pkg/controller/backup_controller_test.go index 5a455eba8..db89bb3bc 100644 --- a/pkg/controller/backup_controller_test.go +++ b/pkg/controller/backup_controller_test.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/controller/backup_sync_controller.go b/pkg/controller/backup_sync_controller.go index 978c2e311..cabba6c41 100644 --- a/pkg/controller/backup_sync_controller.go +++ b/pkg/controller/backup_sync_controller.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/controller/backup_sync_controller_test.go b/pkg/controller/backup_sync_controller_test.go index 47aa18b76..d2d2c3b73 100644 --- a/pkg/controller/backup_sync_controller_test.go +++ b/pkg/controller/backup_sync_controller_test.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/controller/download_request_controller.go b/pkg/controller/download_request_controller.go index 731bffc46..a3a35775e 100644 --- a/pkg/controller/download_request_controller.go +++ b/pkg/controller/download_request_controller.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/controller/download_request_controller_test.go b/pkg/controller/download_request_controller_test.go index a4738fb07..9a0c3f1ff 100644 --- a/pkg/controller/download_request_controller_test.go +++ b/pkg/controller/download_request_controller_test.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/controller/gc_controller.go b/pkg/controller/gc_controller.go index cd35398ea..933b38246 100644 --- a/pkg/controller/gc_controller.go +++ b/pkg/controller/gc_controller.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/controller/gc_controller_test.go b/pkg/controller/gc_controller_test.go index 1d51955e4..937a26c94 100644 --- a/pkg/controller/gc_controller_test.go +++ b/pkg/controller/gc_controller_test.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/controller/interface.go b/pkg/controller/interface.go index fdf2e9dba..9fb1bd76e 100644 --- a/pkg/controller/interface.go +++ b/pkg/controller/interface.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/controller/restore_controller.go b/pkg/controller/restore_controller.go index 3202e7691..890f23b50 100644 --- a/pkg/controller/restore_controller.go +++ b/pkg/controller/restore_controller.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/controller/restore_controller_test.go b/pkg/controller/restore_controller_test.go index c1f291e88..05af3830d 100644 --- a/pkg/controller/restore_controller_test.go +++ b/pkg/controller/restore_controller_test.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/controller/schedule_controller.go b/pkg/controller/schedule_controller.go index 83c1249c7..ebc49ea52 100644 --- a/pkg/controller/schedule_controller.go +++ b/pkg/controller/schedule_controller.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/controller/schedule_controller_test.go b/pkg/controller/schedule_controller_test.go index aee3e09cd..4f4defce7 100644 --- a/pkg/controller/schedule_controller_test.go +++ b/pkg/controller/schedule_controller_test.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/discovery/helper.go b/pkg/discovery/helper.go index 497b9baa2..5a129a3d8 100644 --- a/pkg/discovery/helper.go +++ b/pkg/discovery/helper.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/discovery/helper_test.go b/pkg/discovery/helper_test.go index dbd550492..dc501c9cb 100644 --- a/pkg/discovery/helper_test.go +++ b/pkg/discovery/helper_test.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/restore/file_system.go b/pkg/restore/file_system.go index 7d75e74f9..1ccbf0d78 100644 --- a/pkg/restore/file_system.go +++ b/pkg/restore/file_system.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/restore/resource_waiter.go b/pkg/restore/resource_waiter.go index c589128ec..9b96db22a 100644 --- a/pkg/restore/resource_waiter.go +++ b/pkg/restore/resource_waiter.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/restore/restore.go b/pkg/restore/restore.go index 9ea01617f..e00748491 100644 --- a/pkg/restore/restore.go +++ b/pkg/restore/restore.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/restore/restore_test.go b/pkg/restore/restore_test.go index b929b96e2..31b564971 100644 --- a/pkg/restore/restore_test.go +++ b/pkg/restore/restore_test.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/util/collections/includes_excludes.go b/pkg/util/collections/includes_excludes.go index 0f0009c96..163e7ab81 100644 --- a/pkg/util/collections/includes_excludes.go +++ b/pkg/util/collections/includes_excludes.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/util/collections/includes_excludes_test.go b/pkg/util/collections/includes_excludes_test.go index d51c4524b..8580c3126 100644 --- a/pkg/util/collections/includes_excludes_test.go +++ b/pkg/util/collections/includes_excludes_test.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/util/collections/map_utils.go b/pkg/util/collections/map_utils.go index 8c4f68852..70ed6bb14 100644 --- a/pkg/util/collections/map_utils.go +++ b/pkg/util/collections/map_utils.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/util/collections/map_utils_test.go b/pkg/util/collections/map_utils_test.go index a4062dd05..f7910879e 100644 --- a/pkg/util/collections/map_utils_test.go +++ b/pkg/util/collections/map_utils_test.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/util/encode/encode.go b/pkg/util/encode/encode.go index 3a0f8d289..021bfb23d 100644 --- a/pkg/util/encode/encode.go +++ b/pkg/util/encode/encode.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/util/kube/utils.go b/pkg/util/kube/utils.go index f3537b742..57f42b0c0 100644 --- a/pkg/util/kube/utils.go +++ b/pkg/util/kube/utils.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/util/kube/utils_test.go b/pkg/util/kube/utils_test.go index 57bf3ab50..2556dbcd0 100644 --- a/pkg/util/kube/utils_test.go +++ b/pkg/util/kube/utils_test.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/util/logging/error_location_hook.go b/pkg/util/logging/error_location_hook.go index 12faa0fc1..b68c73536 100644 --- a/pkg/util/logging/error_location_hook.go +++ b/pkg/util/logging/error_location_hook.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/util/logging/error_location_hook_test.go b/pkg/util/logging/error_location_hook_test.go index 607b1347b..537c0dd4d 100644 --- a/pkg/util/logging/error_location_hook_test.go +++ b/pkg/util/logging/error_location_hook_test.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/util/logging/hclog_level_hook.go b/pkg/util/logging/hclog_level_hook.go index 9b8772d76..a4c5a19f4 100644 --- a/pkg/util/logging/hclog_level_hook.go +++ b/pkg/util/logging/hclog_level_hook.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/util/logging/log_location_hook.go b/pkg/util/logging/log_location_hook.go index 1fce82c4b..4c7bab850 100644 --- a/pkg/util/logging/log_location_hook.go +++ b/pkg/util/logging/log_location_hook.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/util/test/fake_backup_service.go b/pkg/util/test/fake_backup_service.go index 8d62a29e0..fc5b20a50 100644 --- a/pkg/util/test/fake_backup_service.go +++ b/pkg/util/test/fake_backup_service.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/util/test/fake_discovery_helper.go b/pkg/util/test/fake_discovery_helper.go index 1e4d23922..92bc4d5a5 100644 --- a/pkg/util/test/fake_discovery_helper.go +++ b/pkg/util/test/fake_discovery_helper.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/util/test/fake_dynamic.go b/pkg/util/test/fake_dynamic.go index 1c2b455d3..199e8e0c4 100644 --- a/pkg/util/test/fake_dynamic.go +++ b/pkg/util/test/fake_dynamic.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/util/test/fake_mapper.go b/pkg/util/test/fake_mapper.go index 8fff86b6f..e156267db 100644 --- a/pkg/util/test/fake_mapper.go +++ b/pkg/util/test/fake_mapper.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/util/test/fake_snapshot_service.go b/pkg/util/test/fake_snapshot_service.go index d2c7caea2..c572013b2 100644 --- a/pkg/util/test/fake_snapshot_service.go +++ b/pkg/util/test/fake_snapshot_service.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/util/test/object_store.go b/pkg/util/test/object_store.go index 57616167e..4830a6e62 100644 --- a/pkg/util/test/object_store.go +++ b/pkg/util/test/object_store.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/util/test/test_backup.go b/pkg/util/test/test_backup.go index 540594808..e5bf10ebe 100644 --- a/pkg/util/test/test_backup.go +++ b/pkg/util/test/test_backup.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/util/test/test_restore.go b/pkg/util/test/test_restore.go index c5e29d582..aac4fb2dd 100644 --- a/pkg/util/test/test_restore.go +++ b/pkg/util/test/test_restore.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. 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/pkg/util/test/test_schedule.go b/pkg/util/test/test_schedule.go index 907298850..6047749fa 100644 --- a/pkg/util/test/test_schedule.go +++ b/pkg/util/test/test_schedule.go @@ -1,5 +1,5 @@ /* -Copyright 2017 Heptio Inc. +Copyright 2017 the Heptio Ark Contributors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.