diff --git a/src/tf_container/__init__.py b/src/tf_container/__init__.py index 75c1b105..b808cc84 100644 --- a/src/tf_container/__init__.py +++ b/src/tf_container/__init__.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/src/tf_container/experiment_trainer.py b/src/tf_container/experiment_trainer.py index c58a20b9..8786572c 100644 --- a/src/tf_container/experiment_trainer.py +++ b/src/tf_container/experiment_trainer.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/src/tf_container/proxy_client.py b/src/tf_container/proxy_client.py index 80665f7a..5786c399 100644 --- a/src/tf_container/proxy_client.py +++ b/src/tf_container/proxy_client.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/src/tf_container/run.py b/src/tf_container/run.py index 6961e611..1fcb3ef6 100644 --- a/src/tf_container/run.py +++ b/src/tf_container/run.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/src/tf_container/serve.py b/src/tf_container/serve.py index 7fcd6424..6189679a 100644 --- a/src/tf_container/serve.py +++ b/src/tf_container/serve.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/src/tf_container/train.py b/src/tf_container/train.py index 591bae71..1df220f6 100644 --- a/src/tf_container/train.py +++ b/src/tf_container/train.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/src/tf_container/trainer.py b/src/tf_container/trainer.py index 73ea0126..61ee41f0 100644 --- a/src/tf_container/trainer.py +++ b/src/tf_container/trainer.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/__init__.py b/test/__init__.py index f35732a0..ecbe7b56 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/functional/__init__.py b/test/functional/__init__.py index f35732a0..ecbe7b56 100644 --- a/test/functional/__init__.py +++ b/test/functional/__init__.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/functional/conftest.py b/test/functional/conftest.py index 00d1d0cf..6d537da9 100644 --- a/test/functional/conftest.py +++ b/test/functional/conftest.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/functional/test_distributed.py b/test/functional/test_distributed.py index f4d4640e..27a1049b 100644 --- a/test/functional/test_distributed.py +++ b/test/functional/test_distributed.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/integ/__init__.py b/test/integ/__init__.py index 260363bb..62fca886 100644 --- a/test/integ/__init__.py +++ b/test/integ/__init__.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/integ/conftest.py b/test/integ/conftest.py index 48d127c3..827e8296 100644 --- a/test/integ/conftest.py +++ b/test/integ/conftest.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/integ/container_tests/estimator_classification.py b/test/integ/container_tests/estimator_classification.py index f56cb332..d6f100dd 100644 --- a/test/integ/container_tests/estimator_classification.py +++ b/test/integ/container_tests/estimator_classification.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/integ/container_tests/layers_prediction.py b/test/integ/container_tests/layers_prediction.py index 2fd1f5fa..1f5e33e9 100644 --- a/test/integ/container_tests/layers_prediction.py +++ b/test/integ/container_tests/layers_prediction.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/integ/container_tests/wide_deep_prediction.py b/test/integ/container_tests/wide_deep_prediction.py index edfab9c5..0be06f5a 100644 --- a/test/integ/container_tests/wide_deep_prediction.py +++ b/test/integ/container_tests/wide_deep_prediction.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/integ/docker_utils.py b/test/integ/docker_utils.py index 634d0e50..9328efee 100644 --- a/test/integ/docker_utils.py +++ b/test/integ/docker_utils.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/integ/test_estimator_classification.py b/test/integ/test_estimator_classification.py index ffb799f1..c66645e3 100644 --- a/test/integ/test_estimator_classification.py +++ b/test/integ/test_estimator_classification.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/integ/test_layers_prediction.py b/test/integ/test_layers_prediction.py index 74162199..4e02133c 100644 --- a/test/integ/test_layers_prediction.py +++ b/test/integ/test_layers_prediction.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/integ/test_no_serving_input_fn.py b/test/integ/test_no_serving_input_fn.py index f8d44571..3cf670a7 100644 --- a/test/integ/test_no_serving_input_fn.py +++ b/test/integ/test_no_serving_input_fn.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/integ/test_s3_checkpoint_save_timeout.py b/test/integ/test_s3_checkpoint_save_timeout.py index e4ac8931..ae57a40e 100644 --- a/test/integ/test_s3_checkpoint_save_timeout.py +++ b/test/integ/test_s3_checkpoint_save_timeout.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/integ/test_train_input_fn_with_input_channels.py b/test/integ/test_train_input_fn_with_input_channels.py index 3fd5cf5a..13fa630b 100644 --- a/test/integ/test_train_input_fn_with_input_channels.py +++ b/test/integ/test_train_input_fn_with_input_channels.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/integ/test_versions.py b/test/integ/test_versions.py index 670137c4..4b43fcfe 100644 --- a/test/integ/test_versions.py +++ b/test/integ/test_versions.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/integ/test_wide_deep_prediction.py b/test/integ/test_wide_deep_prediction.py index 03211713..cfaea960 100644 --- a/test/integ/test_wide_deep_prediction.py +++ b/test/integ/test_wide_deep_prediction.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/integ/utils.py b/test/integ/utils.py index eb6a8c0e..4089f3d7 100644 --- a/test/integ/utils.py +++ b/test/integ/utils.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/resources/__init__.py b/test/resources/__init__.py index f35732a0..ecbe7b56 100644 --- a/test/resources/__init__.py +++ b/test/resources/__init__.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/resources/cifar_10/__init__.py b/test/resources/cifar_10/__init__.py index f35732a0..ecbe7b56 100644 --- a/test/resources/cifar_10/__init__.py +++ b/test/resources/cifar_10/__init__.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/resources/cifar_10/code/__init__.py b/test/resources/cifar_10/code/__init__.py index f35732a0..ecbe7b56 100644 --- a/test/resources/cifar_10/code/__init__.py +++ b/test/resources/cifar_10/code/__init__.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/resources/cifar_10/code/resnet_cifar_10.py b/test/resources/cifar_10/code/resnet_cifar_10.py index 0461f42f..43a59a2b 100644 --- a/test/resources/cifar_10/code/resnet_cifar_10.py +++ b/test/resources/cifar_10/code/resnet_cifar_10.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/resources/cifar_10/code/resnet_model.py b/test/resources/cifar_10/code/resnet_model.py index 448a12da..6885932a 100644 --- a/test/resources/cifar_10/code/resnet_model.py +++ b/test/resources/cifar_10/code/resnet_model.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/resources/iris/__init__.py b/test/resources/iris/__init__.py index f35732a0..ecbe7b56 100644 --- a/test/resources/iris/__init__.py +++ b/test/resources/iris/__init__.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/resources/iris/code/__init__.py b/test/resources/iris/code/__init__.py index f35732a0..ecbe7b56 100644 --- a/test/resources/iris/code/__init__.py +++ b/test/resources/iris/code/__init__.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/resources/iris/code/iris.py b/test/resources/iris/code/iris.py index 1244c7b6..4cb35cde 100644 --- a/test/resources/iris/code/iris.py +++ b/test/resources/iris/code/iris.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/resources/iris/code/iris_no_serving_input.py b/test/resources/iris/code/iris_no_serving_input.py index 6ba539b1..83110eb9 100644 --- a/test/resources/iris/code/iris_no_serving_input.py +++ b/test/resources/iris/code/iris_no_serving_input.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/resources/iris/code/iris_train_input_fn_with_channels.py b/test/resources/iris/code/iris_train_input_fn_with_channels.py index cabec406..20cafb7f 100644 --- a/test/resources/iris/code/iris_train_input_fn_with_channels.py +++ b/test/resources/iris/code/iris_train_input_fn_with_channels.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/resources/mnist/__init__.py b/test/resources/mnist/__init__.py index f35732a0..ecbe7b56 100644 --- a/test/resources/mnist/__init__.py +++ b/test/resources/mnist/__init__.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/resources/mnist/code/__init__.py b/test/resources/mnist/code/__init__.py index f35732a0..ecbe7b56 100644 --- a/test/resources/mnist/code/__init__.py +++ b/test/resources/mnist/code/__init__.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/resources/mnist/code/mnist.py b/test/resources/mnist/code/mnist.py index e41f0af2..9f123e22 100644 --- a/test/resources/mnist/code/mnist.py +++ b/test/resources/mnist/code/mnist.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/resources/python_sdk/__init__.py b/test/resources/python_sdk/__init__.py index f35732a0..ecbe7b56 100644 --- a/test/resources/python_sdk/__init__.py +++ b/test/resources/python_sdk/__init__.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/resources/python_sdk/rand_model_emb.py b/test/resources/python_sdk/rand_model_emb.py index b82a4b02..e8051be2 100644 --- a/test/resources/python_sdk/rand_model_emb.py +++ b/test/resources/python_sdk/rand_model_emb.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/resources/python_sdk/timeout.py b/test/resources/python_sdk/timeout.py index 1d15a8dd..d2636c7d 100644 --- a/test/resources/python_sdk/timeout.py +++ b/test/resources/python_sdk/timeout.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/resources/wide_deep/__init__.py b/test/resources/wide_deep/__init__.py index f35732a0..ecbe7b56 100644 --- a/test/resources/wide_deep/__init__.py +++ b/test/resources/wide_deep/__init__.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/resources/wide_deep/code/__init__.py b/test/resources/wide_deep/code/__init__.py index f35732a0..ecbe7b56 100644 --- a/test/resources/wide_deep/code/__init__.py +++ b/test/resources/wide_deep/code/__init__.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/resources/wide_deep/code/wide_deep.py b/test/resources/wide_deep/code/wide_deep.py index 71cb0f97..0b527223 100644 --- a/test/resources/wide_deep/code/wide_deep.py +++ b/test/resources/wide_deep/code/wide_deep.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/unit/__init__.py b/test/unit/__init__.py index f35732a0..ecbe7b56 100644 --- a/test/unit/__init__.py +++ b/test/unit/__init__.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/unit/test_experiment_trainer.py b/test/unit/test_experiment_trainer.py index e41dd6b2..41085950 100644 --- a/test/unit/test_experiment_trainer.py +++ b/test/unit/test_experiment_trainer.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/unit/test_proxy_client.py b/test/unit/test_proxy_client.py index 00a75447..6b505ac3 100644 --- a/test/unit/test_proxy_client.py +++ b/test/unit/test_proxy_client.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/unit/test_serve.py b/test/unit/test_serve.py index 111ccc28..f95f1942 100644 --- a/test/unit/test_serve.py +++ b/test/unit/test_serve.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/unit/test_trainer.py b/test/unit/test_trainer.py index d5de2d62..e5c1af94 100644 --- a/test/unit/test_trainer.py +++ b/test/unit/test_trainer.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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. diff --git a/test/unit/utils.py b/test/unit/utils.py index 33336ff0..9d02d80d 100644 --- a/test/unit/utils.py +++ b/test/unit/utils.py @@ -1,4 +1,4 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018 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.