From 6ae12cda1d0178a7090e1bf59555261a0db76c44 Mon Sep 17 00:00:00 2001 From: Yunhee Date: Thu, 13 Feb 2020 16:40:53 -0800 Subject: [PATCH] updating copyright line for files under acs, api, app, asm, async, and config dirs --- agent/acs/client/acs_client.go | 2 +- agent/acs/client/acs_client_test.go | 2 +- agent/acs/client/acs_client_types.go | 2 +- agent/acs/client/acs_error.go | 2 +- agent/acs/client/acs_error_test.go | 2 +- agent/acs/handler/acs_handler.go | 2 +- agent/acs/handler/acs_handler_test.go | 2 +- agent/acs/handler/attach_eni_handler_common.go | 2 +- agent/acs/handler/attach_eni_handler_common_test.go | 2 +- agent/acs/handler/attach_instance_eni_handler.go | 2 +- agent/acs/handler/attach_instance_eni_handler_test.go | 2 +- agent/acs/handler/attach_task_eni_handler.go | 2 +- agent/acs/handler/attach_task_eni_handler_test.go | 2 +- agent/acs/handler/error.go | 2 +- agent/acs/handler/payload_handler.go | 2 +- agent/acs/handler/payload_handler_test.go | 2 +- agent/acs/handler/refresh_credentials_handler.go | 2 +- agent/acs/handler/refresh_credentials_handler_test.go | 2 +- agent/acs/handler/task_manifest_handler.go | 2 +- agent/acs/handler/task_manifest_handler_test.go | 2 +- agent/acs/model/ecsacs/api.go | 2 +- agent/acs/update_handler/doc.go | 2 +- agent/acs/update_handler/os/filesystem.go | 2 +- agent/acs/update_handler/os/mock/filesystem.go | 2 +- agent/acs/update_handler/os/mock/gomock_helpers.go | 2 +- agent/acs/update_handler/updater.go | 2 +- agent/acs/update_handler/updater_test.go | 2 +- agent/acs/update_handler/validations.go | 2 +- agent/agent.go | 2 +- agent/api/appmesh/appmesh.go | 2 +- agent/api/appmesh/appmesh_test.go | 2 +- agent/api/container/container.go | 2 +- agent/api/container/container_test.go | 2 +- agent/api/container/container_unix.go | 2 +- agent/api/container/container_windows.go | 2 +- agent/api/container/container_windows_test.go | 2 +- agent/api/container/containerevent.go | 2 +- agent/api/container/containeroverrides_test.go | 2 +- agent/api/container/containertype.go | 2 +- agent/api/container/containertype_test.go | 2 +- agent/api/container/json.go | 2 +- agent/api/container/port_binding.go | 2 +- agent/api/container/port_binding_test.go | 2 +- agent/api/container/registryauth.go | 2 +- agent/api/container/status/containerstatus.go | 2 +- agent/api/container/status/containerstatus_test.go | 2 +- agent/api/container/transitiondependency.go | 2 +- agent/api/container/transitiondependency_test.go | 2 +- agent/api/container/transport.go | 2 +- agent/api/container/transport_test.go | 2 +- agent/api/ecsclient/client.go | 2 +- agent/api/ecsclient/client_test.go | 2 +- agent/api/ecsclient/retry_handler.go | 2 +- agent/api/ecsclient/retry_handler_test.go | 2 +- agent/api/eni/eni.go | 2 +- agent/api/eni/eni_test.go | 2 +- agent/api/eni/eniattachment.go | 2 +- agent/api/eni/eniattachment_test.go | 2 +- agent/api/eni/enistatus.go | 2 +- agent/api/errors/error_types.go | 2 +- agent/api/errors/errors.go | 2 +- agent/api/generate_mocks.go | 2 +- agent/api/interface.go | 2 +- agent/api/mocks/api_mocks.go | 2 +- agent/api/statechange.go | 2 +- agent/api/statechange_test.go | 2 +- agent/api/task/association.go | 2 +- agent/api/task/association_test.go | 2 +- agent/api/task/json.go | 2 +- agent/api/task/status/statusmapping.go | 2 +- agent/api/task/status/statusmapping_test.go | 2 +- agent/api/task/status/taskstatus.go | 2 +- agent/api/task/status/taskstatus_test.go | 2 +- agent/api/task/task.go | 2 +- agent/api/task/task_enis.go | 2 +- agent/api/task/task_linux.go | 2 +- agent/api/task/task_linux_test.go | 2 +- agent/api/task/task_test.go | 2 +- agent/api/task/task_unsupported.go | 2 +- agent/api/task/task_windows.go | 2 +- agent/api/task/task_windows_test.go | 2 +- agent/api/task/taskvolume.go | 2 +- agent/api/task/taskvolume_test.go | 2 +- agent/api/task/types_unmarshal_test.go | 2 +- agent/api/task/util.go | 2 +- agent/api/task/util_test.go | 2 +- agent/api/testutils/container_equal.go | 2 +- agent/api/testutils/container_equal_test.go | 2 +- agent/api/testutils/task_equal.go | 2 +- agent/api/testutils/task_equal_test.go | 2 +- agent/app/agent.go | 2 +- agent/app/agent_capability.go | 2 +- agent/app/agent_capability_test.go | 2 +- agent/app/agent_capability_unix.go | 2 +- agent/app/agent_capability_unix_test.go | 2 +- agent/app/agent_capability_unspecified.go | 2 +- agent/app/agent_capability_windows.go | 2 +- agent/app/agent_capability_windows_test.go | 2 +- agent/app/agent_compatibility_linux.go | 2 +- agent/app/agent_compatibility_linux_test.go | 2 +- agent/app/agent_compatibility_unspecified.go | 2 +- agent/app/agent_integ_test.go | 2 +- agent/app/agent_test.go | 2 +- agent/app/agent_unix.go | 2 +- agent/app/agent_unix_test.go | 2 +- agent/app/agent_unspecified.go | 2 +- agent/app/agent_windows.go | 2 +- agent/app/agent_windows_test.go | 2 +- agent/app/args/flag.go | 2 +- agent/app/errors.go | 2 +- agent/app/factory/generate_mocks.go | 2 +- agent/app/factory/mocks/factory_mocks.go | 2 +- agent/app/factory/statemanager.go | 2 +- agent/app/generate_mocks.go | 2 +- agent/app/healthcheck.go | 2 +- agent/app/license.go | 2 +- agent/app/mocks/credentials_mocks.go | 2 +- agent/app/oswrapper/generate_mocks.go | 2 +- agent/app/oswrapper/mocks/oswrapper_mocks.go | 2 +- agent/app/oswrapper/oswrapper.go | 2 +- agent/app/run.go | 2 +- agent/asm/asm.go | 2 +- agent/asm/asm_test.go | 2 +- agent/asm/factory/factory.go | 2 +- agent/asm/factory/generate_mocks.go | 2 +- agent/asm/factory/mocks/factory_mocks.go | 2 +- agent/asm/generate_mocks.go | 2 +- agent/asm/mocks/secretsmanagerapi_mocks.go | 2 +- agent/async/generate_mocks.go | 2 +- agent/async/lru_cache.go | 2 +- agent/async/lru_cache_test.go | 2 +- agent/async/mocks/async_mocks.go | 2 +- agent/config/conditional.go | 2 +- agent/config/conditional_test.go | 2 +- agent/config/config.go | 2 +- agent/config/config_test.go | 2 +- agent/config/config_unix.go | 2 +- agent/config/config_unix_test.go | 2 +- agent/config/config_windows.go | 2 +- agent/config/config_windows_test.go | 2 +- agent/config/const_linux.go | 2 +- agent/config/const_unknown.go | 2 +- agent/config/const_windows.go | 2 +- agent/config/doc.go | 2 +- agent/config/interface.go | 2 +- agent/config/parse.go | 2 +- agent/config/parse_linux.go | 2 +- agent/config/parse_unsupported.go | 2 +- agent/config/parse_windows.go | 2 +- agent/config/parse_windows_test.go | 2 +- agent/config/sensitive.go | 2 +- agent/config/sensitive_test.go | 2 +- agent/config/types.go | 2 +- agent/config/types_unix.go | 2 +- agent/config/types_windows.go | 2 +- 155 files changed, 155 insertions(+), 155 deletions(-) diff --git a/agent/acs/client/acs_client.go b/agent/acs/client/acs_client.go index e2bfb81a21e..574eb5a557d 100644 --- a/agent/acs/client/acs_client.go +++ b/agent/acs/client/acs_client.go @@ -1,4 +1,4 @@ -// Copyright 2014-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/acs/client/acs_client_test.go b/agent/acs/client/acs_client_test.go index 9b4cb88e708..5fb4fe8e092 100644 --- a/agent/acs/client/acs_client_test.go +++ b/agent/acs/client/acs_client_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2014-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/acs/client/acs_client_types.go b/agent/acs/client/acs_client_types.go index 471989eaf65..046f3ce119c 100644 --- a/agent/acs/client/acs_client_types.go +++ b/agent/acs/client/acs_client_types.go @@ -1,4 +1,4 @@ -// Copyright 2014-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/acs/client/acs_error.go b/agent/acs/client/acs_error.go index 31bc9129faf..e16898284c6 100644 --- a/agent/acs/client/acs_error.go +++ b/agent/acs/client/acs_error.go @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/acs/client/acs_error_test.go b/agent/acs/client/acs_error_test.go index 190417dfb97..53a5baa5b51 100644 --- a/agent/acs/client/acs_error_test.go +++ b/agent/acs/client/acs_error_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/acs/handler/acs_handler.go b/agent/acs/handler/acs_handler.go index 65bb759edaf..c268446346f 100644 --- a/agent/acs/handler/acs_handler.go +++ b/agent/acs/handler/acs_handler.go @@ -1,4 +1,4 @@ -// Copyright 2014-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/acs/handler/acs_handler_test.go b/agent/acs/handler/acs_handler_test.go index 239c3bbc922..9d895430953 100644 --- a/agent/acs/handler/acs_handler_test.go +++ b/agent/acs/handler/acs_handler_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2014-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/acs/handler/attach_eni_handler_common.go b/agent/acs/handler/attach_eni_handler_common.go index 829f50df182..ce5bde71f26 100644 --- a/agent/acs/handler/attach_eni_handler_common.go +++ b/agent/acs/handler/attach_eni_handler_common.go @@ -1,4 +1,4 @@ -// Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/acs/handler/attach_eni_handler_common_test.go b/agent/acs/handler/attach_eni_handler_common_test.go index e7750cb766a..6017ca8ce3f 100644 --- a/agent/acs/handler/attach_eni_handler_common_test.go +++ b/agent/acs/handler/attach_eni_handler_common_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/acs/handler/attach_instance_eni_handler.go b/agent/acs/handler/attach_instance_eni_handler.go index ab8c665bc8b..7cd2e94a9ef 100644 --- a/agent/acs/handler/attach_instance_eni_handler.go +++ b/agent/acs/handler/attach_instance_eni_handler.go @@ -1,4 +1,4 @@ -// Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/acs/handler/attach_instance_eni_handler_test.go b/agent/acs/handler/attach_instance_eni_handler_test.go index 1b35f51c49d..4cf6ac7f685 100644 --- a/agent/acs/handler/attach_instance_eni_handler_test.go +++ b/agent/acs/handler/attach_instance_eni_handler_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/acs/handler/attach_task_eni_handler.go b/agent/acs/handler/attach_task_eni_handler.go index 36b01b96029..590386f65aa 100644 --- a/agent/acs/handler/attach_task_eni_handler.go +++ b/agent/acs/handler/attach_task_eni_handler.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/acs/handler/attach_task_eni_handler_test.go b/agent/acs/handler/attach_task_eni_handler_test.go index ef496f1c196..f24cf3af133 100644 --- a/agent/acs/handler/attach_task_eni_handler_test.go +++ b/agent/acs/handler/attach_task_eni_handler_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2018-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/acs/handler/error.go b/agent/acs/handler/error.go index ac2359a8dee..0af9f7d9d12 100644 --- a/agent/acs/handler/error.go +++ b/agent/acs/handler/error.go @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/acs/handler/payload_handler.go b/agent/acs/handler/payload_handler.go index 9a600527f98..e4f81aee9ae 100644 --- a/agent/acs/handler/payload_handler.go +++ b/agent/acs/handler/payload_handler.go @@ -1,4 +1,4 @@ -// Copyright 2014-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/acs/handler/payload_handler_test.go b/agent/acs/handler/payload_handler_test.go index f33fdecf89d..707e7933301 100644 --- a/agent/acs/handler/payload_handler_test.go +++ b/agent/acs/handler/payload_handler_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/acs/handler/refresh_credentials_handler.go b/agent/acs/handler/refresh_credentials_handler.go index 6baf0b7792e..5d3b796a233 100644 --- a/agent/acs/handler/refresh_credentials_handler.go +++ b/agent/acs/handler/refresh_credentials_handler.go @@ -1,4 +1,4 @@ -// Copyright 2014-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/acs/handler/refresh_credentials_handler_test.go b/agent/acs/handler/refresh_credentials_handler_test.go index 5446a44e05f..07b8110f81c 100644 --- a/agent/acs/handler/refresh_credentials_handler_test.go +++ b/agent/acs/handler/refresh_credentials_handler_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/acs/handler/task_manifest_handler.go b/agent/acs/handler/task_manifest_handler.go index 6b65927e47d..acaa58756c1 100644 --- a/agent/acs/handler/task_manifest_handler.go +++ b/agent/acs/handler/task_manifest_handler.go @@ -1,4 +1,4 @@ -// Copyright 2014-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/acs/handler/task_manifest_handler_test.go b/agent/acs/handler/task_manifest_handler_test.go index 3bb00cc6a20..29b6424a1d3 100644 --- a/agent/acs/handler/task_manifest_handler_test.go +++ b/agent/acs/handler/task_manifest_handler_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2014-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/acs/model/ecsacs/api.go b/agent/acs/model/ecsacs/api.go index 68741dd85fa..c6827047901 100644 --- a/agent/acs/model/ecsacs/api.go +++ b/agent/acs/model/ecsacs/api.go @@ -1,4 +1,4 @@ -// Copyright 2015-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/acs/update_handler/doc.go b/agent/acs/update_handler/doc.go index 805b612b32b..45929d4b18f 100644 --- a/agent/acs/update_handler/doc.go +++ b/agent/acs/update_handler/doc.go @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/acs/update_handler/os/filesystem.go b/agent/acs/update_handler/os/filesystem.go index 225149f5dc9..0c59ae1aced 100644 --- a/agent/acs/update_handler/os/filesystem.go +++ b/agent/acs/update_handler/os/filesystem.go @@ -1,4 +1,4 @@ -// Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/acs/update_handler/os/mock/filesystem.go b/agent/acs/update_handler/os/mock/filesystem.go index cbdf5556a53..33b61d6fffd 100644 --- a/agent/acs/update_handler/os/mock/filesystem.go +++ b/agent/acs/update_handler/os/mock/filesystem.go @@ -1,4 +1,4 @@ -// Copyright 2015-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/acs/update_handler/os/mock/gomock_helpers.go b/agent/acs/update_handler/os/mock/gomock_helpers.go index a041bdbedae..d9004b9e97e 100644 --- a/agent/acs/update_handler/os/mock/gomock_helpers.go +++ b/agent/acs/update_handler/os/mock/gomock_helpers.go @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/acs/update_handler/updater.go b/agent/acs/update_handler/updater.go index fe964a71a96..db45b15cf86 100644 --- a/agent/acs/update_handler/updater.go +++ b/agent/acs/update_handler/updater.go @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/acs/update_handler/updater_test.go b/agent/acs/update_handler/updater_test.go index 09385dcd774..b03935c697c 100644 --- a/agent/acs/update_handler/updater_test.go +++ b/agent/acs/update_handler/updater_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/acs/update_handler/validations.go b/agent/acs/update_handler/validations.go index 62161d9d10a..ab4f1e7fb63 100644 --- a/agent/acs/update_handler/validations.go +++ b/agent/acs/update_handler/validations.go @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/agent.go b/agent/agent.go index 2498428bedf..04285fb2f3c 100644 --- a/agent/agent.go +++ b/agent/agent.go @@ -1,4 +1,4 @@ -// Copyright 2014-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/appmesh/appmesh.go b/agent/api/appmesh/appmesh.go index 82ed52b1fca..d971b8bd6f9 100644 --- a/agent/api/appmesh/appmesh.go +++ b/agent/api/appmesh/appmesh.go @@ -1,4 +1,4 @@ -// Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/appmesh/appmesh_test.go b/agent/api/appmesh/appmesh_test.go index 62d1cd07abb..f8d708bcd72 100644 --- a/agent/api/appmesh/appmesh_test.go +++ b/agent/api/appmesh/appmesh_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/container/container.go b/agent/api/container/container.go index 97f3210b605..daa6424dec2 100644 --- a/agent/api/container/container.go +++ b/agent/api/container/container.go @@ -1,4 +1,4 @@ -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/container/container_test.go b/agent/api/container/container_test.go index 2ddfdfc1e84..ba9e6fc8ab3 100644 --- a/agent/api/container/container_test.go +++ b/agent/api/container/container_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/container/container_unix.go b/agent/api/container/container_unix.go index 78d6d7196eb..5c759925396 100644 --- a/agent/api/container/container_unix.go +++ b/agent/api/container/container_unix.go @@ -1,6 +1,6 @@ // +build !windows -// Copyright 2014-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/container/container_windows.go b/agent/api/container/container_windows.go index a5d58437801..6f8dadb84f5 100644 --- a/agent/api/container/container_windows.go +++ b/agent/api/container/container_windows.go @@ -1,6 +1,6 @@ // +build windows -// Copyright 2014-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/container/container_windows_test.go b/agent/api/container/container_windows_test.go index 4aeb373eab0..db78310644f 100644 --- a/agent/api/container/container_windows_test.go +++ b/agent/api/container/container_windows_test.go @@ -1,6 +1,6 @@ // +build windows,unit -// Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/container/containerevent.go b/agent/api/container/containerevent.go index 27ad0aaaf89..19fc7133f67 100644 --- a/agent/api/container/containerevent.go +++ b/agent/api/container/containerevent.go @@ -1,4 +1,4 @@ -// Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/container/containeroverrides_test.go b/agent/api/container/containeroverrides_test.go index 3039a597f73..7c1ef734cc4 100644 --- a/agent/api/container/containeroverrides_test.go +++ b/agent/api/container/containeroverrides_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/container/containertype.go b/agent/api/container/containertype.go index 8344f54ba05..9045b872aa8 100644 --- a/agent/api/container/containertype.go +++ b/agent/api/container/containertype.go @@ -1,4 +1,4 @@ -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/container/containertype_test.go b/agent/api/container/containertype_test.go index 43b59dd2487..12172645f3f 100644 --- a/agent/api/container/containertype_test.go +++ b/agent/api/container/containertype_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/container/json.go b/agent/api/container/json.go index 5fb146b2448..a80d9989753 100644 --- a/agent/api/container/json.go +++ b/agent/api/container/json.go @@ -1,4 +1,4 @@ -// Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/container/port_binding.go b/agent/api/container/port_binding.go index 07a465293bf..c26f466af9b 100644 --- a/agent/api/container/port_binding.go +++ b/agent/api/container/port_binding.go @@ -1,4 +1,4 @@ -// Copyright 2014-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/container/port_binding_test.go b/agent/api/container/port_binding_test.go index 440146c25b9..556e5a04ecb 100644 --- a/agent/api/container/port_binding_test.go +++ b/agent/api/container/port_binding_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/container/registryauth.go b/agent/api/container/registryauth.go index 95d37809629..25e54e0d8e3 100644 --- a/agent/api/container/registryauth.go +++ b/agent/api/container/registryauth.go @@ -1,4 +1,4 @@ -// Copyright 2014-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/container/status/containerstatus.go b/agent/api/container/status/containerstatus.go index 6f74023a4c2..aa4ddea7c5b 100644 --- a/agent/api/container/status/containerstatus.go +++ b/agent/api/container/status/containerstatus.go @@ -1,4 +1,4 @@ -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/container/status/containerstatus_test.go b/agent/api/container/status/containerstatus_test.go index 5fda1fe23a5..1ee87b3ba14 100644 --- a/agent/api/container/status/containerstatus_test.go +++ b/agent/api/container/status/containerstatus_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/container/transitiondependency.go b/agent/api/container/transitiondependency.go index 48e7f7edfd2..42c9e4b82d6 100644 --- a/agent/api/container/transitiondependency.go +++ b/agent/api/container/transitiondependency.go @@ -1,4 +1,4 @@ -// Copyright 2017-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/container/transitiondependency_test.go b/agent/api/container/transitiondependency_test.go index 2dbcf38175f..15c5b0ff33f 100644 --- a/agent/api/container/transitiondependency_test.go +++ b/agent/api/container/transitiondependency_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/container/transport.go b/agent/api/container/transport.go index a992eae8c6e..f17d0010c1b 100644 --- a/agent/api/container/transport.go +++ b/agent/api/container/transport.go @@ -1,4 +1,4 @@ -// Copyright 2014-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/container/transport_test.go b/agent/api/container/transport_test.go index 574d15c01f3..1cb3d1ba8c2 100644 --- a/agent/api/container/transport_test.go +++ b/agent/api/container/transport_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/ecsclient/client.go b/agent/api/ecsclient/client.go index ec085aa2c09..23e7603b160 100644 --- a/agent/api/ecsclient/client.go +++ b/agent/api/ecsclient/client.go @@ -1,4 +1,4 @@ -// Copyright 2014-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/ecsclient/client_test.go b/agent/api/ecsclient/client_test.go index 332960efed2..382504c62cc 100644 --- a/agent/api/ecsclient/client_test.go +++ b/agent/api/ecsclient/client_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/ecsclient/retry_handler.go b/agent/api/ecsclient/retry_handler.go index 656c12febad..9ee49f5fc36 100644 --- a/agent/api/ecsclient/retry_handler.go +++ b/agent/api/ecsclient/retry_handler.go @@ -1,4 +1,4 @@ -// Copyright 2014-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/ecsclient/retry_handler_test.go b/agent/api/ecsclient/retry_handler_test.go index 19f031d8674..c566bff8be7 100644 --- a/agent/api/ecsclient/retry_handler_test.go +++ b/agent/api/ecsclient/retry_handler_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/eni/eni.go b/agent/api/eni/eni.go index 1a6ba2cd3f8..b0fa08645c0 100644 --- a/agent/api/eni/eni.go +++ b/agent/api/eni/eni.go @@ -1,4 +1,4 @@ -// Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/eni/eni_test.go b/agent/api/eni/eni_test.go index b930dd80fbb..6d6b3e26502 100644 --- a/agent/api/eni/eni_test.go +++ b/agent/api/eni/eni_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2017-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/eni/eniattachment.go b/agent/api/eni/eniattachment.go index efc12123b37..01009e2221f 100644 --- a/agent/api/eni/eniattachment.go +++ b/agent/api/eni/eniattachment.go @@ -1,4 +1,4 @@ -// Copyright 2017-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/eni/eniattachment_test.go b/agent/api/eni/eniattachment_test.go index 3c401c17e11..c0eef37f7af 100644 --- a/agent/api/eni/eniattachment_test.go +++ b/agent/api/eni/eniattachment_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2017-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/eni/enistatus.go b/agent/api/eni/enistatus.go index 0c785504340..27ac58b4ef4 100644 --- a/agent/api/eni/enistatus.go +++ b/agent/api/eni/enistatus.go @@ -1,4 +1,4 @@ -// Copyright 2014-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/errors/error_types.go b/agent/api/errors/error_types.go index c610b17c86c..87a76db3348 100644 --- a/agent/api/errors/error_types.go +++ b/agent/api/errors/error_types.go @@ -1,4 +1,4 @@ -// Copyright 2014-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/errors/errors.go b/agent/api/errors/errors.go index 8d06cd5893d..90ca1f77036 100644 --- a/agent/api/errors/errors.go +++ b/agent/api/errors/errors.go @@ -1,4 +1,4 @@ -// Copyright 2014-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/generate_mocks.go b/agent/api/generate_mocks.go index 90b3ba3952f..c19794a9d82 100644 --- a/agent/api/generate_mocks.go +++ b/agent/api/generate_mocks.go @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/interface.go b/agent/api/interface.go index 3e06ed35e8a..b053b282a4a 100644 --- a/agent/api/interface.go +++ b/agent/api/interface.go @@ -1,4 +1,4 @@ -// Copyright 2014-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/mocks/api_mocks.go b/agent/api/mocks/api_mocks.go index 1f75128d6e9..cc1eb7c1a00 100644 --- a/agent/api/mocks/api_mocks.go +++ b/agent/api/mocks/api_mocks.go @@ -1,4 +1,4 @@ -// Copyright 2015-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/statechange.go b/agent/api/statechange.go index 1b45a9ba654..2aa4dcfe06e 100644 --- a/agent/api/statechange.go +++ b/agent/api/statechange.go @@ -1,4 +1,4 @@ -// Copyright 2014-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/statechange_test.go b/agent/api/statechange_test.go index bac3e96cee5..d627a591cb7 100644 --- a/agent/api/statechange_test.go +++ b/agent/api/statechange_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2017-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/task/association.go b/agent/api/task/association.go index f9141a20b34..4f403bd2ae8 100644 --- a/agent/api/task/association.go +++ b/agent/api/task/association.go @@ -1,4 +1,4 @@ -// Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/task/association_test.go b/agent/api/task/association_test.go index 7196d6f7719..4c0525bf7f9 100644 --- a/agent/api/task/association_test.go +++ b/agent/api/task/association_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/task/json.go b/agent/api/task/json.go index ad46e56d066..9325b07e20d 100644 --- a/agent/api/task/json.go +++ b/agent/api/task/json.go @@ -1,4 +1,4 @@ -// Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/task/status/statusmapping.go b/agent/api/task/status/statusmapping.go index 61079904c0d..1a75085eb94 100644 --- a/agent/api/task/status/statusmapping.go +++ b/agent/api/task/status/statusmapping.go @@ -1,4 +1,4 @@ -// Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/task/status/statusmapping_test.go b/agent/api/task/status/statusmapping_test.go index f612900a425..52fdc474416 100644 --- a/agent/api/task/status/statusmapping_test.go +++ b/agent/api/task/status/statusmapping_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/task/status/taskstatus.go b/agent/api/task/status/taskstatus.go index 3497511c4f8..04f44ed30fa 100644 --- a/agent/api/task/status/taskstatus.go +++ b/agent/api/task/status/taskstatus.go @@ -1,4 +1,4 @@ -// Copyright 2014-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/task/status/taskstatus_test.go b/agent/api/task/status/taskstatus_test.go index 19dfb2afed2..5692b0c569c 100644 --- a/agent/api/task/status/taskstatus_test.go +++ b/agent/api/task/status/taskstatus_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/task/task.go b/agent/api/task/task.go index 11a598c2231..0fadb16d838 100644 --- a/agent/api/task/task.go +++ b/agent/api/task/task.go @@ -1,4 +1,4 @@ -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/task/task_enis.go b/agent/api/task/task_enis.go index 698701dc2f0..6eb717718ef 100644 --- a/agent/api/task/task_enis.go +++ b/agent/api/task/task_enis.go @@ -1,4 +1,4 @@ -// Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/task/task_linux.go b/agent/api/task/task_linux.go index 6c29e17352f..c22961cd905 100644 --- a/agent/api/task/task_linux.go +++ b/agent/api/task/task_linux.go @@ -1,6 +1,6 @@ // +build linux -// Copyright 2014-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/task/task_linux_test.go b/agent/api/task/task_linux_test.go index 51b7c9f27a0..331224e2f99 100644 --- a/agent/api/task/task_linux_test.go +++ b/agent/api/task/task_linux_test.go @@ -1,6 +1,6 @@ // +build linux,unit -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/task/task_test.go b/agent/api/task/task_test.go index fd6e6393579..a3a03f4ed0c 100644 --- a/agent/api/task/task_test.go +++ b/agent/api/task/task_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/task/task_unsupported.go b/agent/api/task/task_unsupported.go index de30a8805d6..25c75543c15 100644 --- a/agent/api/task/task_unsupported.go +++ b/agent/api/task/task_unsupported.go @@ -1,6 +1,6 @@ // +build !linux,!windows -// Copyright 2014-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/task/task_windows.go b/agent/api/task/task_windows.go index 0ee011741cc..3d24c5cf399 100644 --- a/agent/api/task/task_windows.go +++ b/agent/api/task/task_windows.go @@ -1,6 +1,6 @@ // +build windows -// Copyright 2014-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/task/task_windows_test.go b/agent/api/task/task_windows_test.go index 20baa849931..325bae38053 100644 --- a/agent/api/task/task_windows_test.go +++ b/agent/api/task/task_windows_test.go @@ -1,6 +1,6 @@ // +build windows,unit -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/task/taskvolume.go b/agent/api/task/taskvolume.go index b54236351d1..04d70eeb38c 100644 --- a/agent/api/task/taskvolume.go +++ b/agent/api/task/taskvolume.go @@ -1,4 +1,4 @@ -// Copyright 2014-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/task/taskvolume_test.go b/agent/api/task/taskvolume_test.go index 71bd18d8d62..061ec587ac5 100644 --- a/agent/api/task/taskvolume_test.go +++ b/agent/api/task/taskvolume_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/task/types_unmarshal_test.go b/agent/api/task/types_unmarshal_test.go index 9acade9f120..35a0b0e966e 100644 --- a/agent/api/task/types_unmarshal_test.go +++ b/agent/api/task/types_unmarshal_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/task/util.go b/agent/api/task/util.go index 4bc3f31dab8..534f752495d 100644 --- a/agent/api/task/util.go +++ b/agent/api/task/util.go @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/task/util_test.go b/agent/api/task/util_test.go index d161ae2ae65..51a2c2ec2de 100644 --- a/agent/api/task/util_test.go +++ b/agent/api/task/util_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/testutils/container_equal.go b/agent/api/testutils/container_equal.go index bb90e775314..fad345ecf32 100644 --- a/agent/api/testutils/container_equal.go +++ b/agent/api/testutils/container_equal.go @@ -1,4 +1,4 @@ -// Copyright 2014-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/testutils/container_equal_test.go b/agent/api/testutils/container_equal_test.go index 7412a6c0a0b..97ebed76d0d 100644 --- a/agent/api/testutils/container_equal_test.go +++ b/agent/api/testutils/container_equal_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/testutils/task_equal.go b/agent/api/testutils/task_equal.go index 8537a718920..22e47eefb02 100644 --- a/agent/api/testutils/task_equal.go +++ b/agent/api/testutils/task_equal.go @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/api/testutils/task_equal_test.go b/agent/api/testutils/task_equal_test.go index a946e2dd923..15a62258043 100644 --- a/agent/api/testutils/task_equal_test.go +++ b/agent/api/testutils/task_equal_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/app/agent.go b/agent/app/agent.go index 10fe3c9446b..757a8e14d97 100644 --- a/agent/app/agent.go +++ b/agent/app/agent.go @@ -1,4 +1,4 @@ -// Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/app/agent_capability.go b/agent/app/agent_capability.go index da5343c4eb1..2491c7c603f 100644 --- a/agent/app/agent_capability.go +++ b/agent/app/agent_capability.go @@ -1,4 +1,4 @@ -// Copyright 2014-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/app/agent_capability_test.go b/agent/app/agent_capability_test.go index 7ffd610b87f..36393ab92c8 100644 --- a/agent/app/agent_capability_test.go +++ b/agent/app/agent_capability_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/app/agent_capability_unix.go b/agent/app/agent_capability_unix.go index 25fca461989..0dbe20c5456 100644 --- a/agent/app/agent_capability_unix.go +++ b/agent/app/agent_capability_unix.go @@ -1,6 +1,6 @@ // +build linux -// Copyright 2014-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/app/agent_capability_unix_test.go b/agent/app/agent_capability_unix_test.go index 9794072c52d..18a545b440b 100644 --- a/agent/app/agent_capability_unix_test.go +++ b/agent/app/agent_capability_unix_test.go @@ -1,6 +1,6 @@ // +build linux,unit -// Copyright 2014-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/app/agent_capability_unspecified.go b/agent/app/agent_capability_unspecified.go index c00dff02413..26dca010aa1 100644 --- a/agent/app/agent_capability_unspecified.go +++ b/agent/app/agent_capability_unspecified.go @@ -1,6 +1,6 @@ // +build !linux,!windows -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/app/agent_capability_windows.go b/agent/app/agent_capability_windows.go index 3f6a0989be5..613ad524267 100644 --- a/agent/app/agent_capability_windows.go +++ b/agent/app/agent_capability_windows.go @@ -1,6 +1,6 @@ // +build windows -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/app/agent_capability_windows_test.go b/agent/app/agent_capability_windows_test.go index 7d059aaa6c5..b2aecc79c2b 100644 --- a/agent/app/agent_capability_windows_test.go +++ b/agent/app/agent_capability_windows_test.go @@ -1,6 +1,6 @@ // +build windows,unit -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/app/agent_compatibility_linux.go b/agent/app/agent_compatibility_linux.go index d7e840fd940..37c4a2d2ece 100644 --- a/agent/app/agent_compatibility_linux.go +++ b/agent/app/agent_compatibility_linux.go @@ -1,6 +1,6 @@ // +build linux -// Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/app/agent_compatibility_linux_test.go b/agent/app/agent_compatibility_linux_test.go index adb3e791ed5..a059256ab92 100644 --- a/agent/app/agent_compatibility_linux_test.go +++ b/agent/app/agent_compatibility_linux_test.go @@ -1,6 +1,6 @@ // +build linux,unit -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/app/agent_compatibility_unspecified.go b/agent/app/agent_compatibility_unspecified.go index 5fdee722c22..63975a94aff 100644 --- a/agent/app/agent_compatibility_unspecified.go +++ b/agent/app/agent_compatibility_unspecified.go @@ -1,6 +1,6 @@ // +build !linux -// Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/app/agent_integ_test.go b/agent/app/agent_integ_test.go index 232e4ed0db9..2dfa7d46e64 100644 --- a/agent/app/agent_integ_test.go +++ b/agent/app/agent_integ_test.go @@ -1,5 +1,5 @@ // +build integration -// Copyright 2014-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/app/agent_test.go b/agent/app/agent_test.go index 91f297c7742..7de8d03f755 100644 --- a/agent/app/agent_test.go +++ b/agent/app/agent_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/app/agent_unix.go b/agent/app/agent_unix.go index 3b197e5f60f..241240fb0d1 100644 --- a/agent/app/agent_unix.go +++ b/agent/app/agent_unix.go @@ -1,6 +1,6 @@ // +build linux -// Copyright 2017-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/app/agent_unix_test.go b/agent/app/agent_unix_test.go index 3a479557a46..90d4f1658a9 100644 --- a/agent/app/agent_unix_test.go +++ b/agent/app/agent_unix_test.go @@ -1,6 +1,6 @@ // +build linux,unit -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/app/agent_unspecified.go b/agent/app/agent_unspecified.go index 48350f3164b..77241fc5f72 100644 --- a/agent/app/agent_unspecified.go +++ b/agent/app/agent_unspecified.go @@ -1,6 +1,6 @@ // +build !linux,!windows -// Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/app/agent_windows.go b/agent/app/agent_windows.go index 74eeeabab3d..91e4bcf252b 100644 --- a/agent/app/agent_windows.go +++ b/agent/app/agent_windows.go @@ -1,6 +1,6 @@ // +build windows -// Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/app/agent_windows_test.go b/agent/app/agent_windows_test.go index 82e5dc9b86f..e785073d19d 100644 --- a/agent/app/agent_windows_test.go +++ b/agent/app/agent_windows_test.go @@ -1,6 +1,6 @@ // +build windows,unit -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/app/args/flag.go b/agent/app/args/flag.go index d542dcbfe2e..21b490dd8a7 100644 --- a/agent/app/args/flag.go +++ b/agent/app/args/flag.go @@ -1,4 +1,4 @@ -// Copyright 2014-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/app/errors.go b/agent/app/errors.go index a107b3281f5..fae7c28bc35 100644 --- a/agent/app/errors.go +++ b/agent/app/errors.go @@ -1,4 +1,4 @@ -// Copyright 2014-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/app/factory/generate_mocks.go b/agent/app/factory/generate_mocks.go index f138e59a677..8d8a7a8919b 100644 --- a/agent/app/factory/generate_mocks.go +++ b/agent/app/factory/generate_mocks.go @@ -1,4 +1,4 @@ -// Copyright 2014-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/app/factory/mocks/factory_mocks.go b/agent/app/factory/mocks/factory_mocks.go index 3768401a24e..b37eb634c87 100644 --- a/agent/app/factory/mocks/factory_mocks.go +++ b/agent/app/factory/mocks/factory_mocks.go @@ -1,4 +1,4 @@ -// Copyright 2015-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/app/factory/statemanager.go b/agent/app/factory/statemanager.go index 8f643ca447e..2aba678fce5 100644 --- a/agent/app/factory/statemanager.go +++ b/agent/app/factory/statemanager.go @@ -1,4 +1,4 @@ -// Copyright 2014-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/app/generate_mocks.go b/agent/app/generate_mocks.go index 2d4d7fe3101..f68f30471d8 100644 --- a/agent/app/generate_mocks.go +++ b/agent/app/generate_mocks.go @@ -1,4 +1,4 @@ -// Copyright 2014-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/app/healthcheck.go b/agent/app/healthcheck.go index e73c06a38e2..9d5ba5063a2 100644 --- a/agent/app/healthcheck.go +++ b/agent/app/healthcheck.go @@ -1,4 +1,4 @@ -// Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/app/license.go b/agent/app/license.go index b2d53557cc5..7d2e48c329d 100644 --- a/agent/app/license.go +++ b/agent/app/license.go @@ -1,4 +1,4 @@ -// Copyright 2014-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/app/mocks/credentials_mocks.go b/agent/app/mocks/credentials_mocks.go index cae16387f98..baf76016675 100644 --- a/agent/app/mocks/credentials_mocks.go +++ b/agent/app/mocks/credentials_mocks.go @@ -1,4 +1,4 @@ -// Copyright 2015-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/app/oswrapper/generate_mocks.go b/agent/app/oswrapper/generate_mocks.go index 2c2e688171b..62df973995b 100644 --- a/agent/app/oswrapper/generate_mocks.go +++ b/agent/app/oswrapper/generate_mocks.go @@ -1,4 +1,4 @@ -// Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/app/oswrapper/mocks/oswrapper_mocks.go b/agent/app/oswrapper/mocks/oswrapper_mocks.go index 0962737a4cd..940d42408bd 100644 --- a/agent/app/oswrapper/mocks/oswrapper_mocks.go +++ b/agent/app/oswrapper/mocks/oswrapper_mocks.go @@ -1,4 +1,4 @@ -// Copyright 2015-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/app/oswrapper/oswrapper.go b/agent/app/oswrapper/oswrapper.go index 04e72ea6d82..589edcfd89b 100644 --- a/agent/app/oswrapper/oswrapper.go +++ b/agent/app/oswrapper/oswrapper.go @@ -1,4 +1,4 @@ -// Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/app/run.go b/agent/app/run.go index a73895f8203..8ba5f579e2f 100644 --- a/agent/app/run.go +++ b/agent/app/run.go @@ -1,4 +1,4 @@ -// Copyright 2014-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/asm/asm.go b/agent/asm/asm.go index 98d6d907002..df5e80d5af6 100644 --- a/agent/asm/asm.go +++ b/agent/asm/asm.go @@ -1,4 +1,4 @@ -// Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/asm/asm_test.go b/agent/asm/asm_test.go index a78c01dd0db..3b405ad5c98 100644 --- a/agent/asm/asm_test.go +++ b/agent/asm/asm_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/asm/factory/factory.go b/agent/asm/factory/factory.go index c31edac5c3f..d7c15072533 100644 --- a/agent/asm/factory/factory.go +++ b/agent/asm/factory/factory.go @@ -1,4 +1,4 @@ -// Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/asm/factory/generate_mocks.go b/agent/asm/factory/generate_mocks.go index ee9516db974..aa26ee44719 100644 --- a/agent/asm/factory/generate_mocks.go +++ b/agent/asm/factory/generate_mocks.go @@ -1,4 +1,4 @@ -// Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/asm/factory/mocks/factory_mocks.go b/agent/asm/factory/mocks/factory_mocks.go index 916ea765c0d..27126de22fe 100644 --- a/agent/asm/factory/mocks/factory_mocks.go +++ b/agent/asm/factory/mocks/factory_mocks.go @@ -1,4 +1,4 @@ -// Copyright 2015-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/asm/generate_mocks.go b/agent/asm/generate_mocks.go index a245ff1ddb8..0778594b667 100644 --- a/agent/asm/generate_mocks.go +++ b/agent/asm/generate_mocks.go @@ -1,4 +1,4 @@ -// Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/asm/mocks/secretsmanagerapi_mocks.go b/agent/asm/mocks/secretsmanagerapi_mocks.go index 7473186c91f..aed46c63dc3 100644 --- a/agent/asm/mocks/secretsmanagerapi_mocks.go +++ b/agent/asm/mocks/secretsmanagerapi_mocks.go @@ -1,4 +1,4 @@ -// Copyright 2015-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/async/generate_mocks.go b/agent/async/generate_mocks.go index bcb1ebf1271..04eeabc3f52 100644 --- a/agent/async/generate_mocks.go +++ b/agent/async/generate_mocks.go @@ -1,4 +1,4 @@ -// Copyright 2014-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/async/lru_cache.go b/agent/async/lru_cache.go index 764118c95c5..c1f96268d07 100644 --- a/agent/async/lru_cache.go +++ b/agent/async/lru_cache.go @@ -1,4 +1,4 @@ -// Copyright 2014-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/async/lru_cache_test.go b/agent/async/lru_cache_test.go index 2f6ea9e5707..ebb2be85b6e 100644 --- a/agent/async/lru_cache_test.go +++ b/agent/async/lru_cache_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/async/mocks/async_mocks.go b/agent/async/mocks/async_mocks.go index 6964e19c497..45e5c29900d 100644 --- a/agent/async/mocks/async_mocks.go +++ b/agent/async/mocks/async_mocks.go @@ -1,4 +1,4 @@ -// Copyright 2015-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/config/conditional.go b/agent/config/conditional.go index 411417048e3..60205366068 100644 --- a/agent/config/conditional.go +++ b/agent/config/conditional.go @@ -1,4 +1,4 @@ -// Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/config/conditional_test.go b/agent/config/conditional_test.go index 7722d3af835..9343b5300dd 100644 --- a/agent/config/conditional_test.go +++ b/agent/config/conditional_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2015-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/config/config.go b/agent/config/config.go index dc0ccd51fae..a8974d50f40 100644 --- a/agent/config/config.go +++ b/agent/config/config.go @@ -1,4 +1,4 @@ -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/config/config_test.go b/agent/config/config_test.go index 63b9a696cc7..c19e7d82b5d 100644 --- a/agent/config/config_test.go +++ b/agent/config/config_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/config/config_unix.go b/agent/config/config_unix.go index 2cfe27a2817..ac5f5d0f3b1 100644 --- a/agent/config/config_unix.go +++ b/agent/config/config_unix.go @@ -1,5 +1,5 @@ // +build !windows -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/config/config_unix_test.go b/agent/config/config_unix_test.go index 8c333c1edbe..e350751c4bc 100644 --- a/agent/config/config_unix_test.go +++ b/agent/config/config_unix_test.go @@ -1,6 +1,6 @@ // +build !windows,unit -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/config/config_windows.go b/agent/config/config_windows.go index d6eab673911..82818e5a75a 100644 --- a/agent/config/config_windows.go +++ b/agent/config/config_windows.go @@ -1,5 +1,5 @@ // +build windows -// Copyright 2014-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/config/config_windows_test.go b/agent/config/config_windows_test.go index ba4bb86c7b2..659ce74df6a 100644 --- a/agent/config/config_windows_test.go +++ b/agent/config/config_windows_test.go @@ -1,6 +1,6 @@ // +build windows,unit -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/config/const_linux.go b/agent/config/const_linux.go index 782b1a3c4b5..10ef8b6ef04 100644 --- a/agent/config/const_linux.go +++ b/agent/config/const_linux.go @@ -1,6 +1,6 @@ // +build linux -// Copyright 2014-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/config/const_unknown.go b/agent/config/const_unknown.go index f5c9e94e210..ffc6051e2cb 100644 --- a/agent/config/const_unknown.go +++ b/agent/config/const_unknown.go @@ -1,6 +1,6 @@ // +build !windows,!linux -// Copyright 2014-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/config/const_windows.go b/agent/config/const_windows.go index c644c178594..912d648100d 100644 --- a/agent/config/const_windows.go +++ b/agent/config/const_windows.go @@ -1,6 +1,6 @@ // +build windows -// Copyright 2014-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/config/doc.go b/agent/config/doc.go index 60661aa179d..d67369a5d5c 100644 --- a/agent/config/doc.go +++ b/agent/config/doc.go @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/config/interface.go b/agent/config/interface.go index 49b9f11fa37..cd58b20aa11 100644 --- a/agent/config/interface.go +++ b/agent/config/interface.go @@ -1,4 +1,4 @@ -// Copyright 2014-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/config/parse.go b/agent/config/parse.go index 7d9e04cd392..dc4b5b8393e 100644 --- a/agent/config/parse.go +++ b/agent/config/parse.go @@ -1,4 +1,4 @@ -// Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/config/parse_linux.go b/agent/config/parse_linux.go index d4723017e35..862f8605ce6 100644 --- a/agent/config/parse_linux.go +++ b/agent/config/parse_linux.go @@ -1,6 +1,6 @@ // +build linux -// Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/config/parse_unsupported.go b/agent/config/parse_unsupported.go index 95b00985976..50aa3148f7a 100644 --- a/agent/config/parse_unsupported.go +++ b/agent/config/parse_unsupported.go @@ -1,6 +1,6 @@ // +build !linux,!windows -// Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/config/parse_windows.go b/agent/config/parse_windows.go index bb520670891..72c5b38eae2 100644 --- a/agent/config/parse_windows.go +++ b/agent/config/parse_windows.go @@ -1,6 +1,6 @@ // +build windows -// Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/config/parse_windows_test.go b/agent/config/parse_windows_test.go index 0868af4dc35..1c985c23eaa 100644 --- a/agent/config/parse_windows_test.go +++ b/agent/config/parse_windows_test.go @@ -1,6 +1,6 @@ // +build windows,unit -// Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/config/sensitive.go b/agent/config/sensitive.go index c2ce0065321..f2841f0777f 100644 --- a/agent/config/sensitive.go +++ b/agent/config/sensitive.go @@ -1,4 +1,4 @@ -// Copyright 2014-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/config/sensitive_test.go b/agent/config/sensitive_test.go index b6a282d5946..2a140471d13 100644 --- a/agent/config/sensitive_test.go +++ b/agent/config/sensitive_test.go @@ -1,6 +1,6 @@ // +build unit -// Copyright 2015-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/config/types.go b/agent/config/types.go index d75b94902f9..5784281b036 100644 --- a/agent/config/types.go +++ b/agent/config/types.go @@ -1,4 +1,4 @@ -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/config/types_unix.go b/agent/config/types_unix.go index 92abb422b1e..0d2ff84af79 100644 --- a/agent/config/types_unix.go +++ b/agent/config/types_unix.go @@ -1,5 +1,5 @@ // +build !windows -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the diff --git a/agent/config/types_windows.go b/agent/config/types_windows.go index 9060db332bc..c6b3977d163 100644 --- a/agent/config/types_windows.go +++ b/agent/config/types_windows.go @@ -1,5 +1,5 @@ // +build windows -// Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). You may // not use this file except in compliance with the License. A copy of the