From 913aa806760e0cd8717a5c3454e68cb86e64758d Mon Sep 17 00:00:00 2001 From: Lauren Yu <6631887+laurenyu@users.noreply.github.com> Date: Wed, 19 Feb 2020 17:29:59 -0800 Subject: [PATCH] change: update copyright year (#254) --- setup.py | 2 +- src/sagemaker_containers/__init__.py | 2 +- src/sagemaker_containers/_content_types.py | 2 +- src/sagemaker_containers/_encoders.py | 2 +- src/sagemaker_containers/_entry_point_type.py | 2 +- src/sagemaker_containers/_env.py | 2 +- src/sagemaker_containers/_errors.py | 2 +- src/sagemaker_containers/_files.py | 2 +- src/sagemaker_containers/_functions.py | 2 +- src/sagemaker_containers/_intermediate_output.py | 2 +- src/sagemaker_containers/_logging.py | 2 +- src/sagemaker_containers/_mapping.py | 2 +- src/sagemaker_containers/_modules.py | 2 +- src/sagemaker_containers/_mpi.py | 2 +- src/sagemaker_containers/_params.py | 2 +- src/sagemaker_containers/_process.py | 2 +- src/sagemaker_containers/_recordio.py | 2 +- src/sagemaker_containers/_runner.py | 2 +- src/sagemaker_containers/_server.py | 2 +- src/sagemaker_containers/_timeout.py | 2 +- src/sagemaker_containers/_trainer.py | 2 +- src/sagemaker_containers/_transformer.py | 2 +- src/sagemaker_containers/_worker.py | 2 +- src/sagemaker_containers/beta/framework/__init__.py | 2 +- src/sagemaker_containers/cli/serve.py | 2 +- src/sagemaker_containers/cli/train.py | 2 +- src/sagemaker_containers/entry_point.py | 2 +- test/__init__.py | 2 +- test/conftest.py | 2 +- test/fake_ml_framework.py | 2 +- test/functional/simple_flask.py | 2 +- test/functional/simple_framework.py | 2 +- test/functional/test_download_and_import.py | 2 +- test/functional/test_intermediate_output.py | 2 +- test/functional/test_mpi.py | 2 +- test/functional/test_server.py | 2 +- test/functional/test_training_framework.py | 2 +- test/functional/test_transformer_implementation.py | 2 +- test/functional/test_worker_with_transform.py | 2 +- test/resources/openmpi/script.py | 2 +- test/unit/c/test_gethostname.py | 2 +- test/unit/cli/test_serve.py | 2 +- test/unit/cli/test_train.py | 2 +- test/unit/test_encoder.py | 2 +- test/unit/test_entry_point.py | 2 +- test/unit/test_entry_point_type.py | 2 +- test/unit/test_environment.py | 2 +- test/unit/test_errors.py | 2 +- test/unit/test_files.py | 2 +- test/unit/test_functions.py | 2 +- test/unit/test_intermediate_output.py | 2 +- test/unit/test_modules.py | 2 +- test/unit/test_mpi.py | 2 +- test/unit/test_process.py | 2 +- test/unit/test_request.py | 2 +- test/unit/test_runner.py | 2 +- test/unit/test_server.py | 2 +- test/unit/test_timeout.py | 2 +- test/unit/test_trainer.py | 2 +- test/unit/test_transfomer.py | 2 +- test/unit/test_worker.py | 2 +- 61 files changed, 61 insertions(+), 61 deletions(-) diff --git a/setup.py b/setup.py index faf70ca..c954450 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/src/sagemaker_containers/__init__.py b/src/sagemaker_containers/__init__.py index 31f8de9..31c72b1 100644 --- a/src/sagemaker_containers/__init__.py +++ b/src/sagemaker_containers/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/src/sagemaker_containers/_content_types.py b/src/sagemaker_containers/_content_types.py index a4ed0a7..c97f283 100644 --- a/src/sagemaker_containers/_content_types.py +++ b/src/sagemaker_containers/_content_types.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/src/sagemaker_containers/_encoders.py b/src/sagemaker_containers/_encoders.py index 6559cf7..ecbfaac 100644 --- a/src/sagemaker_containers/_encoders.py +++ b/src/sagemaker_containers/_encoders.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/src/sagemaker_containers/_entry_point_type.py b/src/sagemaker_containers/_entry_point_type.py index 95439c6..c07ef0f 100644 --- a/src/sagemaker_containers/_entry_point_type.py +++ b/src/sagemaker_containers/_entry_point_type.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/src/sagemaker_containers/_env.py b/src/sagemaker_containers/_env.py index e694835..9c09672 100644 --- a/src/sagemaker_containers/_env.py +++ b/src/sagemaker_containers/_env.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/src/sagemaker_containers/_errors.py b/src/sagemaker_containers/_errors.py index 3dc70e0..38b5769 100644 --- a/src/sagemaker_containers/_errors.py +++ b/src/sagemaker_containers/_errors.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/src/sagemaker_containers/_files.py b/src/sagemaker_containers/_files.py index bdfcdda..1b39a99 100644 --- a/src/sagemaker_containers/_files.py +++ b/src/sagemaker_containers/_files.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/src/sagemaker_containers/_functions.py b/src/sagemaker_containers/_functions.py index 648ce28..365117c 100644 --- a/src/sagemaker_containers/_functions.py +++ b/src/sagemaker_containers/_functions.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/src/sagemaker_containers/_intermediate_output.py b/src/sagemaker_containers/_intermediate_output.py index 918b720..236c310 100644 --- a/src/sagemaker_containers/_intermediate_output.py +++ b/src/sagemaker_containers/_intermediate_output.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/src/sagemaker_containers/_logging.py b/src/sagemaker_containers/_logging.py index 6a467b6..97de1df 100644 --- a/src/sagemaker_containers/_logging.py +++ b/src/sagemaker_containers/_logging.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/src/sagemaker_containers/_mapping.py b/src/sagemaker_containers/_mapping.py index 7a75837..c9f2abb 100644 --- a/src/sagemaker_containers/_mapping.py +++ b/src/sagemaker_containers/_mapping.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/src/sagemaker_containers/_modules.py b/src/sagemaker_containers/_modules.py index aaf7484..b022242 100644 --- a/src/sagemaker_containers/_modules.py +++ b/src/sagemaker_containers/_modules.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/src/sagemaker_containers/_mpi.py b/src/sagemaker_containers/_mpi.py index d42a87c..8b587d6 100644 --- a/src/sagemaker_containers/_mpi.py +++ b/src/sagemaker_containers/_mpi.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/src/sagemaker_containers/_params.py b/src/sagemaker_containers/_params.py index ffdc216..f237c17 100644 --- a/src/sagemaker_containers/_params.py +++ b/src/sagemaker_containers/_params.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/src/sagemaker_containers/_process.py b/src/sagemaker_containers/_process.py index fc4e6ae..0249079 100644 --- a/src/sagemaker_containers/_process.py +++ b/src/sagemaker_containers/_process.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/src/sagemaker_containers/_recordio.py b/src/sagemaker_containers/_recordio.py index 8b1114c..1665c39 100644 --- a/src/sagemaker_containers/_recordio.py +++ b/src/sagemaker_containers/_recordio.py @@ -1,4 +1,4 @@ -# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2019-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/src/sagemaker_containers/_runner.py b/src/sagemaker_containers/_runner.py index 21c7ff2..740ba44 100644 --- a/src/sagemaker_containers/_runner.py +++ b/src/sagemaker_containers/_runner.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/src/sagemaker_containers/_server.py b/src/sagemaker_containers/_server.py index b9f0b0c..a53819c 100644 --- a/src/sagemaker_containers/_server.py +++ b/src/sagemaker_containers/_server.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/src/sagemaker_containers/_timeout.py b/src/sagemaker_containers/_timeout.py index f9853d5..9435fd7 100644 --- a/src/sagemaker_containers/_timeout.py +++ b/src/sagemaker_containers/_timeout.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/src/sagemaker_containers/_trainer.py b/src/sagemaker_containers/_trainer.py index bee7494..1185c4b 100644 --- a/src/sagemaker_containers/_trainer.py +++ b/src/sagemaker_containers/_trainer.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/src/sagemaker_containers/_transformer.py b/src/sagemaker_containers/_transformer.py index d9e4c91..69a341d 100644 --- a/src/sagemaker_containers/_transformer.py +++ b/src/sagemaker_containers/_transformer.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/src/sagemaker_containers/_worker.py b/src/sagemaker_containers/_worker.py index c23d62c..b3df680 100644 --- a/src/sagemaker_containers/_worker.py +++ b/src/sagemaker_containers/_worker.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/src/sagemaker_containers/beta/framework/__init__.py b/src/sagemaker_containers/beta/framework/__init__.py index 34cddb1..b2a0d85 100644 --- a/src/sagemaker_containers/beta/framework/__init__.py +++ b/src/sagemaker_containers/beta/framework/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/src/sagemaker_containers/cli/serve.py b/src/sagemaker_containers/cli/serve.py index 5ba9d70..a9353e0 100644 --- a/src/sagemaker_containers/cli/serve.py +++ b/src/sagemaker_containers/cli/serve.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/src/sagemaker_containers/cli/train.py b/src/sagemaker_containers/cli/train.py index 8233ce2..7841229 100644 --- a/src/sagemaker_containers/cli/train.py +++ b/src/sagemaker_containers/cli/train.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/src/sagemaker_containers/entry_point.py b/src/sagemaker_containers/entry_point.py index 9b35829..d677d1e 100644 --- a/src/sagemaker_containers/entry_point.py +++ b/src/sagemaker_containers/entry_point.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/test/__init__.py b/test/__init__.py index 377ee1c..121e387 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/test/conftest.py b/test/conftest.py index ad22545..54e366f 100644 --- a/test/conftest.py +++ b/test/conftest.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/test/fake_ml_framework.py b/test/fake_ml_framework.py index 20ec79c..7d1239e 100644 --- a/test/fake_ml_framework.py +++ b/test/fake_ml_framework.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/test/functional/simple_flask.py b/test/functional/simple_flask.py index 58691e1..33b0322 100644 --- a/test/functional/simple_flask.py +++ b/test/functional/simple_flask.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/test/functional/simple_framework.py b/test/functional/simple_framework.py index 74bcb4a..97fb67a 100644 --- a/test/functional/simple_framework.py +++ b/test/functional/simple_framework.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/test/functional/test_download_and_import.py b/test/functional/test_download_and_import.py index 2f34973..0df1444 100644 --- a/test/functional/test_download_and_import.py +++ b/test/functional/test_download_and_import.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/test/functional/test_intermediate_output.py b/test/functional/test_intermediate_output.py index bd657c7..1ae708a 100644 --- a/test/functional/test_intermediate_output.py +++ b/test/functional/test_intermediate_output.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/test/functional/test_mpi.py b/test/functional/test_mpi.py index b0722a7..aa0b2ee 100644 --- a/test/functional/test_mpi.py +++ b/test/functional/test_mpi.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/test/functional/test_server.py b/test/functional/test_server.py index 4162d96..1f1c207 100644 --- a/test/functional/test_server.py +++ b/test/functional/test_server.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/test/functional/test_training_framework.py b/test/functional/test_training_framework.py index 5338ddf..03ff64e 100644 --- a/test/functional/test_training_framework.py +++ b/test/functional/test_training_framework.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/test/functional/test_transformer_implementation.py b/test/functional/test_transformer_implementation.py index 95499ee..c3e5d05 100644 --- a/test/functional/test_transformer_implementation.py +++ b/test/functional/test_transformer_implementation.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/test/functional/test_worker_with_transform.py b/test/functional/test_worker_with_transform.py index 1ad944f..06dc63f 100644 --- a/test/functional/test_worker_with_transform.py +++ b/test/functional/test_worker_with_transform.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/test/resources/openmpi/script.py b/test/resources/openmpi/script.py index 765a3fc..d7f1055 100644 --- a/test/resources/openmpi/script.py +++ b/test/resources/openmpi/script.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/test/unit/c/test_gethostname.py b/test/unit/c/test_gethostname.py index 3639450..8de39fe 100644 --- a/test/unit/c/test_gethostname.py +++ b/test/unit/c/test_gethostname.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/test/unit/cli/test_serve.py b/test/unit/cli/test_serve.py index e9b6ae3..6f77478 100644 --- a/test/unit/cli/test_serve.py +++ b/test/unit/cli/test_serve.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/test/unit/cli/test_train.py b/test/unit/cli/test_train.py index 8242dfd..5c90049 100644 --- a/test/unit/cli/test_train.py +++ b/test/unit/cli/test_train.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/test/unit/test_encoder.py b/test/unit/test_encoder.py index f6604ce..4cb70bb 100644 --- a/test/unit/test_encoder.py +++ b/test/unit/test_encoder.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/test/unit/test_entry_point.py b/test/unit/test_entry_point.py index 4eb5cfc..4df51a4 100644 --- a/test/unit/test_entry_point.py +++ b/test/unit/test_entry_point.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/test/unit/test_entry_point_type.py b/test/unit/test_entry_point_type.py index f87c4a5..49cf027 100644 --- a/test/unit/test_entry_point_type.py +++ b/test/unit/test_entry_point_type.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/test/unit/test_environment.py b/test/unit/test_environment.py index 072954e..3202db9 100644 --- a/test/unit/test_environment.py +++ b/test/unit/test_environment.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/test/unit/test_errors.py b/test/unit/test_errors.py index 25eafc0..c8a8913 100644 --- a/test/unit/test_errors.py +++ b/test/unit/test_errors.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/test/unit/test_files.py b/test/unit/test_files.py index 457f19e..4cce4a8 100644 --- a/test/unit/test_files.py +++ b/test/unit/test_files.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/test/unit/test_functions.py b/test/unit/test_functions.py index e65b727..8522312 100644 --- a/test/unit/test_functions.py +++ b/test/unit/test_functions.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/test/unit/test_intermediate_output.py b/test/unit/test_intermediate_output.py index 0fc1f12..f467d25 100644 --- a/test/unit/test_intermediate_output.py +++ b/test/unit/test_intermediate_output.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/test/unit/test_modules.py b/test/unit/test_modules.py index 6bd8d6e..1ab6337 100644 --- a/test/unit/test_modules.py +++ b/test/unit/test_modules.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/test/unit/test_mpi.py b/test/unit/test_mpi.py index 07f56b9..b71d0eb 100644 --- a/test/unit/test_mpi.py +++ b/test/unit/test_mpi.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/test/unit/test_process.py b/test/unit/test_process.py index 764ddf3..9b043a3 100644 --- a/test/unit/test_process.py +++ b/test/unit/test_process.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/test/unit/test_request.py b/test/unit/test_request.py index 1eab0c6..1f3e7b6 100644 --- a/test/unit/test_request.py +++ b/test/unit/test_request.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/test/unit/test_runner.py b/test/unit/test_runner.py index 4f29f6e..40ff530 100644 --- a/test/unit/test_runner.py +++ b/test/unit/test_runner.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/test/unit/test_server.py b/test/unit/test_server.py index e290397..3f7036d 100644 --- a/test/unit/test_server.py +++ b/test/unit/test_server.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/test/unit/test_timeout.py b/test/unit/test_timeout.py index 68b404e..a34bab7 100644 --- a/test/unit/test_timeout.py +++ b/test/unit/test_timeout.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/test/unit/test_trainer.py b/test/unit/test_trainer.py index 3683ea1..8dce6eb 100644 --- a/test/unit/test_trainer.py +++ b/test/unit/test_trainer.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/test/unit/test_transfomer.py b/test/unit/test_transfomer.py index 6283422..d1c9433 100644 --- a/test/unit/test_transfomer.py +++ b/test/unit/test_transfomer.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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 diff --git a/test/unit/test_worker.py b/test/unit/test_worker.py index 36d656b..b761879 100644 --- a/test/unit/test_worker.py +++ b/test/unit/test_worker.py @@ -1,4 +1,4 @@ -# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All 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