From df7ab8efe7a25a0650020b9629113478e78ae6d5 Mon Sep 17 00:00:00 2001 From: Kazuyoshi Kato Date: Thu, 13 Feb 2020 16:23:21 -0800 Subject: [PATCH] Remove copyright dates It is 2020, and we don't want to update them in 2021. Signed-off-by: Kazuyoshi Kato --- .buildkite/logcheck.sh | 2 +- .buildkite/pipeline.yml | 2 +- COPYRIGHT_HEADER | 4 ++-- Makefile | 2 +- NOTICE | 2 +- client/firecracker_client.go | 2 +- client/models/boot_source.go | 2 +- client/models/cpu_template.go | 2 +- client/models/drive.go | 2 +- client/models/error.go | 2 +- client/models/instance_action_info.go | 2 +- client/models/instance_info.go | 2 +- client/models/logger.go | 2 +- client/models/machine_configuration.go | 2 +- client/models/network_interface.go | 2 +- client/models/partial_drive.go | 2 +- client/models/partial_network_interface.go | 2 +- client/models/rate_limiter.go | 2 +- client/models/token_bucket.go | 2 +- client/models/vsock.go | 2 +- client/operations/create_sync_action_parameters.go | 2 +- client/operations/create_sync_action_responses.go | 2 +- client/operations/describe_instance_parameters.go | 2 +- client/operations/describe_instance_responses.go | 2 +- client/operations/get_machine_configuration_parameters.go | 2 +- client/operations/get_machine_configuration_responses.go | 2 +- client/operations/get_mmds_parameters.go | 2 +- client/operations/get_mmds_responses.go | 2 +- client/operations/operations_client.go | 2 +- client/operations/patch_guest_drive_by_id_parameters.go | 2 +- client/operations/patch_guest_drive_by_id_responses.go | 2 +- .../patch_guest_network_interface_by_id_parameters.go | 2 +- .../patch_guest_network_interface_by_id_responses.go | 2 +- client/operations/patch_machine_configuration_parameters.go | 2 +- client/operations/patch_machine_configuration_responses.go | 2 +- client/operations/patch_mmds_parameters.go | 2 +- client/operations/patch_mmds_responses.go | 2 +- client/operations/put_guest_boot_source_parameters.go | 2 +- client/operations/put_guest_boot_source_responses.go | 2 +- client/operations/put_guest_drive_by_id_parameters.go | 2 +- client/operations/put_guest_drive_by_id_responses.go | 2 +- .../put_guest_network_interface_by_id_parameters.go | 2 +- .../operations/put_guest_network_interface_by_id_responses.go | 2 +- client/operations/put_guest_vsock_parameters.go | 2 +- client/operations/put_guest_vsock_responses.go | 2 +- client/operations/put_logger_parameters.go | 2 +- client/operations/put_logger_responses.go | 2 +- client/operations/put_machine_configuration_parameters.go | 2 +- client/operations/put_machine_configuration_responses.go | 2 +- client/operations/put_mmds_parameters.go | 2 +- client/operations/put_mmds_responses.go | 2 +- client_transports.go | 2 +- client_transports_test.go | 2 +- cni/Makefile | 2 +- cni/cmd/tc-redirect-tap/main.go | 2 +- cni/cmd/tc-redirect-tap/main_test.go | 2 +- cni/internal/cniutil.go | 2 +- cni/internal/cniutil_test.go | 2 +- cni/internal/mocks.go | 2 +- cni/internal/netlink.go | 2 +- cni/vmconf/vmconf.go | 2 +- cni/vmconf/vmconf_test.go | 2 +- command_builder.go | 2 +- command_builder_test.go | 2 +- doc.go | 2 +- fctesting/firecracker_mock_client.go | 2 +- fctesting/utils.go | 2 +- firecracker.go | 2 +- handlers.go | 2 +- jailer.go | 2 +- kernelargs.go | 2 +- kernelargs_test.go | 2 +- machine.go | 2 +- machine_test.go | 2 +- machineiface.go | 2 +- network.go | 2 +- network_test.go | 2 +- opts.go | 2 +- rate_limiter.go | 2 +- rate_limiter_test.go | 2 +- swagger.go | 2 +- tools/docker/Dockerfile | 2 +- version.go | 2 +- 83 files changed, 84 insertions(+), 84 deletions(-) diff --git a/.buildkite/logcheck.sh b/.buildkite/logcheck.sh index ee42477a..917566b3 100755 --- a/.buildkite/logcheck.sh +++ b/.buildkite/logcheck.sh @@ -1,5 +1,5 @@ #!/bin/sh -# 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/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 51f01059..421aa1bb 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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/COPYRIGHT_HEADER b/COPYRIGHT_HEADER index d30d5420..bcd71e0a 100644 --- a/COPYRIGHT_HEADER +++ b/COPYRIGHT_HEADER @@ -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 @@ -9,4 +9,4 @@ License is located at or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing -permissions and limitations under the License. \ No newline at end of file +permissions and limitations under the License. diff --git a/Makefile b/Makefile index 7ac108e5..6e4416cb 100644 --- a/Makefile +++ b/Makefile @@ -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/NOTICE b/NOTICE index 0459b44c..c47d574d 100644 --- a/NOTICE +++ b/NOTICE @@ -1,2 +1,2 @@ Go Firecracker SDK -Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. diff --git a/client/firecracker_client.go b/client/firecracker_client.go index 6417c109..c021c062 100644 --- a/client/firecracker_client.go +++ b/client/firecracker_client.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/models/boot_source.go b/client/models/boot_source.go index fb71be30..759e339c 100644 --- a/client/models/boot_source.go +++ b/client/models/boot_source.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/models/cpu_template.go b/client/models/cpu_template.go index 0829fa3f..dc5e2923 100644 --- a/client/models/cpu_template.go +++ b/client/models/cpu_template.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/models/drive.go b/client/models/drive.go index b8b4236c..3712823b 100644 --- a/client/models/drive.go +++ b/client/models/drive.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/models/error.go b/client/models/error.go index bb9c2059..c931792e 100644 --- a/client/models/error.go +++ b/client/models/error.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/models/instance_action_info.go b/client/models/instance_action_info.go index 3e25b406..6017c6cc 100644 --- a/client/models/instance_action_info.go +++ b/client/models/instance_action_info.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/models/instance_info.go b/client/models/instance_info.go index 8c31ae7b..889091dc 100644 --- a/client/models/instance_info.go +++ b/client/models/instance_info.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/models/logger.go b/client/models/logger.go index a5ef40ac..fde6487b 100644 --- a/client/models/logger.go +++ b/client/models/logger.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/models/machine_configuration.go b/client/models/machine_configuration.go index 7a97db69..a35c5ad5 100644 --- a/client/models/machine_configuration.go +++ b/client/models/machine_configuration.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/models/network_interface.go b/client/models/network_interface.go index 78d1cfe5..1b534e1f 100644 --- a/client/models/network_interface.go +++ b/client/models/network_interface.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/models/partial_drive.go b/client/models/partial_drive.go index 76b75a29..94d9229e 100644 --- a/client/models/partial_drive.go +++ b/client/models/partial_drive.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/models/partial_network_interface.go b/client/models/partial_network_interface.go index 50cd7af2..c73f3e50 100644 --- a/client/models/partial_network_interface.go +++ b/client/models/partial_network_interface.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/models/rate_limiter.go b/client/models/rate_limiter.go index b5a3d2e9..42b2d0a7 100644 --- a/client/models/rate_limiter.go +++ b/client/models/rate_limiter.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/models/token_bucket.go b/client/models/token_bucket.go index e90e171d..56c759cb 100644 --- a/client/models/token_bucket.go +++ b/client/models/token_bucket.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/models/vsock.go b/client/models/vsock.go index 2c746715..8d7f926c 100644 --- a/client/models/vsock.go +++ b/client/models/vsock.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/operations/create_sync_action_parameters.go b/client/operations/create_sync_action_parameters.go index 7a73af96..4b1ff320 100644 --- a/client/operations/create_sync_action_parameters.go +++ b/client/operations/create_sync_action_parameters.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/operations/create_sync_action_responses.go b/client/operations/create_sync_action_responses.go index f1e26be6..c4bb2a5f 100644 --- a/client/operations/create_sync_action_responses.go +++ b/client/operations/create_sync_action_responses.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/operations/describe_instance_parameters.go b/client/operations/describe_instance_parameters.go index fe6d0f4b..0513619b 100644 --- a/client/operations/describe_instance_parameters.go +++ b/client/operations/describe_instance_parameters.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/operations/describe_instance_responses.go b/client/operations/describe_instance_responses.go index d7524da9..94a659a0 100644 --- a/client/operations/describe_instance_responses.go +++ b/client/operations/describe_instance_responses.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/operations/get_machine_configuration_parameters.go b/client/operations/get_machine_configuration_parameters.go index 2882f3a7..1dbae634 100644 --- a/client/operations/get_machine_configuration_parameters.go +++ b/client/operations/get_machine_configuration_parameters.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/operations/get_machine_configuration_responses.go b/client/operations/get_machine_configuration_responses.go index b4823cca..da3095ed 100644 --- a/client/operations/get_machine_configuration_responses.go +++ b/client/operations/get_machine_configuration_responses.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/operations/get_mmds_parameters.go b/client/operations/get_mmds_parameters.go index c8ae6901..82294e2c 100644 --- a/client/operations/get_mmds_parameters.go +++ b/client/operations/get_mmds_parameters.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/operations/get_mmds_responses.go b/client/operations/get_mmds_responses.go index 1f305afc..3d0a9a6f 100644 --- a/client/operations/get_mmds_responses.go +++ b/client/operations/get_mmds_responses.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/operations/operations_client.go b/client/operations/operations_client.go index 8861b73c..3c1ffb1b 100644 --- a/client/operations/operations_client.go +++ b/client/operations/operations_client.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/operations/patch_guest_drive_by_id_parameters.go b/client/operations/patch_guest_drive_by_id_parameters.go index f6bbaa2a..8667c434 100644 --- a/client/operations/patch_guest_drive_by_id_parameters.go +++ b/client/operations/patch_guest_drive_by_id_parameters.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/operations/patch_guest_drive_by_id_responses.go b/client/operations/patch_guest_drive_by_id_responses.go index 40221548..1270919b 100644 --- a/client/operations/patch_guest_drive_by_id_responses.go +++ b/client/operations/patch_guest_drive_by_id_responses.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/operations/patch_guest_network_interface_by_id_parameters.go b/client/operations/patch_guest_network_interface_by_id_parameters.go index 64e0f6ce..12f6337d 100644 --- a/client/operations/patch_guest_network_interface_by_id_parameters.go +++ b/client/operations/patch_guest_network_interface_by_id_parameters.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/operations/patch_guest_network_interface_by_id_responses.go b/client/operations/patch_guest_network_interface_by_id_responses.go index 68d3595a..5b8ec57a 100644 --- a/client/operations/patch_guest_network_interface_by_id_responses.go +++ b/client/operations/patch_guest_network_interface_by_id_responses.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/operations/patch_machine_configuration_parameters.go b/client/operations/patch_machine_configuration_parameters.go index 1f944bc6..06308ce5 100644 --- a/client/operations/patch_machine_configuration_parameters.go +++ b/client/operations/patch_machine_configuration_parameters.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/operations/patch_machine_configuration_responses.go b/client/operations/patch_machine_configuration_responses.go index 11e139c9..e62a34d5 100644 --- a/client/operations/patch_machine_configuration_responses.go +++ b/client/operations/patch_machine_configuration_responses.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/operations/patch_mmds_parameters.go b/client/operations/patch_mmds_parameters.go index 63b7fe4e..48a83524 100644 --- a/client/operations/patch_mmds_parameters.go +++ b/client/operations/patch_mmds_parameters.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/operations/patch_mmds_responses.go b/client/operations/patch_mmds_responses.go index cceb9c5e..719985c5 100644 --- a/client/operations/patch_mmds_responses.go +++ b/client/operations/patch_mmds_responses.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/operations/put_guest_boot_source_parameters.go b/client/operations/put_guest_boot_source_parameters.go index 4b220f4d..318219d4 100644 --- a/client/operations/put_guest_boot_source_parameters.go +++ b/client/operations/put_guest_boot_source_parameters.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/operations/put_guest_boot_source_responses.go b/client/operations/put_guest_boot_source_responses.go index 5bff8e7e..cf543ab0 100644 --- a/client/operations/put_guest_boot_source_responses.go +++ b/client/operations/put_guest_boot_source_responses.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/operations/put_guest_drive_by_id_parameters.go b/client/operations/put_guest_drive_by_id_parameters.go index 2f512358..3da0067f 100644 --- a/client/operations/put_guest_drive_by_id_parameters.go +++ b/client/operations/put_guest_drive_by_id_parameters.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/operations/put_guest_drive_by_id_responses.go b/client/operations/put_guest_drive_by_id_responses.go index bbe46a05..ca839446 100644 --- a/client/operations/put_guest_drive_by_id_responses.go +++ b/client/operations/put_guest_drive_by_id_responses.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/operations/put_guest_network_interface_by_id_parameters.go b/client/operations/put_guest_network_interface_by_id_parameters.go index 005e263e..17082193 100644 --- a/client/operations/put_guest_network_interface_by_id_parameters.go +++ b/client/operations/put_guest_network_interface_by_id_parameters.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/operations/put_guest_network_interface_by_id_responses.go b/client/operations/put_guest_network_interface_by_id_responses.go index 27dc2f32..b7f4b99a 100644 --- a/client/operations/put_guest_network_interface_by_id_responses.go +++ b/client/operations/put_guest_network_interface_by_id_responses.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/operations/put_guest_vsock_parameters.go b/client/operations/put_guest_vsock_parameters.go index 6dfe9da0..9147587f 100644 --- a/client/operations/put_guest_vsock_parameters.go +++ b/client/operations/put_guest_vsock_parameters.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/operations/put_guest_vsock_responses.go b/client/operations/put_guest_vsock_responses.go index 5d232ff0..56305bb4 100644 --- a/client/operations/put_guest_vsock_responses.go +++ b/client/operations/put_guest_vsock_responses.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/operations/put_logger_parameters.go b/client/operations/put_logger_parameters.go index b889eef7..8a7a60d8 100644 --- a/client/operations/put_logger_parameters.go +++ b/client/operations/put_logger_parameters.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/operations/put_logger_responses.go b/client/operations/put_logger_responses.go index 2108f429..d1fc4671 100644 --- a/client/operations/put_logger_responses.go +++ b/client/operations/put_logger_responses.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/operations/put_machine_configuration_parameters.go b/client/operations/put_machine_configuration_parameters.go index 1d064ace..e054d50f 100644 --- a/client/operations/put_machine_configuration_parameters.go +++ b/client/operations/put_machine_configuration_parameters.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/operations/put_machine_configuration_responses.go b/client/operations/put_machine_configuration_responses.go index c3829557..31f1b2b4 100644 --- a/client/operations/put_machine_configuration_responses.go +++ b/client/operations/put_machine_configuration_responses.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/operations/put_mmds_parameters.go b/client/operations/put_mmds_parameters.go index 75a3db6f..ba0f420a 100644 --- a/client/operations/put_mmds_parameters.go +++ b/client/operations/put_mmds_parameters.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client/operations/put_mmds_responses.go b/client/operations/put_mmds_responses.go index dfc65095..15da0882 100644 --- a/client/operations/put_mmds_responses.go +++ b/client/operations/put_mmds_responses.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/client_transports.go b/client_transports.go index 5d70f074..0ad8b358 100644 --- a/client_transports.go +++ b/client_transports.go @@ -1,4 +1,4 @@ -// 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/client_transports_test.go b/client_transports_test.go index 234cf8b0..002cfa20 100644 --- a/client_transports_test.go +++ b/client_transports_test.go @@ -1,4 +1,4 @@ -// 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/cni/Makefile b/cni/Makefile index ef8f6f56..50bf130e 100644 --- a/cni/Makefile +++ b/cni/Makefile @@ -1,4 +1,4 @@ -# 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/cni/cmd/tc-redirect-tap/main.go b/cni/cmd/tc-redirect-tap/main.go index 79627745..9ea16c83 100644 --- a/cni/cmd/tc-redirect-tap/main.go +++ b/cni/cmd/tc-redirect-tap/main.go @@ -1,4 +1,4 @@ -// 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/cni/cmd/tc-redirect-tap/main_test.go b/cni/cmd/tc-redirect-tap/main_test.go index 506a99af..5b55df2f 100644 --- a/cni/cmd/tc-redirect-tap/main_test.go +++ b/cni/cmd/tc-redirect-tap/main_test.go @@ -1,4 +1,4 @@ -// 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/cni/internal/cniutil.go b/cni/internal/cniutil.go index edb5cf0d..7da90860 100644 --- a/cni/internal/cniutil.go +++ b/cni/internal/cniutil.go @@ -1,4 +1,4 @@ -// 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/cni/internal/cniutil_test.go b/cni/internal/cniutil_test.go index a51ef5e1..86d86c22 100644 --- a/cni/internal/cniutil_test.go +++ b/cni/internal/cniutil_test.go @@ -1,4 +1,4 @@ -// 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/cni/internal/mocks.go b/cni/internal/mocks.go index 91ac78b6..44be7159 100644 --- a/cni/internal/mocks.go +++ b/cni/internal/mocks.go @@ -1,4 +1,4 @@ -// 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/cni/internal/netlink.go b/cni/internal/netlink.go index 4099ca7f..4f134de0 100644 --- a/cni/internal/netlink.go +++ b/cni/internal/netlink.go @@ -1,4 +1,4 @@ -// 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/cni/vmconf/vmconf.go b/cni/vmconf/vmconf.go index 3ed9441a..2c45ae96 100644 --- a/cni/vmconf/vmconf.go +++ b/cni/vmconf/vmconf.go @@ -1,4 +1,4 @@ -// 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/cni/vmconf/vmconf_test.go b/cni/vmconf/vmconf_test.go index 2a2ec59c..d4e14fa8 100644 --- a/cni/vmconf/vmconf_test.go +++ b/cni/vmconf/vmconf_test.go @@ -1,4 +1,4 @@ -// 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/command_builder.go b/command_builder.go index 58492990..b76ba7e7 100644 --- a/command_builder.go +++ b/command_builder.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/command_builder_test.go b/command_builder_test.go index 034e3d5a..bb352d7f 100644 --- a/command_builder_test.go +++ b/command_builder_test.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/doc.go b/doc.go index f522c066..05e33e03 100644 --- a/doc.go +++ b/doc.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/fctesting/firecracker_mock_client.go b/fctesting/firecracker_mock_client.go index 36ccfaa9..d53dad9c 100644 --- a/fctesting/firecracker_mock_client.go +++ b/fctesting/firecracker_mock_client.go @@ -1,6 +1,6 @@ // Code generated by go-swagger; DO NOT EDIT. -// 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/fctesting/utils.go b/fctesting/utils.go index d0f0852d..6a3c64fd 100644 --- a/fctesting/utils.go +++ b/fctesting/utils.go @@ -1,4 +1,4 @@ -// 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/firecracker.go b/firecracker.go index 9de8ab2e..ae396c62 100644 --- a/firecracker.go +++ b/firecracker.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/handlers.go b/handlers.go index b0715919..57b41b1f 100644 --- a/handlers.go +++ b/handlers.go @@ -1,4 +1,4 @@ -// 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/jailer.go b/jailer.go index 1ac7757d..9e27854f 100644 --- a/jailer.go +++ b/jailer.go @@ -1,4 +1,4 @@ -// 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/kernelargs.go b/kernelargs.go index 9c66c892..fba88c70 100644 --- a/kernelargs.go +++ b/kernelargs.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/kernelargs_test.go b/kernelargs_test.go index 4c77d8b2..b6e0c21a 100644 --- a/kernelargs_test.go +++ b/kernelargs_test.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/machine.go b/machine.go index a3b21a47..c71bf759 100644 --- a/machine.go +++ b/machine.go @@ -1,4 +1,4 @@ -// 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/machine_test.go b/machine_test.go index 244d3956..5937699c 100644 --- a/machine_test.go +++ b/machine_test.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/machineiface.go b/machineiface.go index 194eb6b3..79e0a46e 100644 --- a/machineiface.go +++ b/machineiface.go @@ -1,4 +1,4 @@ -// 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/network.go b/network.go index e6a54923..346704e9 100644 --- a/network.go +++ b/network.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/network_test.go b/network_test.go index eab197e0..6ab0c915 100644 --- a/network_test.go +++ b/network_test.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/opts.go b/opts.go index 50f95fa0..842772c0 100644 --- a/opts.go +++ b/opts.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/rate_limiter.go b/rate_limiter.go index bf3537c1..1be633e7 100644 --- a/rate_limiter.go +++ b/rate_limiter.go @@ -1,4 +1,4 @@ -// 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/rate_limiter_test.go b/rate_limiter_test.go index 1afe07d8..7eade548 100644 --- a/rate_limiter_test.go +++ b/rate_limiter_test.go @@ -1,4 +1,4 @@ -// 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/swagger.go b/swagger.go index ab6ab8df..72da092b 100644 --- a/swagger.go +++ b/swagger.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/tools/docker/Dockerfile b/tools/docker/Dockerfile index 5c8aff73..15f99ba8 100644 --- a/tools/docker/Dockerfile +++ b/tools/docker/Dockerfile @@ -1,4 +1,4 @@ -# 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/version.go b/version.go index a964cee2..04d1cc4e 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ -// 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