diff --git a/__init__.py b/__init__.py index af0cc7edbfc..9a198046280 100644 --- a/__init__.py +++ b/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/abps/abps_runners.py b/abps/abps_runners.py index 8d316daef7a..20548e47c66 100644 --- a/abps/abps_runners.py +++ b/abps/abps_runners.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/abps/agents/dqn/dqn_agent.py b/abps/agents/dqn/dqn_agent.py index f5aeb12546c..4a18258ee16 100644 --- a/abps/agents/dqn/dqn_agent.py +++ b/abps/agents/dqn/dqn_agent.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/abps/agents/tf_agent.py b/abps/agents/tf_agent.py index ab439f7cdbd..42052e86aed 100644 --- a/abps/agents/tf_agent.py +++ b/abps/agents/tf_agent.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/abps/baseline_runners.py b/abps/baseline_runners.py index befac2add8d..6f81283d620 100644 --- a/abps/baseline_runners.py +++ b/abps/baseline_runners.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/abps/eval.py b/abps/eval.py index 78bd117d83a..9c2fde628d3 100644 --- a/abps/eval.py +++ b/abps/eval.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/abps/eval_independ.py b/abps/eval_independ.py index 14f5165d7e0..14cc3bcc0cb 100644 --- a/abps/eval_independ.py +++ b/abps/eval_independ.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/abps/hparam.py b/abps/hparam.py index 1a6f53f211a..570a5b66bd4 100644 --- a/abps/hparam.py +++ b/abps/hparam.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/abps/new_pymetrics.py b/abps/new_pymetrics.py index b898a44f4de..04157d69aa1 100644 --- a/abps/new_pymetrics.py +++ b/abps/new_pymetrics.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/abps/py_hashed_replay_buffer.py b/abps/py_hashed_replay_buffer.py index a1cad10210d..2bc1a8a88a6 100644 --- a/abps/py_hashed_replay_buffer.py +++ b/abps/py_hashed_replay_buffer.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/abps/py_uniform_replay_buffer.py b/abps/py_uniform_replay_buffer.py index 7a99ae546f6..e43fc58ba8a 100644 --- a/abps/py_uniform_replay_buffer.py +++ b/abps/py_uniform_replay_buffer.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/abps/run.sh b/abps/run.sh index e12f8c51ca3..1db3541c275 100755 --- a/abps/run.sh +++ b/abps/run.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/abps/train.py b/abps/train.py index 587c86ccc2f..5102f651200 100644 --- a/abps/train.py +++ b/abps/train.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/abps/train_independ.py b/abps/train_independ.py index a4075df906b..4974ef0485b 100644 --- a/abps/train_independ.py +++ b/abps/train_independ.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/algae_dice/__init__.py b/algae_dice/__init__.py index 122de214f6c..40821125b29 100644 --- a/algae_dice/__init__.py +++ b/algae_dice/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/algae_dice/algae.py b/algae_dice/algae.py index bb7b2549cff..383e915ce09 100644 --- a/algae_dice/algae.py +++ b/algae_dice/algae.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/algae_dice/keras_utils.py b/algae_dice/keras_utils.py index 3fca7f99b8a..642531be79b 100644 --- a/algae_dice/keras_utils.py +++ b/algae_dice/keras_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/algae_dice/run.sh b/algae_dice/run.sh index 37077de3fd8..244d6ada344 100755 --- a/algae_dice/run.sh +++ b/algae_dice/run.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/algae_dice/train_eval.py b/algae_dice/train_eval.py index cccd4566573..8bd73fa9a67 100644 --- a/algae_dice/train_eval.py +++ b/algae_dice/train_eval.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/algae_dice/wrappers/__init__.py b/algae_dice/wrappers/__init__.py index 738e6a3780e..c84f5153048 100644 --- a/algae_dice/wrappers/__init__.py +++ b/algae_dice/wrappers/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/algae_dice/wrappers/normalize_action_wrapper.py b/algae_dice/wrappers/normalize_action_wrapper.py index 862ef006878..6d6e54de909 100644 --- a/algae_dice/wrappers/normalize_action_wrapper.py +++ b/algae_dice/wrappers/normalize_action_wrapper.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/attribution/__init__.py b/attribution/__init__.py index af0cc7edbfc..9a198046280 100644 --- a/attribution/__init__.py +++ b/attribution/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/attribution/integrated_gradients.py b/attribution/integrated_gradients.py index e09bc6edd2e..a411503c28a 100644 --- a/attribution/integrated_gradients.py +++ b/attribution/integrated_gradients.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/attribution/integrated_gradients_test.py b/attribution/integrated_gradients_test.py index e0aa95f0bd9..37ccb9e97be 100644 --- a/attribution/integrated_gradients_test.py +++ b/attribution/integrated_gradients_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/attribution/run.sh b/attribution/run.sh index 3013d5cae48..ae007cc6814 100755 --- a/attribution/run.sh +++ b/attribution/run.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/axial/__init__.py b/axial/__init__.py index af0cc7edbfc..9a198046280 100644 --- a/axial/__init__.py +++ b/axial/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/axial/config_imagenet32.py b/axial/config_imagenet32.py index 0aef1958576..23f1b372fcb 100644 --- a/axial/config_imagenet32.py +++ b/axial/config_imagenet32.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/axial/config_imagenet64.py b/axial/config_imagenet64.py index 3985064e8d3..78c59f23e27 100644 --- a/axial/config_imagenet64.py +++ b/axial/config_imagenet64.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/axial/datasets.py b/axial/datasets.py index 9e560d75da0..186e5e5531d 100644 --- a/axial/datasets.py +++ b/axial/datasets.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/axial/logging_utils.py b/axial/logging_utils.py index 29e28b4bb74..c3513366c61 100644 --- a/axial/logging_utils.py +++ b/axial/logging_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/axial/main.py b/axial/main.py index 680a37a562f..8b88d7ad5a7 100644 --- a/axial/main.py +++ b/axial/main.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/axial/models.py b/axial/models.py index 0eec524e934..f33c9c418cd 100644 --- a/axial/models.py +++ b/axial/models.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/axial/nn.py b/axial/nn.py index 2e39a6e14c4..15e2f4c5806 100644 --- a/axial/nn.py +++ b/axial/nn.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/axial/run.sh b/axial/run.sh index 0177fa2be37..5cf3ae4aba6 100755 --- a/axial/run.sh +++ b/axial/run.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/axial/transformers.py b/axial/transformers.py index 732a219862b..5e3089c0bd5 100644 --- a/axial/transformers.py +++ b/axial/transformers.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/axial/transformers_test.py b/axial/transformers_test.py index d89499c1f4b..aa708a4481c 100644 --- a/axial/transformers_test.py +++ b/axial/transformers_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/axial/utils.py b/axial/utils.py index f935252a91a..69c8fee547e 100644 --- a/axial/utils.py +++ b/axial/utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/axial/worker_util.py b/axial/worker_util.py index bb037c55d9c..2bff207f2f5 100644 --- a/axial/worker_util.py +++ b/axial/worker_util.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/bam/__init__.py b/bam/__init__.py index af0cc7edbfc..9a198046280 100644 --- a/bam/__init__.py +++ b/bam/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/bam/bert/__init__.py b/bam/bert/__init__.py index af0cc7edbfc..9a198046280 100644 --- a/bam/bert/__init__.py +++ b/bam/bert/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/bam/bert/modeling.py b/bam/bert/modeling.py index 165a0bac5e1..26108836e13 100644 --- a/bam/bert/modeling.py +++ b/bam/bert/modeling.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/bam/bert/optimization.py b/bam/bert/optimization.py index 8c3277cf6c3..96829785644 100644 --- a/bam/bert/optimization.py +++ b/bam/bert/optimization.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/bam/bert/tokenization.py b/bam/bert/tokenization.py index e4136f94754..5627585bae2 100644 --- a/bam/bert/tokenization.py +++ b/bam/bert/tokenization.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/bam/configure.py b/bam/configure.py index 4ca67436600..4a9951a5a17 100644 --- a/bam/configure.py +++ b/bam/configure.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/bam/data/__init__.py b/bam/data/__init__.py index af0cc7edbfc..9a198046280 100644 --- a/bam/data/__init__.py +++ b/bam/data/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/bam/data/feature_spec.py b/bam/data/feature_spec.py index c9d2fdda00e..4600106f4a9 100644 --- a/bam/data/feature_spec.py +++ b/bam/data/feature_spec.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/bam/data/preprocessing.py b/bam/data/preprocessing.py index 6745e5584bb..74d82604b99 100644 --- a/bam/data/preprocessing.py +++ b/bam/data/preprocessing.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/bam/data/task_weighting.py b/bam/data/task_weighting.py index 237f6c07f9a..0a816a26689 100644 --- a/bam/data/task_weighting.py +++ b/bam/data/task_weighting.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/bam/helpers/__init__.py b/bam/helpers/__init__.py index af0cc7edbfc..9a198046280 100644 --- a/bam/helpers/__init__.py +++ b/bam/helpers/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/bam/helpers/training_utils.py b/bam/helpers/training_utils.py index 5b0128d3731..40b00c34d27 100644 --- a/bam/helpers/training_utils.py +++ b/bam/helpers/training_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/bam/helpers/utils.py b/bam/helpers/utils.py index f4c0eb821bd..f49b57c64b6 100644 --- a/bam/helpers/utils.py +++ b/bam/helpers/utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/bam/run.sh b/bam/run.sh index 503ffa933ee..a0b9d445663 100755 --- a/bam/run.sh +++ b/bam/run.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/bam/run_classifier.py b/bam/run_classifier.py index bf17de0a34b..3dc58016379 100644 --- a/bam/run_classifier.py +++ b/bam/run_classifier.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/bam/task_specific/__init__.py b/bam/task_specific/__init__.py index af0cc7edbfc..9a198046280 100644 --- a/bam/task_specific/__init__.py +++ b/bam/task_specific/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/bam/task_specific/classification/__init__.py b/bam/task_specific/classification/__init__.py index af0cc7edbfc..9a198046280 100644 --- a/bam/task_specific/classification/__init__.py +++ b/bam/task_specific/classification/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/bam/task_specific/classification/classification_metrics.py b/bam/task_specific/classification/classification_metrics.py index 10c7301d165..1d721d67513 100644 --- a/bam/task_specific/classification/classification_metrics.py +++ b/bam/task_specific/classification/classification_metrics.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/bam/task_specific/classification/classification_tasks.py b/bam/task_specific/classification/classification_tasks.py index afaf0fff2c4..1b58c7bcc24 100644 --- a/bam/task_specific/classification/classification_tasks.py +++ b/bam/task_specific/classification/classification_tasks.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/bam/task_specific/scorer.py b/bam/task_specific/scorer.py index cfe6bbf9bfe..c56dbb2898a 100644 --- a/bam/task_specific/scorer.py +++ b/bam/task_specific/scorer.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/bam/task_specific/task.py b/bam/task_specific/task.py index 5e6a4fd3784..7f45fe0fdbf 100644 --- a/bam/task_specific/task.py +++ b/bam/task_specific/task.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/bam/task_specific/task_builder.py b/bam/task_specific/task_builder.py index fbd09eecdd4..e64fa23bb7a 100644 --- a/bam/task_specific/task_builder.py +++ b/bam/task_specific/task_builder.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/batch_science/__init__.py b/batch_science/__init__.py index af0cc7edbfc..9a198046280 100644 --- a/batch_science/__init__.py +++ b/batch_science/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/batch_science/data_loader.py b/batch_science/data_loader.py index 5c2f2157115..c6cb3831e3d 100644 --- a/batch_science/data_loader.py +++ b/batch_science/data_loader.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/batch_science/measurement_utils.py b/batch_science/measurement_utils.py index a4c88285ad1..e5740846d7a 100644 --- a/batch_science/measurement_utils.py +++ b/batch_science/measurement_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/batch_science/plot_utils.py b/batch_science/plot_utils.py index 73f80e4a2cc..4f72b947150 100644 --- a/batch_science/plot_utils.py +++ b/batch_science/plot_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/behavior_regularized_offline_rl/__init__.py b/behavior_regularized_offline_rl/__init__.py index af0cc7edbfc..9a198046280 100644 --- a/behavior_regularized_offline_rl/__init__.py +++ b/behavior_regularized_offline_rl/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/behavior_regularized_offline_rl/brac/__init__.py b/behavior_regularized_offline_rl/brac/__init__.py index af0cc7edbfc..9a198046280 100644 --- a/behavior_regularized_offline_rl/brac/__init__.py +++ b/behavior_regularized_offline_rl/brac/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/behavior_regularized_offline_rl/brac/agent.py b/behavior_regularized_offline_rl/brac/agent.py index 23aad210ac3..def91d14842 100644 --- a/behavior_regularized_offline_rl/brac/agent.py +++ b/behavior_regularized_offline_rl/brac/agent.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/behavior_regularized_offline_rl/brac/agents.py b/behavior_regularized_offline_rl/brac/agents.py index def751db057..2bd2819519f 100644 --- a/behavior_regularized_offline_rl/brac/agents.py +++ b/behavior_regularized_offline_rl/brac/agents.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/behavior_regularized_offline_rl/brac/bc_agent.py b/behavior_regularized_offline_rl/brac/bc_agent.py index ab0efc17526..a4919d77cdd 100644 --- a/behavior_regularized_offline_rl/brac/bc_agent.py +++ b/behavior_regularized_offline_rl/brac/bc_agent.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/behavior_regularized_offline_rl/brac/bcq_agent.py b/behavior_regularized_offline_rl/brac/bcq_agent.py index 8604c175e4e..2fca5089ce6 100644 --- a/behavior_regularized_offline_rl/brac/bcq_agent.py +++ b/behavior_regularized_offline_rl/brac/bcq_agent.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/behavior_regularized_offline_rl/brac/brac_dual_agent.py b/behavior_regularized_offline_rl/brac/brac_dual_agent.py index 49d665e5c70..323128b98a7 100644 --- a/behavior_regularized_offline_rl/brac/brac_dual_agent.py +++ b/behavior_regularized_offline_rl/brac/brac_dual_agent.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/behavior_regularized_offline_rl/brac/brac_primal_agent.py b/behavior_regularized_offline_rl/brac/brac_primal_agent.py index ff8328aba3b..d1d49b3238f 100644 --- a/behavior_regularized_offline_rl/brac/brac_primal_agent.py +++ b/behavior_regularized_offline_rl/brac/brac_primal_agent.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/behavior_regularized_offline_rl/brac/collect_data.py b/behavior_regularized_offline_rl/brac/collect_data.py index 309b88bacc0..1f7d90a9f26 100644 --- a/behavior_regularized_offline_rl/brac/collect_data.py +++ b/behavior_regularized_offline_rl/brac/collect_data.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/behavior_regularized_offline_rl/brac/collect_data_test.py b/behavior_regularized_offline_rl/brac/collect_data_test.py index 44fe7b4ed89..7f493e2472f 100644 --- a/behavior_regularized_offline_rl/brac/collect_data_test.py +++ b/behavior_regularized_offline_rl/brac/collect_data_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/behavior_regularized_offline_rl/brac/configs/dcfg_eps1.py b/behavior_regularized_offline_rl/brac/configs/dcfg_eps1.py index 80db94b5344..55574849e6b 100644 --- a/behavior_regularized_offline_rl/brac/configs/dcfg_eps1.py +++ b/behavior_regularized_offline_rl/brac/configs/dcfg_eps1.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/behavior_regularized_offline_rl/brac/configs/dcfg_eps3.py b/behavior_regularized_offline_rl/brac/configs/dcfg_eps3.py index 151649ff51f..54c399de115 100644 --- a/behavior_regularized_offline_rl/brac/configs/dcfg_eps3.py +++ b/behavior_regularized_offline_rl/brac/configs/dcfg_eps3.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/behavior_regularized_offline_rl/brac/configs/dcfg_example.py b/behavior_regularized_offline_rl/brac/configs/dcfg_example.py index 73f0e6cdae3..62bbaffd4e9 100644 --- a/behavior_regularized_offline_rl/brac/configs/dcfg_example.py +++ b/behavior_regularized_offline_rl/brac/configs/dcfg_example.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/behavior_regularized_offline_rl/brac/configs/dcfg_gaussian1.py b/behavior_regularized_offline_rl/brac/configs/dcfg_gaussian1.py index a6916fa5760..ec279a0f6a8 100644 --- a/behavior_regularized_offline_rl/brac/configs/dcfg_gaussian1.py +++ b/behavior_regularized_offline_rl/brac/configs/dcfg_gaussian1.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/behavior_regularized_offline_rl/brac/configs/dcfg_gaussian3.py b/behavior_regularized_offline_rl/brac/configs/dcfg_gaussian3.py index 0d0fa62b680..f2bc61d2895 100644 --- a/behavior_regularized_offline_rl/brac/configs/dcfg_gaussian3.py +++ b/behavior_regularized_offline_rl/brac/configs/dcfg_gaussian3.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/behavior_regularized_offline_rl/brac/configs/dcfg_pure.py b/behavior_regularized_offline_rl/brac/configs/dcfg_pure.py index 89476d59b83..1d8240102ad 100644 --- a/behavior_regularized_offline_rl/brac/configs/dcfg_pure.py +++ b/behavior_regularized_offline_rl/brac/configs/dcfg_pure.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/behavior_regularized_offline_rl/brac/dataset.py b/behavior_regularized_offline_rl/brac/dataset.py index f6d3acdbe5a..4c2de5a8b88 100644 --- a/behavior_regularized_offline_rl/brac/dataset.py +++ b/behavior_regularized_offline_rl/brac/dataset.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/behavior_regularized_offline_rl/brac/divergences.py b/behavior_regularized_offline_rl/brac/divergences.py index 97f401caaf0..7bf034e73b6 100644 --- a/behavior_regularized_offline_rl/brac/divergences.py +++ b/behavior_regularized_offline_rl/brac/divergences.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/behavior_regularized_offline_rl/brac/networks.py b/behavior_regularized_offline_rl/brac/networks.py index 5fe9558f47f..50bc619439b 100644 --- a/behavior_regularized_offline_rl/brac/networks.py +++ b/behavior_regularized_offline_rl/brac/networks.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/behavior_regularized_offline_rl/brac/policies.py b/behavior_regularized_offline_rl/brac/policies.py index 2907d7e61f1..90fbd806b10 100644 --- a/behavior_regularized_offline_rl/brac/policies.py +++ b/behavior_regularized_offline_rl/brac/policies.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/behavior_regularized_offline_rl/brac/policy_loader.py b/behavior_regularized_offline_rl/brac/policy_loader.py index dbbbfd35a4d..54fb6b4aada 100644 --- a/behavior_regularized_offline_rl/brac/policy_loader.py +++ b/behavior_regularized_offline_rl/brac/policy_loader.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/behavior_regularized_offline_rl/brac/run_bc.sh b/behavior_regularized_offline_rl/brac/run_bc.sh index 33e8865de74..5259bc6f3e8 100755 --- a/behavior_regularized_offline_rl/brac/run_bc.sh +++ b/behavior_regularized_offline_rl/brac/run_bc.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/behavior_regularized_offline_rl/brac/run_bcq.sh b/behavior_regularized_offline_rl/brac/run_bcq.sh index 1d588b3f344..9eb4ef916a6 100755 --- a/behavior_regularized_offline_rl/brac/run_bcq.sh +++ b/behavior_regularized_offline_rl/brac/run_bcq.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/behavior_regularized_offline_rl/brac/run_collect_data.sh b/behavior_regularized_offline_rl/brac/run_collect_data.sh index 9b31f3030b7..5a522399559 100755 --- a/behavior_regularized_offline_rl/brac/run_collect_data.sh +++ b/behavior_regularized_offline_rl/brac/run_collect_data.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/behavior_regularized_offline_rl/brac/run_dual.sh b/behavior_regularized_offline_rl/brac/run_dual.sh index ae82ae195a6..e1f5cbda21a 100755 --- a/behavior_regularized_offline_rl/brac/run_dual.sh +++ b/behavior_regularized_offline_rl/brac/run_dual.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/behavior_regularized_offline_rl/brac/run_primal.sh b/behavior_regularized_offline_rl/brac/run_primal.sh index 8eddfdc40d3..d9012b37460 100755 --- a/behavior_regularized_offline_rl/brac/run_primal.sh +++ b/behavior_regularized_offline_rl/brac/run_primal.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/behavior_regularized_offline_rl/brac/run_train_online.sh b/behavior_regularized_offline_rl/brac/run_train_online.sh index 19f625f8ab6..62bb2756d5d 100755 --- a/behavior_regularized_offline_rl/brac/run_train_online.sh +++ b/behavior_regularized_offline_rl/brac/run_train_online.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/behavior_regularized_offline_rl/brac/sac_agent.py b/behavior_regularized_offline_rl/brac/sac_agent.py index 5e4098ce872..37529cec6b1 100644 --- a/behavior_regularized_offline_rl/brac/sac_agent.py +++ b/behavior_regularized_offline_rl/brac/sac_agent.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/behavior_regularized_offline_rl/brac/train_eval_offline.py b/behavior_regularized_offline_rl/brac/train_eval_offline.py index 7022c6597c4..4ac1cac1196 100644 --- a/behavior_regularized_offline_rl/brac/train_eval_offline.py +++ b/behavior_regularized_offline_rl/brac/train_eval_offline.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/behavior_regularized_offline_rl/brac/train_eval_online.py b/behavior_regularized_offline_rl/brac/train_eval_online.py index e6a71a859e2..09b96248c5c 100644 --- a/behavior_regularized_offline_rl/brac/train_eval_online.py +++ b/behavior_regularized_offline_rl/brac/train_eval_online.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/behavior_regularized_offline_rl/brac/train_eval_utils.py b/behavior_regularized_offline_rl/brac/train_eval_utils.py index 054d6d1ee75..99bab38adfa 100644 --- a/behavior_regularized_offline_rl/brac/train_eval_utils.py +++ b/behavior_regularized_offline_rl/brac/train_eval_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/behavior_regularized_offline_rl/brac/train_offline.py b/behavior_regularized_offline_rl/brac/train_offline.py index 01c4a3c469f..df143c37dee 100644 --- a/behavior_regularized_offline_rl/brac/train_offline.py +++ b/behavior_regularized_offline_rl/brac/train_offline.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/behavior_regularized_offline_rl/brac/train_offline_test.py b/behavior_regularized_offline_rl/brac/train_offline_test.py index 3e051488ce0..07c28a4ddb6 100644 --- a/behavior_regularized_offline_rl/brac/train_offline_test.py +++ b/behavior_regularized_offline_rl/brac/train_offline_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/behavior_regularized_offline_rl/brac/train_online.py b/behavior_regularized_offline_rl/brac/train_online.py index 63be795aa75..8ba4be093d4 100644 --- a/behavior_regularized_offline_rl/brac/train_online.py +++ b/behavior_regularized_offline_rl/brac/train_online.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/behavior_regularized_offline_rl/brac/train_online_test.py b/behavior_regularized_offline_rl/brac/train_online_test.py index 8425fe20431..fe3c317084c 100644 --- a/behavior_regularized_offline_rl/brac/train_online_test.py +++ b/behavior_regularized_offline_rl/brac/train_online_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/behavior_regularized_offline_rl/brac/utils.py b/behavior_regularized_offline_rl/brac/utils.py index 02bb3f5032c..8284a4f3fcd 100644 --- a/behavior_regularized_offline_rl/brac/utils.py +++ b/behavior_regularized_offline_rl/brac/utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/behavior_regularized_offline_rl/run.sh b/behavior_regularized_offline_rl/run.sh index 921600393de..ac96cc3aed3 100755 --- a/behavior_regularized_offline_rl/run.sh +++ b/behavior_regularized_offline_rl/run.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/bisimulation_aaai2020/__init__.py b/bisimulation_aaai2020/__init__.py index af0cc7edbfc..9a198046280 100644 --- a/bisimulation_aaai2020/__init__.py +++ b/bisimulation_aaai2020/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/bisimulation_aaai2020/dopamine/__init__.py b/bisimulation_aaai2020/dopamine/__init__.py index af0cc7edbfc..9a198046280 100644 --- a/bisimulation_aaai2020/dopamine/__init__.py +++ b/bisimulation_aaai2020/dopamine/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/bisimulation_aaai2020/dopamine/agent_visualizer.py b/bisimulation_aaai2020/dopamine/agent_visualizer.py index 438369f39f9..781b663bf35 100644 --- a/bisimulation_aaai2020/dopamine/agent_visualizer.py +++ b/bisimulation_aaai2020/dopamine/agent_visualizer.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/bisimulation_aaai2020/dopamine/evaluate.py b/bisimulation_aaai2020/dopamine/evaluate.py index 59eda9521ed..677814d123c 100644 --- a/bisimulation_aaai2020/dopamine/evaluate.py +++ b/bisimulation_aaai2020/dopamine/evaluate.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/bisimulation_aaai2020/dopamine/play.py b/bisimulation_aaai2020/dopamine/play.py index c0691ef62e7..a73b749bca2 100644 --- a/bisimulation_aaai2020/dopamine/play.py +++ b/bisimulation_aaai2020/dopamine/play.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/bisimulation_aaai2020/dopamine/rainbow_agent.py b/bisimulation_aaai2020/dopamine/rainbow_agent.py index 620416e8a39..7c9a614beab 100644 --- a/bisimulation_aaai2020/dopamine/rainbow_agent.py +++ b/bisimulation_aaai2020/dopamine/rainbow_agent.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/bisimulation_aaai2020/dopamine/run_experiment.py b/bisimulation_aaai2020/dopamine/run_experiment.py index fd5125ee7a8..5e2c9abe1e4 100644 --- a/bisimulation_aaai2020/dopamine/run_experiment.py +++ b/bisimulation_aaai2020/dopamine/run_experiment.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/bisimulation_aaai2020/grid_world/__init__.py b/bisimulation_aaai2020/grid_world/__init__.py index af0cc7edbfc..9a198046280 100644 --- a/bisimulation_aaai2020/grid_world/__init__.py +++ b/bisimulation_aaai2020/grid_world/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/bisimulation_aaai2020/grid_world/compute_metric.py b/bisimulation_aaai2020/grid_world/compute_metric.py index 12295e845e7..c078361dcce 100644 --- a/bisimulation_aaai2020/grid_world/compute_metric.py +++ b/bisimulation_aaai2020/grid_world/compute_metric.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/bisimulation_aaai2020/grid_world/configs/__init__.py b/bisimulation_aaai2020/grid_world/configs/__init__.py index af0cc7edbfc..9a198046280 100644 --- a/bisimulation_aaai2020/grid_world/configs/__init__.py +++ b/bisimulation_aaai2020/grid_world/configs/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/bisimulation_aaai2020/grid_world/grid_world.py b/bisimulation_aaai2020/grid_world/grid_world.py index 4d05464d1da..21946ba7562 100644 --- a/bisimulation_aaai2020/grid_world/grid_world.py +++ b/bisimulation_aaai2020/grid_world/grid_world.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/bisimulation_aaai2020/run.sh b/bisimulation_aaai2020/run.sh index 2e0b96a68c2..033cc83d9d5 100644 --- a/bisimulation_aaai2020/run.sh +++ b/bisimulation_aaai2020/run.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/bitempered_loss/loss.py b/bitempered_loss/loss.py index f814be4f5f3..cffd672f38f 100644 --- a/bitempered_loss/loss.py +++ b/bitempered_loss/loss.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/bitempered_loss/loss_test.py b/bitempered_loss/loss_test.py index 1bb12599f2b..2f77a9c66d7 100644 --- a/bitempered_loss/loss_test.py +++ b/bitempered_loss/loss_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/bitempered_loss/run.sh b/bitempered_loss/run.sh index 11e06e0f0bb..4eaf083bbc8 100755 --- a/bitempered_loss/run.sh +++ b/bitempered_loss/run.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/capsule_em/__init__.py b/capsule_em/__init__.py index af0cc7edbfc..9a198046280 100644 --- a/capsule_em/__init__.py +++ b/capsule_em/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/capsule_em/em_layers.py b/capsule_em/em_layers.py index 6889250e0dc..7ebd31caa1c 100644 --- a/capsule_em/em_layers.py +++ b/capsule_em/em_layers.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/capsule_em/em_model.py b/capsule_em/em_model.py index 97692bd8c95..304deba73d9 100644 --- a/capsule_em/em_model.py +++ b/capsule_em/em_model.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/capsule_em/experiment.py b/capsule_em/experiment.py index d3d143abd12..23d629b27da 100644 --- a/capsule_em/experiment.py +++ b/capsule_em/experiment.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/capsule_em/layers.py b/capsule_em/layers.py index 810a15da17e..815c8559f93 100644 --- a/capsule_em/layers.py +++ b/capsule_em/layers.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/capsule_em/mnist/__init__.py b/capsule_em/mnist/__init__.py index af0cc7edbfc..9a198046280 100644 --- a/capsule_em/mnist/__init__.py +++ b/capsule_em/mnist/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/capsule_em/mnist/mnist_record.py b/capsule_em/mnist/mnist_record.py index e9d4da00ac1..16669e21ffc 100644 --- a/capsule_em/mnist/mnist_record.py +++ b/capsule_em/mnist/mnist_record.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/capsule_em/model.py b/capsule_em/model.py index 23d90fa2f2c..7bd17916d50 100644 --- a/capsule_em/model.py +++ b/capsule_em/model.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/capsule_em/norb/__init__.py b/capsule_em/norb/__init__.py index af0cc7edbfc..9a198046280 100644 --- a/capsule_em/norb/__init__.py +++ b/capsule_em/norb/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/capsule_em/norb/norb_convert.py b/capsule_em/norb/norb_convert.py index 9f7b2c081b6..d5550062fb0 100644 --- a/capsule_em/norb/norb_convert.py +++ b/capsule_em/norb/norb_convert.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/capsule_em/norb/norb_record.py b/capsule_em/norb/norb_record.py index 4c199b8aa21..f718baf7451 100644 --- a/capsule_em/norb/norb_record.py +++ b/capsule_em/norb/norb_record.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/capsule_em/run.sh b/capsule_em/run.sh index e462387b243..d9b60e66b7f 100644 --- a/capsule_em/run.sh +++ b/capsule_em/run.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/capsule_em/simple_model.py b/capsule_em/simple_model.py index 95f0cd9cfb8..a6f142645e7 100644 --- a/capsule_em/simple_model.py +++ b/capsule_em/simple_model.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/capsule_em/utils.py b/capsule_em/utils.py index 7cc04e7271c..eff0eccbd62 100644 --- a/capsule_em/utils.py +++ b/capsule_em/utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cfq/__init__.py b/cfq/__init__.py index 122de214f6c..40821125b29 100644 --- a/cfq/__init__.py +++ b/cfq/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cfq/cfq/__init__.py b/cfq/cfq/__init__.py index 6512381293a..3849187136d 100644 --- a/cfq/cfq/__init__.py +++ b/cfq/cfq/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cfq/cfq/cfq.py b/cfq/cfq/cfq.py index 2399f3a52a6..4ef10dd5946 100644 --- a/cfq/cfq/cfq.py +++ b/cfq/cfq/cfq.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cfq/evaluate.py b/cfq/evaluate.py index ff804cb6c9c..1da03c16011 100644 --- a/cfq/evaluate.py +++ b/cfq/evaluate.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cfq/preprocess_dataset.py b/cfq/preprocess_dataset.py index 23430735a5b..d431d99244f 100644 --- a/cfq/preprocess_dataset.py +++ b/cfq/preprocess_dataset.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cfq/run.sh b/cfq/run.sh index 860590318cf..bfc5d36fa08 100755 --- a/cfq/run.sh +++ b/cfq/run.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cfq/run_experiment.sh b/cfq/run_experiment.sh index 42d20efef5b..d2ffb1fb226 100755 --- a/cfq/run_experiment.sh +++ b/cfq/run_experiment.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cluster_gcn/__init__.py b/cluster_gcn/__init__.py index 122de214f6c..40821125b29 100644 --- a/cluster_gcn/__init__.py +++ b/cluster_gcn/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cluster_gcn/inits.py b/cluster_gcn/inits.py index 1ad2a6eaccb..55c353dad3c 100644 --- a/cluster_gcn/inits.py +++ b/cluster_gcn/inits.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cluster_gcn/layers.py b/cluster_gcn/layers.py index b4170811fb9..550bac6332e 100644 --- a/cluster_gcn/layers.py +++ b/cluster_gcn/layers.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cluster_gcn/metrics.py b/cluster_gcn/metrics.py index 265889a106f..d51915d22a9 100644 --- a/cluster_gcn/metrics.py +++ b/cluster_gcn/metrics.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cluster_gcn/models.py b/cluster_gcn/models.py index 60ea6672084..75b3db608fd 100755 --- a/cluster_gcn/models.py +++ b/cluster_gcn/models.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cluster_gcn/partition_utils.py b/cluster_gcn/partition_utils.py index 87c9f01e894..373fb9f62b9 100644 --- a/cluster_gcn/partition_utils.py +++ b/cluster_gcn/partition_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cluster_gcn/run_ppi.sh b/cluster_gcn/run_ppi.sh index df33b27cec7..57d1cb086eb 100755 --- a/cluster_gcn/run_ppi.sh +++ b/cluster_gcn/run_ppi.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cluster_gcn/run_reddit.sh b/cluster_gcn/run_reddit.sh index 22a851cf89f..fb52acdbbb7 100755 --- a/cluster_gcn/run_reddit.sh +++ b/cluster_gcn/run_reddit.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cluster_gcn/train.py b/cluster_gcn/train.py index d57c8cf7576..5f5bf806bab 100755 --- a/cluster_gcn/train.py +++ b/cluster_gcn/train.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cluster_gcn/utils.py b/cluster_gcn/utils.py index 7f5c76a9f3e..e06ace91577 100644 --- a/cluster_gcn/utils.py +++ b/cluster_gcn/utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/clustering_normalized_cuts/affinities.py b/clustering_normalized_cuts/affinities.py index 5faf0e45169..8d6a8675bc7 100644 --- a/clustering_normalized_cuts/affinities.py +++ b/clustering_normalized_cuts/affinities.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/clustering_normalized_cuts/cnc_net.py b/clustering_normalized_cuts/cnc_net.py index 1eae03fbebf..3a4012929ca 100644 --- a/clustering_normalized_cuts/cnc_net.py +++ b/clustering_normalized_cuts/cnc_net.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/clustering_normalized_cuts/data_loader.py b/clustering_normalized_cuts/data_loader.py index 020a92cf85a..9340be7684e 100644 --- a/clustering_normalized_cuts/data_loader.py +++ b/clustering_normalized_cuts/data_loader.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/clustering_normalized_cuts/layer.py b/clustering_normalized_cuts/layer.py index 77bc9b7e9a3..56828467520 100644 --- a/clustering_normalized_cuts/layer.py +++ b/clustering_normalized_cuts/layer.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/clustering_normalized_cuts/networks.py b/clustering_normalized_cuts/networks.py index d35d72aa074..cb7946bd07f 100644 --- a/clustering_normalized_cuts/networks.py +++ b/clustering_normalized_cuts/networks.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/clustering_normalized_cuts/pairs.py b/clustering_normalized_cuts/pairs.py index bfa2a53ceae..6494cf83725 100644 --- a/clustering_normalized_cuts/pairs.py +++ b/clustering_normalized_cuts/pairs.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/clustering_normalized_cuts/run.py b/clustering_normalized_cuts/run.py index d089fb05cdb..b8eeeede357 100644 --- a/clustering_normalized_cuts/run.py +++ b/clustering_normalized_cuts/run.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/clustering_normalized_cuts/setup.py b/clustering_normalized_cuts/setup.py index a4b1a0dfbd6..2f8f1c3353e 100644 --- a/clustering_normalized_cuts/setup.py +++ b/clustering_normalized_cuts/setup.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/clustering_normalized_cuts/train.py b/clustering_normalized_cuts/train.py index 3b44994af0b..11a9571ea4f 100644 --- a/clustering_normalized_cuts/train.py +++ b/clustering_normalized_cuts/train.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/clustering_normalized_cuts/util.py b/clustering_normalized_cuts/util.py index 8cc33d27ed6..7f6dc0ca17c 100644 --- a/clustering_normalized_cuts/util.py +++ b/clustering_normalized_cuts/util.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/__init__.py b/cnn_quantization/__init__.py index af0cc7edbfc..9a198046280 100644 --- a/cnn_quantization/__init__.py +++ b/cnn_quantization/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/run.sh b/cnn_quantization/run.sh index a7426584103..38252016b55 100755 --- a/cnn_quantization/run.sh +++ b/cnn_quantization/run.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/__init__.py b/cnn_quantization/tf_cnn_benchmarks/__init__.py index af0cc7edbfc..9a198046280 100644 --- a/cnn_quantization/tf_cnn_benchmarks/__init__.py +++ b/cnn_quantization/tf_cnn_benchmarks/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/all_reduce_benchmark.py b/cnn_quantization/tf_cnn_benchmarks/all_reduce_benchmark.py index 797df9df826..c68a66f2203 100644 --- a/cnn_quantization/tf_cnn_benchmarks/all_reduce_benchmark.py +++ b/cnn_quantization/tf_cnn_benchmarks/all_reduce_benchmark.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/all_reduce_benchmark_test.py b/cnn_quantization/tf_cnn_benchmarks/all_reduce_benchmark_test.py index 12a3db474e7..993df651b92 100644 --- a/cnn_quantization/tf_cnn_benchmarks/all_reduce_benchmark_test.py +++ b/cnn_quantization/tf_cnn_benchmarks/all_reduce_benchmark_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/allreduce.py b/cnn_quantization/tf_cnn_benchmarks/allreduce.py index ca17f6f2b9a..cf95d24b67a 100644 --- a/cnn_quantization/tf_cnn_benchmarks/allreduce.py +++ b/cnn_quantization/tf_cnn_benchmarks/allreduce.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/allreduce_test.py b/cnn_quantization/tf_cnn_benchmarks/allreduce_test.py index c8f59c37600..4db4cd899f7 100644 --- a/cnn_quantization/tf_cnn_benchmarks/allreduce_test.py +++ b/cnn_quantization/tf_cnn_benchmarks/allreduce_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/batch_allreduce.py b/cnn_quantization/tf_cnn_benchmarks/batch_allreduce.py index 68f146f2ad6..ab9ac8c9b95 100644 --- a/cnn_quantization/tf_cnn_benchmarks/batch_allreduce.py +++ b/cnn_quantization/tf_cnn_benchmarks/batch_allreduce.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/benchmark_cnn.py b/cnn_quantization/tf_cnn_benchmarks/benchmark_cnn.py index 44519dd5c64..88c78d4df81 100644 --- a/cnn_quantization/tf_cnn_benchmarks/benchmark_cnn.py +++ b/cnn_quantization/tf_cnn_benchmarks/benchmark_cnn.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/benchmark_cnn_distributed_test.py b/cnn_quantization/tf_cnn_benchmarks/benchmark_cnn_distributed_test.py index c8d9096f6b7..e7b38a6fb77 100644 --- a/cnn_quantization/tf_cnn_benchmarks/benchmark_cnn_distributed_test.py +++ b/cnn_quantization/tf_cnn_benchmarks/benchmark_cnn_distributed_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/benchmark_cnn_distributed_test_runner.py b/cnn_quantization/tf_cnn_benchmarks/benchmark_cnn_distributed_test_runner.py index 05235b9ddd5..60a136e1a79 100644 --- a/cnn_quantization/tf_cnn_benchmarks/benchmark_cnn_distributed_test_runner.py +++ b/cnn_quantization/tf_cnn_benchmarks/benchmark_cnn_distributed_test_runner.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/benchmark_cnn_test.py b/cnn_quantization/tf_cnn_benchmarks/benchmark_cnn_test.py index 62ef781df2e..661214b3dce 100644 --- a/cnn_quantization/tf_cnn_benchmarks/benchmark_cnn_test.py +++ b/cnn_quantization/tf_cnn_benchmarks/benchmark_cnn_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/cnn_util.py b/cnn_quantization/tf_cnn_benchmarks/cnn_util.py index 4f2ad1ff67b..df88ccf885b 100644 --- a/cnn_quantization/tf_cnn_benchmarks/cnn_util.py +++ b/cnn_quantization/tf_cnn_benchmarks/cnn_util.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/cnn_util_test.py b/cnn_quantization/tf_cnn_benchmarks/cnn_util_test.py index 0a7da379ac1..9d884ce3316 100644 --- a/cnn_quantization/tf_cnn_benchmarks/cnn_util_test.py +++ b/cnn_quantization/tf_cnn_benchmarks/cnn_util_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/coco_metric.py b/cnn_quantization/tf_cnn_benchmarks/coco_metric.py index 7fae9058518..80349d006cc 100644 --- a/cnn_quantization/tf_cnn_benchmarks/coco_metric.py +++ b/cnn_quantization/tf_cnn_benchmarks/coco_metric.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/constants.py b/cnn_quantization/tf_cnn_benchmarks/constants.py index d16990e479c..68c6ad0642a 100644 --- a/cnn_quantization/tf_cnn_benchmarks/constants.py +++ b/cnn_quantization/tf_cnn_benchmarks/constants.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/convnet_builder.py b/cnn_quantization/tf_cnn_benchmarks/convnet_builder.py index cf0276884bb..584e41d7d32 100644 --- a/cnn_quantization/tf_cnn_benchmarks/convnet_builder.py +++ b/cnn_quantization/tf_cnn_benchmarks/convnet_builder.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/datasets.py b/cnn_quantization/tf_cnn_benchmarks/datasets.py index 91e670dcbc6..55f7dac7edb 100644 --- a/cnn_quantization/tf_cnn_benchmarks/datasets.py +++ b/cnn_quantization/tf_cnn_benchmarks/datasets.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/flags.py b/cnn_quantization/tf_cnn_benchmarks/flags.py index c0f41b5e4f3..314aec6359d 100644 --- a/cnn_quantization/tf_cnn_benchmarks/flags.py +++ b/cnn_quantization/tf_cnn_benchmarks/flags.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/mlperf.py b/cnn_quantization/tf_cnn_benchmarks/mlperf.py index 90d695ddee8..262e42af478 100644 --- a/cnn_quantization/tf_cnn_benchmarks/mlperf.py +++ b/cnn_quantization/tf_cnn_benchmarks/mlperf.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/mlperf_test.py b/cnn_quantization/tf_cnn_benchmarks/mlperf_test.py index b1c589e9efe..992ee5f7dbf 100644 --- a/cnn_quantization/tf_cnn_benchmarks/mlperf_test.py +++ b/cnn_quantization/tf_cnn_benchmarks/mlperf_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/models/__init__.py b/cnn_quantization/tf_cnn_benchmarks/models/__init__.py index af0cc7edbfc..9a198046280 100644 --- a/cnn_quantization/tf_cnn_benchmarks/models/__init__.py +++ b/cnn_quantization/tf_cnn_benchmarks/models/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/models/alexnet_model.py b/cnn_quantization/tf_cnn_benchmarks/models/alexnet_model.py index 7fb3a1d66a2..1c94ce8cba0 100644 --- a/cnn_quantization/tf_cnn_benchmarks/models/alexnet_model.py +++ b/cnn_quantization/tf_cnn_benchmarks/models/alexnet_model.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/models/densenet_model.py b/cnn_quantization/tf_cnn_benchmarks/models/densenet_model.py index 8e8d46cd921..79f74c4c5c2 100644 --- a/cnn_quantization/tf_cnn_benchmarks/models/densenet_model.py +++ b/cnn_quantization/tf_cnn_benchmarks/models/densenet_model.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/models/googlenet_model.py b/cnn_quantization/tf_cnn_benchmarks/models/googlenet_model.py index 4d3db76247e..de3a871beb9 100644 --- a/cnn_quantization/tf_cnn_benchmarks/models/googlenet_model.py +++ b/cnn_quantization/tf_cnn_benchmarks/models/googlenet_model.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/models/inception_model.py b/cnn_quantization/tf_cnn_benchmarks/models/inception_model.py index 6f254769665..55059b97ad6 100644 --- a/cnn_quantization/tf_cnn_benchmarks/models/inception_model.py +++ b/cnn_quantization/tf_cnn_benchmarks/models/inception_model.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/models/lenet_model.py b/cnn_quantization/tf_cnn_benchmarks/models/lenet_model.py index cd899332069..e4b80f349b9 100644 --- a/cnn_quantization/tf_cnn_benchmarks/models/lenet_model.py +++ b/cnn_quantization/tf_cnn_benchmarks/models/lenet_model.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/models/model.py b/cnn_quantization/tf_cnn_benchmarks/models/model.py index eae14c05d18..d58a0285393 100644 --- a/cnn_quantization/tf_cnn_benchmarks/models/model.py +++ b/cnn_quantization/tf_cnn_benchmarks/models/model.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/models/model_config.py b/cnn_quantization/tf_cnn_benchmarks/models/model_config.py index f5b1baf12ec..4622a6fa373 100644 --- a/cnn_quantization/tf_cnn_benchmarks/models/model_config.py +++ b/cnn_quantization/tf_cnn_benchmarks/models/model_config.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/models/overfeat_model.py b/cnn_quantization/tf_cnn_benchmarks/models/overfeat_model.py index 6dcbd0a3d28..833e797ff05 100644 --- a/cnn_quantization/tf_cnn_benchmarks/models/overfeat_model.py +++ b/cnn_quantization/tf_cnn_benchmarks/models/overfeat_model.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/models/resnet_model.py b/cnn_quantization/tf_cnn_benchmarks/models/resnet_model.py index 59e958e5677..1fa1a6ed766 100644 --- a/cnn_quantization/tf_cnn_benchmarks/models/resnet_model.py +++ b/cnn_quantization/tf_cnn_benchmarks/models/resnet_model.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/models/resnet_model_test.py b/cnn_quantization/tf_cnn_benchmarks/models/resnet_model_test.py index 2b4a7a7b1ad..9e67b56eb3d 100644 --- a/cnn_quantization/tf_cnn_benchmarks/models/resnet_model_test.py +++ b/cnn_quantization/tf_cnn_benchmarks/models/resnet_model_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/models/ssd_model.py b/cnn_quantization/tf_cnn_benchmarks/models/ssd_model.py index de876c40699..54fabe10c73 100644 --- a/cnn_quantization/tf_cnn_benchmarks/models/ssd_model.py +++ b/cnn_quantization/tf_cnn_benchmarks/models/ssd_model.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/models/trivial_model.py b/cnn_quantization/tf_cnn_benchmarks/models/trivial_model.py index 5bdb32d18f5..e4e7f09d246 100644 --- a/cnn_quantization/tf_cnn_benchmarks/models/trivial_model.py +++ b/cnn_quantization/tf_cnn_benchmarks/models/trivial_model.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/models/vgg_model.py b/cnn_quantization/tf_cnn_benchmarks/models/vgg_model.py index 83b33c80b4e..efa4c14f631 100644 --- a/cnn_quantization/tf_cnn_benchmarks/models/vgg_model.py +++ b/cnn_quantization/tf_cnn_benchmarks/models/vgg_model.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/platforms/__init__.py b/cnn_quantization/tf_cnn_benchmarks/platforms/__init__.py index af0cc7edbfc..9a198046280 100644 --- a/cnn_quantization/tf_cnn_benchmarks/platforms/__init__.py +++ b/cnn_quantization/tf_cnn_benchmarks/platforms/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/platforms/default/__init__.py b/cnn_quantization/tf_cnn_benchmarks/platforms/default/__init__.py index af0cc7edbfc..9a198046280 100644 --- a/cnn_quantization/tf_cnn_benchmarks/platforms/default/__init__.py +++ b/cnn_quantization/tf_cnn_benchmarks/platforms/default/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/platforms/default/util.py b/cnn_quantization/tf_cnn_benchmarks/platforms/default/util.py index 40e2a387a5c..671a4eb7960 100644 --- a/cnn_quantization/tf_cnn_benchmarks/platforms/default/util.py +++ b/cnn_quantization/tf_cnn_benchmarks/platforms/default/util.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/platforms/util.py b/cnn_quantization/tf_cnn_benchmarks/platforms/util.py index 1991050ad56..9b6318e135d 100644 --- a/cnn_quantization/tf_cnn_benchmarks/platforms/util.py +++ b/cnn_quantization/tf_cnn_benchmarks/platforms/util.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/preprocessing.py b/cnn_quantization/tf_cnn_benchmarks/preprocessing.py index dfea0d73d7a..e78f3abd29d 100644 --- a/cnn_quantization/tf_cnn_benchmarks/preprocessing.py +++ b/cnn_quantization/tf_cnn_benchmarks/preprocessing.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/run_tests.py b/cnn_quantization/tf_cnn_benchmarks/run_tests.py index 22b4676bb77..4c19479aa08 100644 --- a/cnn_quantization/tf_cnn_benchmarks/run_tests.py +++ b/cnn_quantization/tf_cnn_benchmarks/run_tests.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/ssd_constants.py b/cnn_quantization/tf_cnn_benchmarks/ssd_constants.py index 00f2fba444c..2ec7399cb41 100644 --- a/cnn_quantization/tf_cnn_benchmarks/ssd_constants.py +++ b/cnn_quantization/tf_cnn_benchmarks/ssd_constants.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/ssd_dataloader.py b/cnn_quantization/tf_cnn_benchmarks/ssd_dataloader.py index 2b380da78c2..9320ab341f1 100644 --- a/cnn_quantization/tf_cnn_benchmarks/ssd_dataloader.py +++ b/cnn_quantization/tf_cnn_benchmarks/ssd_dataloader.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/test_data/__init__.py b/cnn_quantization/tf_cnn_benchmarks/test_data/__init__.py index af0cc7edbfc..9a198046280 100644 --- a/cnn_quantization/tf_cnn_benchmarks/test_data/__init__.py +++ b/cnn_quantization/tf_cnn_benchmarks/test_data/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/test_data/create_cifar10_test_data.py b/cnn_quantization/tf_cnn_benchmarks/test_data/create_cifar10_test_data.py index 1095f93b35a..1afe5917b0b 100644 --- a/cnn_quantization/tf_cnn_benchmarks/test_data/create_cifar10_test_data.py +++ b/cnn_quantization/tf_cnn_benchmarks/test_data/create_cifar10_test_data.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/test_data/tfrecord_image_generator.py b/cnn_quantization/tf_cnn_benchmarks/test_data/tfrecord_image_generator.py index 3672acd09c8..e0623cf9b81 100644 --- a/cnn_quantization/tf_cnn_benchmarks/test_data/tfrecord_image_generator.py +++ b/cnn_quantization/tf_cnn_benchmarks/test_data/tfrecord_image_generator.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/test_util.py b/cnn_quantization/tf_cnn_benchmarks/test_util.py index ff8cd3d9b83..205efd78312 100644 --- a/cnn_quantization/tf_cnn_benchmarks/test_util.py +++ b/cnn_quantization/tf_cnn_benchmarks/test_util.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/tf_cnn_benchmarks.py b/cnn_quantization/tf_cnn_benchmarks/tf_cnn_benchmarks.py index 54789cd1d0a..bd5b479940d 100644 --- a/cnn_quantization/tf_cnn_benchmarks/tf_cnn_benchmarks.py +++ b/cnn_quantization/tf_cnn_benchmarks/tf_cnn_benchmarks.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/variable_mgr.py b/cnn_quantization/tf_cnn_benchmarks/variable_mgr.py index 823e2b04ea8..a77c8a75d95 100644 --- a/cnn_quantization/tf_cnn_benchmarks/variable_mgr.py +++ b/cnn_quantization/tf_cnn_benchmarks/variable_mgr.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/variable_mgr_util.py b/cnn_quantization/tf_cnn_benchmarks/variable_mgr_util.py index 08a0b045e72..634ed4812b9 100644 --- a/cnn_quantization/tf_cnn_benchmarks/variable_mgr_util.py +++ b/cnn_quantization/tf_cnn_benchmarks/variable_mgr_util.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/cnn_quantization/tf_cnn_benchmarks/variable_mgr_util_test.py b/cnn_quantization/tf_cnn_benchmarks/variable_mgr_util_test.py index 489feedd5aa..50e846487f0 100644 --- a/cnn_quantization/tf_cnn_benchmarks/variable_mgr_util_test.py +++ b/cnn_quantization/tf_cnn_benchmarks/variable_mgr_util_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/compile_protos.sh b/compile_protos.sh index 326ecbe3d2f..33c2b7e6e63 100644 --- a/compile_protos.sh +++ b/compile_protos.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/concept_explanations/awa_helper.py b/concept_explanations/awa_helper.py index 29f835ac67b..c58ab1685ec 100644 --- a/concept_explanations/awa_helper.py +++ b/concept_explanations/awa_helper.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/concept_explanations/awa_main.py b/concept_explanations/awa_main.py index 450e6859e38..56013e13a1f 100644 --- a/concept_explanations/awa_main.py +++ b/concept_explanations/awa_main.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/concept_explanations/create_toy.py b/concept_explanations/create_toy.py index 739c1da5c1f..a083b423717 100644 --- a/concept_explanations/create_toy.py +++ b/concept_explanations/create_toy.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/concept_explanations/ipca.py b/concept_explanations/ipca.py index 82f41a9e6b5..b6ebae68930 100644 --- a/concept_explanations/ipca.py +++ b/concept_explanations/ipca.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/concept_explanations/run.sh b/concept_explanations/run.sh index 6772fa1e266..c1e4567b505 100644 --- a/concept_explanations/run.sh +++ b/concept_explanations/run.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/concept_explanations/toy_baseline.py b/concept_explanations/toy_baseline.py index 773897fc578..f29285054e7 100644 --- a/concept_explanations/toy_baseline.py +++ b/concept_explanations/toy_baseline.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/concept_explanations/toy_helper.py b/concept_explanations/toy_helper.py index 305436b5a19..79ebcbf1ab4 100644 --- a/concept_explanations/toy_helper.py +++ b/concept_explanations/toy_helper.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/concept_explanations/toy_main.py b/concept_explanations/toy_main.py index 3de8c482f36..f0176314c1b 100644 --- a/concept_explanations/toy_main.py +++ b/concept_explanations/toy_main.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/correct_batch_effects_wdn/distance.py b/correct_batch_effects_wdn/distance.py index 5a203af55b2..887d45f89a3 100644 --- a/correct_batch_effects_wdn/distance.py +++ b/correct_batch_effects_wdn/distance.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/correct_batch_effects_wdn/distance_test.py b/correct_batch_effects_wdn/distance_test.py index 7e26d44c9ac..7ff6f1eb7c4 100644 --- a/correct_batch_effects_wdn/distance_test.py +++ b/correct_batch_effects_wdn/distance_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/correct_batch_effects_wdn/evaluate.py b/correct_batch_effects_wdn/evaluate.py index 5535c3c73cf..9bf99e72954 100644 --- a/correct_batch_effects_wdn/evaluate.py +++ b/correct_batch_effects_wdn/evaluate.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/correct_batch_effects_wdn/evaluate_metrics.py b/correct_batch_effects_wdn/evaluate_metrics.py index 33cc941a6f3..45b711e8474 100644 --- a/correct_batch_effects_wdn/evaluate_metrics.py +++ b/correct_batch_effects_wdn/evaluate_metrics.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/correct_batch_effects_wdn/evaluate_test.py b/correct_batch_effects_wdn/evaluate_test.py index bb9202132f7..ab8dc505e66 100644 --- a/correct_batch_effects_wdn/evaluate_test.py +++ b/correct_batch_effects_wdn/evaluate_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/correct_batch_effects_wdn/forgetting_nuisance.py b/correct_batch_effects_wdn/forgetting_nuisance.py index 3bfec59981a..82072893265 100644 --- a/correct_batch_effects_wdn/forgetting_nuisance.py +++ b/correct_batch_effects_wdn/forgetting_nuisance.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/correct_batch_effects_wdn/forgetting_nuisance_test.py b/correct_batch_effects_wdn/forgetting_nuisance_test.py index 41c573aeea7..384f4187d74 100644 --- a/correct_batch_effects_wdn/forgetting_nuisance_test.py +++ b/correct_batch_effects_wdn/forgetting_nuisance_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/correct_batch_effects_wdn/io_utils.py b/correct_batch_effects_wdn/io_utils.py index 5126cc398c2..8a05062f0c8 100644 --- a/correct_batch_effects_wdn/io_utils.py +++ b/correct_batch_effects_wdn/io_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/correct_batch_effects_wdn/io_utils_test.py b/correct_batch_effects_wdn/io_utils_test.py index bfeeaae2bfc..6bfc613a655 100644 --- a/correct_batch_effects_wdn/io_utils_test.py +++ b/correct_batch_effects_wdn/io_utils_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/correct_batch_effects_wdn/ljosa_embeddings_to_h5.py b/correct_batch_effects_wdn/ljosa_embeddings_to_h5.py index 8a82df243a0..9a52859cfab 100644 --- a/correct_batch_effects_wdn/ljosa_embeddings_to_h5.py +++ b/correct_batch_effects_wdn/ljosa_embeddings_to_h5.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/correct_batch_effects_wdn/ljosa_preprocessing.py b/correct_batch_effects_wdn/ljosa_preprocessing.py index 7efbffb752d..7259ef477b7 100644 --- a/correct_batch_effects_wdn/ljosa_preprocessing.py +++ b/correct_batch_effects_wdn/ljosa_preprocessing.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/correct_batch_effects_wdn/metadata.py b/correct_batch_effects_wdn/metadata.py index 1e1c74f710a..6fe520ebe91 100644 --- a/correct_batch_effects_wdn/metadata.py +++ b/correct_batch_effects_wdn/metadata.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/correct_batch_effects_wdn/transform.py b/correct_batch_effects_wdn/transform.py index f164d1c5753..b83cf3e3c10 100644 --- a/correct_batch_effects_wdn/transform.py +++ b/correct_batch_effects_wdn/transform.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/correct_batch_effects_wdn/transform_test.py b/correct_batch_effects_wdn/transform_test.py index d3a1847028e..791cba52571 100644 --- a/correct_batch_effects_wdn/transform_test.py +++ b/correct_batch_effects_wdn/transform_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dac/common.py b/dac/common.py index 87d7795c874..2fb50d52c4a 100644 --- a/dac/common.py +++ b/dac/common.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dac/create_demos.py b/dac/create_demos.py index 1d5b3e3a193..96d665a125d 100644 --- a/dac/create_demos.py +++ b/dac/create_demos.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dac/ddpg_td3.py b/dac/ddpg_td3.py index 3d13aa9b63b..8a7a8b8c68a 100644 --- a/dac/ddpg_td3.py +++ b/dac/ddpg_td3.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dac/evaluation_worker.py b/dac/evaluation_worker.py index 3ed828123f9..735241c4579 100644 --- a/dac/evaluation_worker.py +++ b/dac/evaluation_worker.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dac/gail.py b/dac/gail.py index 8da6f0291d2..92adadf0f53 100644 --- a/dac/gail.py +++ b/dac/gail.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dac/generate_expert_data.py b/dac/generate_expert_data.py index 5244a1d820c..cf1a6d8bcef 100644 --- a/dac/generate_expert_data.py +++ b/dac/generate_expert_data.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dac/lfd_envs.py b/dac/lfd_envs.py index 744f426119f..94afcfc33e1 100644 --- a/dac/lfd_envs.py +++ b/dac/lfd_envs.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dac/lfd_training_worker.py b/dac/lfd_training_worker.py index c175977f855..67addda5e0d 100644 --- a/dac/lfd_training_worker.py +++ b/dac/lfd_training_worker.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dac/replay_buffer.py b/dac/replay_buffer.py index 52674c1abd1..bd1432a8ea5 100644 --- a/dac/replay_buffer.py +++ b/dac/replay_buffer.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dac/run_evaluation_worker.sh b/dac/run_evaluation_worker.sh index ce87549c6ec..c50d07cc503 100755 --- a/dac/run_evaluation_worker.sh +++ b/dac/run_evaluation_worker.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dac/run_training_worker.sh b/dac/run_training_worker.sh index 222c7de8aa7..9d2b1bade80 100755 --- a/dac/run_training_worker.sh +++ b/dac/run_training_worker.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dac/training_worker.py b/dac/training_worker.py index 35c6e170df6..8de31cd73ba 100644 --- a/dac/training_worker.py +++ b/dac/training_worker.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dac/utils.py b/dac/utils.py index 6761ad5d776..13c48b17463 100644 --- a/dac/utils.py +++ b/dac/utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dataset_analysis/__init__.py b/dataset_analysis/__init__.py index af0cc7edbfc..9a198046280 100644 --- a/dataset_analysis/__init__.py +++ b/dataset_analysis/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dataset_analysis/analyze_data.py b/dataset_analysis/analyze_data.py index e330d54ad83..d5b7dc63c84 100644 --- a/dataset_analysis/analyze_data.py +++ b/dataset_analysis/analyze_data.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dataset_analysis/bert/__init__.py b/dataset_analysis/bert/__init__.py index af0cc7edbfc..9a198046280 100644 --- a/dataset_analysis/bert/__init__.py +++ b/dataset_analysis/bert/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dataset_analysis/bert/modeling.py b/dataset_analysis/bert/modeling.py index bd22c48ee63..d4f1a7739a5 100644 --- a/dataset_analysis/bert/modeling.py +++ b/dataset_analysis/bert/modeling.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dataset_analysis/bert/optimization.py b/dataset_analysis/bert/optimization.py index 3d1f3aa339a..e11e6fa56c4 100644 --- a/dataset_analysis/bert/optimization.py +++ b/dataset_analysis/bert/optimization.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dataset_analysis/bert/tokenization.py b/dataset_analysis/bert/tokenization.py index 81e8221c243..76be9a5e674 100644 --- a/dataset_analysis/bert/tokenization.py +++ b/dataset_analysis/bert/tokenization.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dataset_analysis/bert_classifier.py b/dataset_analysis/bert_classifier.py index e2ff5a217ff..62c268b6d6b 100644 --- a/dataset_analysis/bert_classifier.py +++ b/dataset_analysis/bert_classifier.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dataset_analysis/extract_words.py b/dataset_analysis/extract_words.py index 6cbe47d5f95..3d8bf37eaee 100644 --- a/dataset_analysis/extract_words.py +++ b/dataset_analysis/extract_words.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dataset_analysis/inspect_output_layer_weights.py b/dataset_analysis/inspect_output_layer_weights.py index ee4a9727aea..00801c6c02a 100644 --- a/dataset_analysis/inspect_output_layer_weights.py +++ b/dataset_analysis/inspect_output_layer_weights.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dataset_analysis/learn_target_relations.py b/dataset_analysis/learn_target_relations.py index 7224adfe38c..483dd326a6c 100644 --- a/dataset_analysis/learn_target_relations.py +++ b/dataset_analysis/learn_target_relations.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dataset_analysis/ppca.py b/dataset_analysis/ppca.py index 971cdde7456..55596c022a9 100644 --- a/dataset_analysis/ppca.py +++ b/dataset_analysis/ppca.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dataset_analysis/replace_targets.py b/dataset_analysis/replace_targets.py index d63f56d4ca8..5d933218002 100644 --- a/dataset_analysis/replace_targets.py +++ b/dataset_analysis/replace_targets.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dataset_analysis/run.sh b/dataset_analysis/run.sh index 9caecf49d60..05764f4a605 100755 --- a/dataset_analysis/run.sh +++ b/dataset_analysis/run.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dble/data_loader.py b/dble/data_loader.py index 4342c524d87..bdb358d88c0 100644 --- a/dble/data_loader.py +++ b/dble/data_loader.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dble/main_dble.py b/dble/main_dble.py index 3c8e37cbc00..6735e01fa06 100644 --- a/dble/main_dble.py +++ b/dble/main_dble.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dble/mlp.py b/dble/mlp.py index 08139c9838d..bc79ec5651f 100644 --- a/dble/mlp.py +++ b/dble/mlp.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dble/resnet.py b/dble/resnet.py index d3fcc7b5459..70b064bcee3 100644 --- a/dble/resnet.py +++ b/dble/resnet.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dble/run.sh b/dble/run.sh index 3f6ffaa7ae2..d451e6d0ed7 100755 --- a/dble/run.sh +++ b/dble/run.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dble/tiny_imagenet.py b/dble/tiny_imagenet.py index ed5408a16c0..767eddbfe26 100644 --- a/dble/tiny_imagenet.py +++ b/dble/tiny_imagenet.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dble/utils.py b/dble/utils.py index 283ddef5c39..78abdbcad6d 100644 --- a/dble/utils.py +++ b/dble/utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dble/vgg.py b/dble/vgg.py index 9bc2d3eb4da..7cd34ced735 100644 --- a/dble/vgg.py +++ b/dble/vgg.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/deep_homography/__init__.py b/deep_homography/__init__.py index 122de214f6c..40821125b29 100644 --- a/deep_homography/__init__.py +++ b/deep_homography/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/deep_homography/hmg_util.py b/deep_homography/hmg_util.py index dd57a54244a..c5602b9ad26 100644 --- a/deep_homography/hmg_util.py +++ b/deep_homography/hmg_util.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/deep_homography/models.py b/deep_homography/models.py index 6af5d4f2bed..7abe4003d69 100644 --- a/deep_homography/models.py +++ b/deep_homography/models.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/deep_homography/test.py b/deep_homography/test.py index d97a3089873..49ab8cbb5df 100644 --- a/deep_homography/test.py +++ b/deep_homography/test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/deep_homography/train.py b/deep_homography/train.py index 4a76859a355..eb44e14ef59 100644 --- a/deep_homography/train.py +++ b/deep_homography/train.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/demogen/__init__.py b/demogen/__init__.py index af0cc7edbfc..9a198046280 100644 --- a/demogen/__init__.py +++ b/demogen/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/demogen/data_util.py b/demogen/data_util.py index 66cd2a59228..91d07d84e3e 100644 --- a/demogen/data_util.py +++ b/demogen/data_util.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/demogen/example.py b/demogen/example.py index 4e15c733e94..e868ab991ba 100644 --- a/demogen/example.py +++ b/demogen/example.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/demogen/margin_utils.py b/demogen/margin_utils.py index c5a358b1ac4..3cd170eb309 100644 --- a/demogen/margin_utils.py +++ b/demogen/margin_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/demogen/model_config.py b/demogen/model_config.py index 7bbfe146f2f..88eb2584fae 100644 --- a/demogen/model_config.py +++ b/demogen/model_config.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/demogen/models/__init__.py b/demogen/models/__init__.py index af0cc7edbfc..9a198046280 100644 --- a/demogen/models/__init__.py +++ b/demogen/models/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/demogen/models/get_model.py b/demogen/models/get_model.py index 4fdb59b3cab..f61a0e3fa40 100644 --- a/demogen/models/get_model.py +++ b/demogen/models/get_model.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/demogen/models/nin.py b/demogen/models/nin.py index 2e5967f2602..9d7271f5e41 100644 --- a/demogen/models/nin.py +++ b/demogen/models/nin.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/demogen/models/resnet.py b/demogen/models/resnet.py index 05ab700c5ef..4cb73beda7c 100644 --- a/demogen/models/resnet.py +++ b/demogen/models/resnet.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/demogen/run.sh b/demogen/run.sh index 7c60010b10b..0a74e7b8177 100644 --- a/demogen/run.sh +++ b/demogen/run.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/demogen/total_variation_util.py b/demogen/total_variation_util.py index e8db09feba1..55a80a2b0a8 100644 --- a/demogen/total_variation_util.py +++ b/demogen/total_variation_util.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dense_representations_for_entity_retrieval/parse_wikinews.py b/dense_representations_for_entity_retrieval/parse_wikinews.py index 54c741a22ff..c5530ae517a 100644 --- a/dense_representations_for_entity_retrieval/parse_wikinews.py +++ b/dense_representations_for_entity_retrieval/parse_wikinews.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dense_representations_for_entity_retrieval/parse_wikinews.sh b/dense_representations_for_entity_retrieval/parse_wikinews.sh index 6a65cc7b15f..fab81b57f7e 100755 --- a/dense_representations_for_entity_retrieval/parse_wikinews.sh +++ b/dense_representations_for_entity_retrieval/parse_wikinews.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dense_representations_for_entity_retrieval/run.sh b/dense_representations_for_entity_retrieval/run.sh index a31698ea714..ddbadac61a5 100755 --- a/dense_representations_for_entity_retrieval/run.sh +++ b/dense_representations_for_entity_retrieval/run.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/depth_from_video_in_the_wild/__init__.py b/depth_from_video_in_the_wild/__init__.py index af0cc7edbfc..9a198046280 100644 --- a/depth_from_video_in_the_wild/__init__.py +++ b/depth_from_video_in_the_wild/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/depth_from_video_in_the_wild/consistency_losses.py b/depth_from_video_in_the_wild/consistency_losses.py index 00ac0573eea..fa726880a36 100644 --- a/depth_from_video_in_the_wild/consistency_losses.py +++ b/depth_from_video_in_the_wild/consistency_losses.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/depth_from_video_in_the_wild/depth_prediction_net.py b/depth_from_video_in_the_wild/depth_prediction_net.py index 58c1e3a304c..22ecce53be1 100644 --- a/depth_from_video_in_the_wild/depth_prediction_net.py +++ b/depth_from_video_in_the_wild/depth_prediction_net.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/depth_from_video_in_the_wild/model.py b/depth_from_video_in_the_wild/model.py index e535b4028e8..12e4d05637e 100644 --- a/depth_from_video_in_the_wild/model.py +++ b/depth_from_video_in_the_wild/model.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/depth_from_video_in_the_wild/motion_prediction_net.py b/depth_from_video_in_the_wild/motion_prediction_net.py index 19865120d48..70645369db0 100644 --- a/depth_from_video_in_the_wild/motion_prediction_net.py +++ b/depth_from_video_in_the_wild/motion_prediction_net.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/depth_from_video_in_the_wild/randomized_layer_normalization.py b/depth_from_video_in_the_wild/randomized_layer_normalization.py index bbc3954aff1..649ecbe6ca0 100644 --- a/depth_from_video_in_the_wild/randomized_layer_normalization.py +++ b/depth_from_video_in_the_wild/randomized_layer_normalization.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/depth_from_video_in_the_wild/reader.py b/depth_from_video_in_the_wild/reader.py index 384a207ecb1..2d252efc363 100644 --- a/depth_from_video_in_the_wild/reader.py +++ b/depth_from_video_in_the_wild/reader.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/depth_from_video_in_the_wild/render_euroc_depth.py b/depth_from_video_in_the_wild/render_euroc_depth.py index 954a5dbc991..9e4550c29f5 100644 --- a/depth_from_video_in_the_wild/render_euroc_depth.py +++ b/depth_from_video_in_the_wild/render_euroc_depth.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/depth_from_video_in_the_wild/run.sh b/depth_from_video_in_the_wild/run.sh index fdab641825a..2f0f2160be1 100755 --- a/depth_from_video_in_the_wild/run.sh +++ b/depth_from_video_in_the_wild/run.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/depth_from_video_in_the_wild/train.py b/depth_from_video_in_the_wild/train.py index f9d7f9739db..d25a386eb9a 100644 --- a/depth_from_video_in_the_wild/train.py +++ b/depth_from_video_in_the_wild/train.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/depth_from_video_in_the_wild/trajectory_inference.py b/depth_from_video_in_the_wild/trajectory_inference.py index 58c07a56bd1..1aaa892a72d 100644 --- a/depth_from_video_in_the_wild/trajectory_inference.py +++ b/depth_from_video_in_the_wild/trajectory_inference.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/depth_from_video_in_the_wild/transform_depth_map.py b/depth_from_video_in_the_wild/transform_depth_map.py index e45f0f3e2ec..dcf29e898fe 100644 --- a/depth_from_video_in_the_wild/transform_depth_map.py +++ b/depth_from_video_in_the_wild/transform_depth_map.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/depth_from_video_in_the_wild/transform_utils.py b/depth_from_video_in_the_wild/transform_utils.py index 81394f8e42a..db8fed295a2 100644 --- a/depth_from_video_in_the_wild/transform_utils.py +++ b/depth_from_video_in_the_wild/transform_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dictionary_learning/__init__.py b/dictionary_learning/__init__.py index 122de214f6c..40821125b29 100644 --- a/dictionary_learning/__init__.py +++ b/dictionary_learning/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dictionary_learning/dictionary_learning.py b/dictionary_learning/dictionary_learning.py index 2d65ff4acb7..4941b5e5f32 100644 --- a/dictionary_learning/dictionary_learning.py +++ b/dictionary_learning/dictionary_learning.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dictionary_learning/dictionary_learning_test.py b/dictionary_learning/dictionary_learning_test.py index 181c2a84cc2..378cb548ab4 100644 --- a/dictionary_learning/dictionary_learning_test.py +++ b/dictionary_learning/dictionary_learning_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dictionary_learning/run.sh b/dictionary_learning/run.sh index a3da5c5a7b9..d962133049a 100644 --- a/dictionary_learning/run.sh +++ b/dictionary_learning/run.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dql_grasping/__init__.py b/dql_grasping/__init__.py index 2faa121f3cd..1511ba0b062 100644 --- a/dql_grasping/__init__.py +++ b/dql_grasping/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dql_grasping/collect_eval.py b/dql_grasping/collect_eval.py index 4ae291831a4..da2bba4a337 100644 --- a/dql_grasping/collect_eval.py +++ b/dql_grasping/collect_eval.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dql_grasping/cross_entropy.py b/dql_grasping/cross_entropy.py index 50a0b4558d1..7ea2aa82f6d 100644 --- a/dql_grasping/cross_entropy.py +++ b/dql_grasping/cross_entropy.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dql_grasping/ddpg_graph.py b/dql_grasping/ddpg_graph.py index 780eba5b7b0..1342cac65f5 100644 --- a/dql_grasping/ddpg_graph.py +++ b/dql_grasping/ddpg_graph.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dql_grasping/episode_to_transitions.py b/dql_grasping/episode_to_transitions.py index 456f82c765d..297e6852b3d 100644 --- a/dql_grasping/episode_to_transitions.py +++ b/dql_grasping/episode_to_transitions.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dql_grasping/gin_imports.py b/dql_grasping/gin_imports.py index 73b9e0b5387..3335b6d0599 100644 --- a/dql_grasping/gin_imports.py +++ b/dql_grasping/gin_imports.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dql_grasping/grasping_env.py b/dql_grasping/grasping_env.py index 1def3de3246..7f347e517ea 100644 --- a/dql_grasping/grasping_env.py +++ b/dql_grasping/grasping_env.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dql_grasping/input_data.py b/dql_grasping/input_data.py index 68920c45ab2..5045444fdfc 100644 --- a/dql_grasping/input_data.py +++ b/dql_grasping/input_data.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dql_grasping/kuka.py b/dql_grasping/kuka.py index 2cf11f5988c..ffe6711d7b5 100644 --- a/dql_grasping/kuka.py +++ b/dql_grasping/kuka.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dql_grasping/policies.py b/dql_grasping/policies.py index cb4f1ca6ecf..460f3b3b327 100644 --- a/dql_grasping/policies.py +++ b/dql_grasping/policies.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dql_grasping/policies_test.py b/dql_grasping/policies_test.py index e8e96b263d7..b8fd04d8baf 100644 --- a/dql_grasping/policies_test.py +++ b/dql_grasping/policies_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dql_grasping/q_graph.py b/dql_grasping/q_graph.py index 189a9d239f3..44467edcba1 100644 --- a/dql_grasping/q_graph.py +++ b/dql_grasping/q_graph.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dql_grasping/run.sh b/dql_grasping/run.sh index 76ac13b9f76..9795bb35656 100755 --- a/dql_grasping/run.sh +++ b/dql_grasping/run.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dql_grasping/run_env.py b/dql_grasping/run_env.py index b7c07288a51..7f4cf119152 100644 --- a/dql_grasping/run_env.py +++ b/dql_grasping/run_env.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dql_grasping/run_env_test.py b/dql_grasping/run_env_test.py index bb24acf65e9..1ebc0464a06 100644 --- a/dql_grasping/run_env_test.py +++ b/dql_grasping/run_env_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dql_grasping/run_random_collect_oss.sh b/dql_grasping/run_random_collect_oss.sh index f05531c2b1f..09a18047795 100644 --- a/dql_grasping/run_random_collect_oss.sh +++ b/dql_grasping/run_random_collect_oss.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dql_grasping/run_train_collect_eval.py b/dql_grasping/run_train_collect_eval.py index 0a7026565db..5e8442a9276 100644 --- a/dql_grasping/run_train_collect_eval.py +++ b/dql_grasping/run_train_collect_eval.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dql_grasping/run_train_collect_eval_oss.sh b/dql_grasping/run_train_collect_eval_oss.sh index 1985980fc2e..ae4f3980fa5 100644 --- a/dql_grasping/run_train_collect_eval_oss.sh +++ b/dql_grasping/run_train_collect_eval_oss.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dql_grasping/schedules.py b/dql_grasping/schedules.py index 01b6cb872b1..9d4f1300b02 100644 --- a/dql_grasping/schedules.py +++ b/dql_grasping/schedules.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dql_grasping/schedules_test.py b/dql_grasping/schedules_test.py index f213d20ef2b..419c864395c 100644 --- a/dql_grasping/schedules_test.py +++ b/dql_grasping/schedules_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dql_grasping/tf_critics.py b/dql_grasping/tf_critics.py index d9e67d23093..6107b42b892 100644 --- a/dql_grasping/tf_critics.py +++ b/dql_grasping/tf_critics.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dql_grasping/tf_modules.py b/dql_grasping/tf_modules.py index 76ac4a330fe..8da4816d292 100644 --- a/dql_grasping/tf_modules.py +++ b/dql_grasping/tf_modules.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dql_grasping/train_collect_eval.py b/dql_grasping/train_collect_eval.py index 65faefd7bfe..782c41dafb4 100644 --- a/dql_grasping/train_collect_eval.py +++ b/dql_grasping/train_collect_eval.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dql_grasping/train_collect_eval_test.py b/dql_grasping/train_collect_eval_test.py index ebc0dc09793..f40c55821de 100644 --- a/dql_grasping/train_collect_eval_test.py +++ b/dql_grasping/train_collect_eval_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dql_grasping/train_ddpg.py b/dql_grasping/train_ddpg.py index a933292534e..862573239a9 100644 --- a/dql_grasping/train_ddpg.py +++ b/dql_grasping/train_ddpg.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dql_grasping/train_q.py b/dql_grasping/train_q.py index 707a9b84950..48936bba265 100644 --- a/dql_grasping/train_q.py +++ b/dql_grasping/train_q.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dql_grasping/writer.py b/dql_grasping/writer.py index 27eca68ce57..f31c37c70e8 100644 --- a/dql_grasping/writer.py +++ b/dql_grasping/writer.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dreg_estimators/__init__.py b/dreg_estimators/__init__.py index af0cc7edbfc..9a198046280 100644 --- a/dreg_estimators/__init__.py +++ b/dreg_estimators/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dreg_estimators/main_loop.py b/dreg_estimators/main_loop.py index 9674d77d08e..543c0030ed0 100644 --- a/dreg_estimators/main_loop.py +++ b/dreg_estimators/main_loop.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dreg_estimators/model.py b/dreg_estimators/model.py index 6e733bba2ea..88fdbcc9898 100644 --- a/dreg_estimators/model.py +++ b/dreg_estimators/model.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dreg_estimators/run.sh b/dreg_estimators/run.sh index 171d857e81e..31510307f63 100755 --- a/dreg_estimators/run.sh +++ b/dreg_estimators/run.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dreg_estimators/utils.py b/dreg_estimators/utils.py index e420d47ebdb..ab825cc734b 100644 --- a/dreg_estimators/utils.py +++ b/dreg_estimators/utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dual_dice/algos/base.py b/dual_dice/algos/base.py index 07c34fb03b0..d07e4ce930c 100644 --- a/dual_dice/algos/base.py +++ b/dual_dice/algos/base.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dual_dice/algos/dual_dice.py b/dual_dice/algos/dual_dice.py index aeeb510027c..29bee4fbe3a 100644 --- a/dual_dice/algos/dual_dice.py +++ b/dual_dice/algos/dual_dice.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dual_dice/algos/neural_dual_dice.py b/dual_dice/algos/neural_dual_dice.py index 8cd0632a7c0..39d4b91945e 100644 --- a/dual_dice/algos/neural_dual_dice.py +++ b/dual_dice/algos/neural_dual_dice.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dual_dice/gridworld/environments.py b/dual_dice/gridworld/environments.py index c0c7de51a82..1c4d0a76910 100644 --- a/dual_dice/gridworld/environments.py +++ b/dual_dice/gridworld/environments.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dual_dice/gridworld/policies.py b/dual_dice/gridworld/policies.py index d04838352df..05028ec0335 100644 --- a/dual_dice/gridworld/policies.py +++ b/dual_dice/gridworld/policies.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dual_dice/policy.py b/dual_dice/policy.py index 06b4f87b3f8..5291bdb549e 100644 --- a/dual_dice/policy.py +++ b/dual_dice/policy.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dual_dice/run.py b/dual_dice/run.py index ee3c0765f58..ba19d0a4f6a 100644 --- a/dual_dice/run.py +++ b/dual_dice/run.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dual_dice/run.sh b/dual_dice/run.sh index 5149cf72d43..374f039edcf 100644 --- a/dual_dice/run.sh +++ b/dual_dice/run.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dual_dice/transition_data.py b/dual_dice/transition_data.py index e613964c2ba..2a0b113a934 100644 --- a/dual_dice/transition_data.py +++ b/dual_dice/transition_data.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dvrl/data_loading.py b/dvrl/data_loading.py index 4785566274b..e491752f375 100644 --- a/dvrl/data_loading.py +++ b/dvrl/data_loading.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dvrl/dvrl.py b/dvrl/dvrl.py index 39778478612..94a295b3774 100644 --- a/dvrl/dvrl.py +++ b/dvrl/dvrl.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dvrl/dvrl_metrics.py b/dvrl/dvrl_metrics.py index 97af105c3e1..e2fcd0a19fe 100644 --- a/dvrl/dvrl_metrics.py +++ b/dvrl/dvrl_metrics.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dvrl/dvrl_test.py b/dvrl/dvrl_test.py index bc96efbb343..83a9689ffd3 100644 --- a/dvrl/dvrl_test.py +++ b/dvrl/dvrl_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dvrl/dvrl_utils.py b/dvrl/dvrl_utils.py index 867e0c5bf5c..a6a06fefc36 100644 --- a/dvrl/dvrl_utils.py +++ b/dvrl/dvrl_utils.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dvrl/main_corrupted_sample_discovery.py b/dvrl/main_corrupted_sample_discovery.py index 0d35fb2242a..9b31740d6d7 100644 --- a/dvrl/main_corrupted_sample_discovery.py +++ b/dvrl/main_corrupted_sample_discovery.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dvrl/main_data_valuation.py b/dvrl/main_data_valuation.py index ec5d18d8826..5521e0bb0ca 100644 --- a/dvrl/main_data_valuation.py +++ b/dvrl/main_data_valuation.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dvrl/main_domain_adaptation.py b/dvrl/main_domain_adaptation.py index ac5ed5c8212..2d5e92de812 100644 --- a/dvrl/main_domain_adaptation.py +++ b/dvrl/main_domain_adaptation.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dvrl/main_dvrl_image_transfer_learning.py b/dvrl/main_dvrl_image_transfer_learning.py index 9efc08a4c2f..59fd32ea5a9 100644 --- a/dvrl/main_dvrl_image_transfer_learning.py +++ b/dvrl/main_dvrl_image_transfer_learning.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/dvrl/run.sh b/dvrl/run.sh index da322de9f0c..42f22cb9bec 100755 --- a/dvrl/run.sh +++ b/dvrl/run.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/edward2_autoreparam/__init__.py b/edward2_autoreparam/__init__.py index 122de214f6c..40821125b29 100644 --- a/edward2_autoreparam/__init__.py +++ b/edward2_autoreparam/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/edward2_autoreparam/analyze_results.py b/edward2_autoreparam/analyze_results.py index 8f26d811252..0bc8b5a4b4e 100644 --- a/edward2_autoreparam/analyze_results.py +++ b/edward2_autoreparam/analyze_results.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/edward2_autoreparam/experiments.py b/edward2_autoreparam/experiments.py index e14050884aa..02f394b861c 100644 --- a/edward2_autoreparam/experiments.py +++ b/edward2_autoreparam/experiments.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/edward2_autoreparam/models.py b/edward2_autoreparam/models.py index f9be5190ef5..5fdcd1dd9fa 100644 --- a/edward2_autoreparam/models.py +++ b/edward2_autoreparam/models.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/edward2_autoreparam/models_test.py b/edward2_autoreparam/models_test.py index 4b690c31222..7132825b6db 100644 --- a/edward2_autoreparam/models_test.py +++ b/edward2_autoreparam/models_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/edward2_autoreparam/run.sh b/edward2_autoreparam/run.sh index 4f1761d5c4f..4c37345ac10 100755 --- a/edward2_autoreparam/run.sh +++ b/edward2_autoreparam/run.sh @@ -1,4 +1,4 @@ -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/edward2_autoreparam/run_experiments.py b/edward2_autoreparam/run_experiments.py index 26fae2dff11..afe6bb3fcf6 100644 --- a/edward2_autoreparam/run_experiments.py +++ b/edward2_autoreparam/run_experiments.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/edward2_autoreparam/tfp/__init__.py b/edward2_autoreparam/tfp/__init__.py index 122de214f6c..40821125b29 100644 --- a/edward2_autoreparam/tfp/__init__.py +++ b/edward2_autoreparam/tfp/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/edward2_autoreparam/tfp/interleaved.py b/edward2_autoreparam/tfp/interleaved.py index 58589322b52..7dbc99a875e 100644 --- a/edward2_autoreparam/tfp/interleaved.py +++ b/edward2_autoreparam/tfp/interleaved.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/edward2_autoreparam/tfp/program_transformations.py b/edward2_autoreparam/tfp/program_transformations.py index 96f30914232..caa4c824412 100644 --- a/edward2_autoreparam/tfp/program_transformations.py +++ b/edward2_autoreparam/tfp/program_transformations.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/edward2_autoreparam/util.py b/edward2_autoreparam/util.py index d2acf9f45e1..eccd1efbca8 100644 --- a/edward2_autoreparam/util.py +++ b/edward2_autoreparam/util.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/eeg_modelling/__init__.py b/eeg_modelling/__init__.py index 122de214f6c..40821125b29 100644 --- a/eeg_modelling/__init__.py +++ b/eeg_modelling/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/eeg_modelling/edf/base/canonical_errors.cc b/eeg_modelling/edf/base/canonical_errors.cc index a3a9b9eb243..e7587ec4121 100644 --- a/eeg_modelling/edf/base/canonical_errors.cc +++ b/eeg_modelling/edf/base/canonical_errors.cc @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/edf/base/canonical_errors.h b/eeg_modelling/edf/base/canonical_errors.h index 8e5062f8d3f..5758e0e0064 100644 --- a/eeg_modelling/edf/base/canonical_errors.h +++ b/eeg_modelling/edf/base/canonical_errors.h @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/edf/base/status.cc b/eeg_modelling/edf/base/status.cc index e2cb528faed..171d623d4ff 100644 --- a/eeg_modelling/edf/base/status.cc +++ b/eeg_modelling/edf/base/status.cc @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/edf/base/status.h b/eeg_modelling/edf/base/status.h index 4ee9d82182a..7115a99ca54 100644 --- a/eeg_modelling/edf/base/status.h +++ b/eeg_modelling/edf/base/status.h @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/edf/base/status_macros.h b/eeg_modelling/edf/base/status_macros.h index ccbf91f52ca..f928b0d2533 100644 --- a/eeg_modelling/edf/base/status_macros.h +++ b/eeg_modelling/edf/base/status_macros.h @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/edf/base/statusor.cc b/eeg_modelling/edf/base/statusor.cc index e99bcb830be..1e320e99cdf 100644 --- a/eeg_modelling/edf/base/statusor.cc +++ b/eeg_modelling/edf/base/statusor.cc @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/edf/base/statusor.h b/eeg_modelling/edf/base/statusor.h index fc399187776..0526245e5b6 100644 --- a/eeg_modelling/edf/base/statusor.h +++ b/eeg_modelling/edf/base/statusor.h @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/edf/base/time_proto_util.cc b/eeg_modelling/edf/base/time_proto_util.cc index 94cbc87f39d..86684bbf4f2 100644 --- a/eeg_modelling/edf/base/time_proto_util.cc +++ b/eeg_modelling/edf/base/time_proto_util.cc @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/edf/base/time_proto_util.h b/eeg_modelling/edf/base/time_proto_util.h index b35c9f8b387..ed3d4dd5791 100644 --- a/eeg_modelling/edf/base/time_proto_util.h +++ b/eeg_modelling/edf/base/time_proto_util.h @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/edf/edf.cc b/eeg_modelling/edf/edf.cc index ce2a45d08bf..6152de736ca 100644 --- a/eeg_modelling/edf/edf.cc +++ b/eeg_modelling/edf/edf.cc @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/edf/edf.h b/eeg_modelling/edf/edf.h index 0d33b2ef4fb..451fba9978f 100644 --- a/eeg_modelling/edf/edf.h +++ b/eeg_modelling/edf/edf.h @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/edf/edf_file.cc b/eeg_modelling/edf/edf_file.cc index 45254cf40ef..710a06d65df 100644 --- a/eeg_modelling/edf/edf_file.cc +++ b/eeg_modelling/edf/edf_file.cc @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/edf/edf_file.h b/eeg_modelling/edf/edf_file.h index 698aec44152..f0c757aafb1 100644 --- a/eeg_modelling/edf/edf_file.h +++ b/eeg_modelling/edf/edf_file.h @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/edf/edf_oss_file.cc b/eeg_modelling/edf/edf_oss_file.cc index d92cbd7f666..739e86639e3 100644 --- a/eeg_modelling/edf/edf_oss_file.cc +++ b/eeg_modelling/edf/edf_oss_file.cc @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/edf/edf_oss_file.h b/eeg_modelling/edf/edf_oss_file.h index af545d96179..a0963a269bd 100644 --- a/eeg_modelling/edf/edf_oss_file.h +++ b/eeg_modelling/edf/edf_oss_file.h @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/edf/edf_reader.cc b/eeg_modelling/edf/edf_reader.cc index cfd6d27c869..96c941f5c01 100644 --- a/eeg_modelling/edf/edf_reader.cc +++ b/eeg_modelling/edf/edf_reader.cc @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/edf/edf_reader.h b/eeg_modelling/edf/edf_reader.h index 14d3bf7cfdd..516ded2618b 100644 --- a/eeg_modelling/edf/edf_reader.h +++ b/eeg_modelling/edf/edf_reader.h @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/edf/edf_util.cc b/eeg_modelling/edf/edf_util.cc index 5d965258d22..c143ab108d7 100644 --- a/eeg_modelling/edf/edf_util.cc +++ b/eeg_modelling/edf/edf_util.cc @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/edf/edf_util.h b/eeg_modelling/edf/edf_util.h index ed9a417ffb7..3afa6d796ab 100644 --- a/eeg_modelling/edf/edf_util.h +++ b/eeg_modelling/edf/edf_util.h @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/edf/parse_edf_lib.cc b/eeg_modelling/edf/parse_edf_lib.cc index 0968d563cf2..52faf0db82f 100644 --- a/eeg_modelling/edf/parse_edf_lib.cc +++ b/eeg_modelling/edf/parse_edf_lib.cc @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/edf/parse_edf_lib.h b/eeg_modelling/edf/parse_edf_lib.h index c94ea3605b1..a66fb6bd911 100644 --- a/eeg_modelling/edf/parse_edf_lib.h +++ b/eeg_modelling/edf/parse_edf_lib.h @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/edf/proto/annotation.proto b/eeg_modelling/edf/proto/annotation.proto index 9abc1534062..ac8780459cf 100644 --- a/eeg_modelling/edf/proto/annotation.proto +++ b/eeg_modelling/edf/proto/annotation.proto @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/edf/proto/edf.proto b/eeg_modelling/edf/proto/edf.proto index 17236b937fc..c610119b02a 100644 --- a/eeg_modelling/edf/proto/edf.proto +++ b/eeg_modelling/edf/proto/edf.proto @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/edf/proto/event.proto b/eeg_modelling/edf/proto/event.proto index b750051beb7..9b84b0093f2 100644 --- a/eeg_modelling/edf/proto/event.proto +++ b/eeg_modelling/edf/proto/event.proto @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/edf/proto/segment.proto b/eeg_modelling/edf/proto/segment.proto index fa8ea191714..7b67a01f56f 100644 --- a/eeg_modelling/edf/proto/segment.proto +++ b/eeg_modelling/edf/proto/segment.proto @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/edf/temple_edf_to_tf_example.cc b/eeg_modelling/edf/temple_edf_to_tf_example.cc index 795812c9edd..5143295041f 100644 --- a/eeg_modelling/edf/temple_edf_to_tf_example.cc +++ b/eeg_modelling/edf/temple_edf_to_tf_example.cc @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/edf/temple_util.cc b/eeg_modelling/edf/temple_util.cc index 77965d25e8e..f6d839e5f56 100644 --- a/eeg_modelling/edf/temple_util.cc +++ b/eeg_modelling/edf/temple_util.cc @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/edf/temple_util.h b/eeg_modelling/edf/temple_util.h index cc4d9f079c2..df36a46ebd2 100644 --- a/eeg_modelling/edf/temple_util.h +++ b/eeg_modelling/edf/temple_util.h @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/edf/tf_example_lib.cc b/eeg_modelling/edf/tf_example_lib.cc index fc5e6e20c4d..baafac5e29a 100644 --- a/eeg_modelling/edf/tf_example_lib.cc +++ b/eeg_modelling/edf/tf_example_lib.cc @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/edf/tf_example_lib.h b/eeg_modelling/edf/tf_example_lib.h index 76c7c7a838f..4247a39cfc5 100644 --- a/eeg_modelling/edf/tf_example_lib.h +++ b/eeg_modelling/edf/tf_example_lib.h @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/__init__.py b/eeg_modelling/eeg_viewer/__init__.py index 122de214f6c..40821125b29 100644 --- a/eeg_modelling/eeg_viewer/__init__.py +++ b/eeg_modelling/eeg_viewer/__init__.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/eeg_modelling/eeg_viewer/data_source.py b/eeg_modelling/eeg_viewer/data_source.py index 0d2b3768a57..dbe257c7b25 100644 --- a/eeg_modelling/eeg_viewer/data_source.py +++ b/eeg_modelling/eeg_viewer/data_source.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/eeg_modelling/eeg_viewer/jslib/app_loader.js b/eeg_modelling/eeg_viewer/jslib/app_loader.js index a5ecf45ed8a..14aba85bd98 100644 --- a/eeg_modelling/eeg_viewer/jslib/app_loader.js +++ b/eeg_modelling/eeg_viewer/jslib/app_loader.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/jslib/download_helper.js b/eeg_modelling/eeg_viewer/jslib/download_helper.js index 75ca05c2c52..702413328c6 100644 --- a/eeg_modelling/eeg_viewer/jslib/download_helper.js +++ b/eeg_modelling/eeg_viewer/jslib/download_helper.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/lookup.py b/eeg_modelling/eeg_viewer/lookup.py index 95063164531..023e716d238 100644 --- a/eeg_modelling/eeg_viewer/lookup.py +++ b/eeg_modelling/eeg_viewer/lookup.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/eeg_modelling/eeg_viewer/lookup_test.py b/eeg_modelling/eeg_viewer/lookup_test.py index c1f86e9e5d0..4fe2d366977 100644 --- a/eeg_modelling/eeg_viewer/lookup_test.py +++ b/eeg_modelling/eeg_viewer/lookup_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/eeg_modelling/eeg_viewer/prediction_data_service.py b/eeg_modelling/eeg_viewer/prediction_data_service.py index b3c635b160a..78376f921f9 100644 --- a/eeg_modelling/eeg_viewer/prediction_data_service.py +++ b/eeg_modelling/eeg_viewer/prediction_data_service.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/eeg_modelling/eeg_viewer/prediction_data_service_test.py b/eeg_modelling/eeg_viewer/prediction_data_service_test.py index a8e5596b66f..33462a531fb 100644 --- a/eeg_modelling/eeg_viewer/prediction_data_service_test.py +++ b/eeg_modelling/eeg_viewer/prediction_data_service_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/eeg_modelling/eeg_viewer/server.py b/eeg_modelling/eeg_viewer/server.py index fc4f236c7a1..51911277794 100644 --- a/eeg_modelling/eeg_viewer/server.py +++ b/eeg_modelling/eeg_viewer/server.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/eeg_modelling/eeg_viewer/server_test.py b/eeg_modelling/eeg_viewer/server_test.py index 3176083bab9..a593803381d 100644 --- a/eeg_modelling/eeg_viewer/server_test.py +++ b/eeg_modelling/eeg_viewer/server_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/eeg_modelling/eeg_viewer/signal_helper.py b/eeg_modelling/eeg_viewer/signal_helper.py index 0b995f4a770..cf6ee99627a 100644 --- a/eeg_modelling/eeg_viewer/signal_helper.py +++ b/eeg_modelling/eeg_viewer/signal_helper.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/eeg_modelling/eeg_viewer/similarity.py b/eeg_modelling/eeg_viewer/similarity.py index 05941c92da0..5232d4d8e99 100644 --- a/eeg_modelling/eeg_viewer/similarity.py +++ b/eeg_modelling/eeg_viewer/similarity.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/eeg_modelling/eeg_viewer/similarity_test.py b/eeg_modelling/eeg_viewer/similarity_test.py index bb5f2470efb..54d410f96f6 100644 --- a/eeg_modelling/eeg_viewer/similarity_test.py +++ b/eeg_modelling/eeg_viewer/similarity_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2019 The Google Research Authors. +# Copyright 2020 The Google Research Authors. # # 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/eeg_modelling/eeg_viewer/static/js/annotations.js b/eeg_modelling/eeg_viewer/static/js/annotations.js index 226a0220546..4b5bc61caca 100644 --- a/eeg_modelling/eeg_viewer/static/js/annotations.js +++ b/eeg_modelling/eeg_viewer/static/js/annotations.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/static/js/annotations_test.js b/eeg_modelling/eeg_viewer/static/js/annotations_test.js index 4af7ebf2d51..12d045be014 100644 --- a/eeg_modelling/eeg_viewer/static/js/annotations_test.js +++ b/eeg_modelling/eeg_viewer/static/js/annotations_test.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/static/js/chart_base.js b/eeg_modelling/eeg_viewer/static/js/chart_base.js index 6842f3833ba..8da74f44d1f 100644 --- a/eeg_modelling/eeg_viewer/static/js/chart_base.js +++ b/eeg_modelling/eeg_viewer/static/js/chart_base.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/static/js/chart_base_test.js b/eeg_modelling/eeg_viewer/static/js/chart_base_test.js index 6ba615fc59c..627aab84bb6 100644 --- a/eeg_modelling/eeg_viewer/static/js/chart_base_test.js +++ b/eeg_modelling/eeg_viewer/static/js/chart_base_test.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/static/js/chart_controller.js b/eeg_modelling/eeg_viewer/static/js/chart_controller.js index f7f53522ed4..b76b7c0934a 100644 --- a/eeg_modelling/eeg_viewer/static/js/chart_controller.js +++ b/eeg_modelling/eeg_viewer/static/js/chart_controller.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/static/js/dispatcher.js b/eeg_modelling/eeg_viewer/static/js/dispatcher.js index ddcd324d881..d8605177022 100644 --- a/eeg_modelling/eeg_viewer/static/js/dispatcher.js +++ b/eeg_modelling/eeg_viewer/static/js/dispatcher.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/static/js/dispatcher_test.js b/eeg_modelling/eeg_viewer/static/js/dispatcher_test.js index ac2c5b03275..4fd19a0e7e0 100644 --- a/eeg_modelling/eeg_viewer/static/js/dispatcher_test.js +++ b/eeg_modelling/eeg_viewer/static/js/dispatcher_test.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/static/js/downloader.js b/eeg_modelling/eeg_viewer/static/js/downloader.js index bbd02470d65..4d6f8390a09 100644 --- a/eeg_modelling/eeg_viewer/static/js/downloader.js +++ b/eeg_modelling/eeg_viewer/static/js/downloader.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/static/js/downloader_test.js b/eeg_modelling/eeg_viewer/static/js/downloader_test.js index acb70db2ae3..fad32467896 100644 --- a/eeg_modelling/eeg_viewer/static/js/downloader_test.js +++ b/eeg_modelling/eeg_viewer/static/js/downloader_test.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/static/js/error.js b/eeg_modelling/eeg_viewer/static/js/error.js index ace9b23dec4..2c71a3be535 100644 --- a/eeg_modelling/eeg_viewer/static/js/error.js +++ b/eeg_modelling/eeg_viewer/static/js/error.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/static/js/error_test.js b/eeg_modelling/eeg_viewer/static/js/error_test.js index d515c074cd9..57653f0a155 100644 --- a/eeg_modelling/eeg_viewer/static/js/error_test.js +++ b/eeg_modelling/eeg_viewer/static/js/error_test.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/static/js/formatter.js b/eeg_modelling/eeg_viewer/static/js/formatter.js index c7c32e7d920..b92905bd1e0 100644 --- a/eeg_modelling/eeg_viewer/static/js/formatter.js +++ b/eeg_modelling/eeg_viewer/static/js/formatter.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/static/js/graph.js b/eeg_modelling/eeg_viewer/static/js/graph.js index fcbfcadd200..3ed321de0d4 100644 --- a/eeg_modelling/eeg_viewer/static/js/graph.js +++ b/eeg_modelling/eeg_viewer/static/js/graph.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/static/js/graph_test.js b/eeg_modelling/eeg_viewer/static/js/graph_test.js index 69cbc249a62..c06e83b4847 100644 --- a/eeg_modelling/eeg_viewer/static/js/graph_test.js +++ b/eeg_modelling/eeg_viewer/static/js/graph_test.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/static/js/main.js b/eeg_modelling/eeg_viewer/static/js/main.js index 9b27952edb1..73fba2bdc81 100644 --- a/eeg_modelling/eeg_viewer/static/js/main.js +++ b/eeg_modelling/eeg_viewer/static/js/main.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/static/js/menus.js b/eeg_modelling/eeg_viewer/static/js/menus.js index 4a65a5f17d6..246f806c26c 100644 --- a/eeg_modelling/eeg_viewer/static/js/menus.js +++ b/eeg_modelling/eeg_viewer/static/js/menus.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/static/js/menus_test.js b/eeg_modelling/eeg_viewer/static/js/menus_test.js index 13592c5b407..7ea55c7f5df 100644 --- a/eeg_modelling/eeg_viewer/static/js/menus_test.js +++ b/eeg_modelling/eeg_viewer/static/js/menus_test.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/static/js/montages.js b/eeg_modelling/eeg_viewer/static/js/montages.js index 1b16dff0dd5..23e3baf89b7 100644 --- a/eeg_modelling/eeg_viewer/static/js/montages.js +++ b/eeg_modelling/eeg_viewer/static/js/montages.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/static/js/nav_chart.js b/eeg_modelling/eeg_viewer/static/js/nav_chart.js index b44405d840d..a87e81db73a 100644 --- a/eeg_modelling/eeg_viewer/static/js/nav_chart.js +++ b/eeg_modelling/eeg_viewer/static/js/nav_chart.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/static/js/nav_chart_test.js b/eeg_modelling/eeg_viewer/static/js/nav_chart_test.js index f55ed152225..3d0baca7955 100644 --- a/eeg_modelling/eeg_viewer/static/js/nav_chart_test.js +++ b/eeg_modelling/eeg_viewer/static/js/nav_chart_test.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/static/js/predictions.js b/eeg_modelling/eeg_viewer/static/js/predictions.js index 3e75352311e..63c23f729d0 100644 --- a/eeg_modelling/eeg_viewer/static/js/predictions.js +++ b/eeg_modelling/eeg_viewer/static/js/predictions.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/static/js/predictions_chart.js b/eeg_modelling/eeg_viewer/static/js/predictions_chart.js index 490b39f20eb..55c7ade37d5 100644 --- a/eeg_modelling/eeg_viewer/static/js/predictions_chart.js +++ b/eeg_modelling/eeg_viewer/static/js/predictions_chart.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/static/js/predictions_chart_test.js b/eeg_modelling/eeg_viewer/static/js/predictions_chart_test.js index bfed73c3483..41de575810e 100644 --- a/eeg_modelling/eeg_viewer/static/js/predictions_chart_test.js +++ b/eeg_modelling/eeg_viewer/static/js/predictions_chart_test.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/static/js/predictions_test.js b/eeg_modelling/eeg_viewer/static/js/predictions_test.js index 00ef1aea9c4..d4ff470e820 100644 --- a/eeg_modelling/eeg_viewer/static/js/predictions_test.js +++ b/eeg_modelling/eeg_viewer/static/js/predictions_test.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/static/js/requests.js b/eeg_modelling/eeg_viewer/static/js/requests.js index def38c965e0..0320d336bc9 100644 --- a/eeg_modelling/eeg_viewer/static/js/requests.js +++ b/eeg_modelling/eeg_viewer/static/js/requests.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/static/js/requests_test.js b/eeg_modelling/eeg_viewer/static/js/requests_test.js index 973dda26110..9fb05b2d6a7 100644 --- a/eeg_modelling/eeg_viewer/static/js/requests_test.js +++ b/eeg_modelling/eeg_viewer/static/js/requests_test.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/static/js/store.js b/eeg_modelling/eeg_viewer/static/js/store.js index b464d4388fd..8035fbe8639 100644 --- a/eeg_modelling/eeg_viewer/static/js/store.js +++ b/eeg_modelling/eeg_viewer/static/js/store.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/static/js/store_test.js b/eeg_modelling/eeg_viewer/static/js/store_test.js index 2e771410dda..1d9ce3678d4 100644 --- a/eeg_modelling/eeg_viewer/static/js/store_test.js +++ b/eeg_modelling/eeg_viewer/static/js/store_test.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/static/js/tool_bar.js b/eeg_modelling/eeg_viewer/static/js/tool_bar.js index b87345afd87..41311dbed16 100644 --- a/eeg_modelling/eeg_viewer/static/js/tool_bar.js +++ b/eeg_modelling/eeg_viewer/static/js/tool_bar.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/static/js/tool_bar_test.js b/eeg_modelling/eeg_viewer/static/js/tool_bar_test.js index 03ccaa0b7c1..55a3a5e6ecb 100644 --- a/eeg_modelling/eeg_viewer/static/js/tool_bar_test.js +++ b/eeg_modelling/eeg_viewer/static/js/tool_bar_test.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/static/js/uploader.js b/eeg_modelling/eeg_viewer/static/js/uploader.js index eafbc3a8b47..fc1f2b90e78 100644 --- a/eeg_modelling/eeg_viewer/static/js/uploader.js +++ b/eeg_modelling/eeg_viewer/static/js/uploader.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/static/js/uploader_test.js b/eeg_modelling/eeg_viewer/static/js/uploader_test.js index cf114069017..7ec020cb7d1 100644 --- a/eeg_modelling/eeg_viewer/static/js/uploader_test.js +++ b/eeg_modelling/eeg_viewer/static/js/uploader_test.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/static/js/utils.js b/eeg_modelling/eeg_viewer/static/js/utils.js index 941dc503254..5b557edca7a 100644 --- a/eeg_modelling/eeg_viewer/static/js/utils.js +++ b/eeg_modelling/eeg_viewer/static/js/utils.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/static/js/wave_event_form.js b/eeg_modelling/eeg_viewer/static/js/wave_event_form.js index 9ec094a1c6c..cc7bd5a5e04 100644 --- a/eeg_modelling/eeg_viewer/static/js/wave_event_form.js +++ b/eeg_modelling/eeg_viewer/static/js/wave_event_form.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/static/js/wave_events.js b/eeg_modelling/eeg_viewer/static/js/wave_events.js index 1e13bd0a8de..164b7612dab 100644 --- a/eeg_modelling/eeg_viewer/static/js/wave_events.js +++ b/eeg_modelling/eeg_viewer/static/js/wave_events.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/static/js/window_location.js b/eeg_modelling/eeg_viewer/static/js/window_location.js index 9336e26d26e..f615b0a77df 100644 --- a/eeg_modelling/eeg_viewer/static/js/window_location.js +++ b/eeg_modelling/eeg_viewer/static/js/window_location.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/static/js/window_location_test.js b/eeg_modelling/eeg_viewer/static/js/window_location_test.js index b6315b5b2aa..9439ec1122d 100644 --- a/eeg_modelling/eeg_viewer/static/js/window_location_test.js +++ b/eeg_modelling/eeg_viewer/static/js/window_location_test.js @@ -1,4 +1,4 @@ -// Copyright 2019 The Google Research Authors. +// Copyright 2020 The Google Research Authors. // // 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/eeg_modelling/eeg_viewer/static/styles/styles.css b/eeg_modelling/eeg_viewer/static/styles/styles.css index 60afac89aaa..5aae15b1243 100644 --- a/eeg_modelling/eeg_viewer/static/styles/styles.css +++ b/eeg_modelling/eeg_viewer/static/styles/styles.css @@ -1,5 +1,5 @@ /* - * Copyright 2019 The Google Research Authors. + * Copyright 2020 The Google Research Authors. * * 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/eeg_modelling/eeg_viewer/templates/index.html b/eeg_modelling/eeg_viewer/templates/index.html index 0f7e17224c6..21286917b9f 100644 --- a/eeg_modelling/eeg_viewer/templates/index.html +++ b/eeg_modelling/eeg_viewer/templates/index.html @@ -1,5 +1,5 @@