[Local Agent] Sync go/nest-cl/286873 Change-Id: Ie6e83c0143266fdd2787df072e338794140ab4ea
diff --git a/example_config.ini b/example_config.ini index 00a3875..10239f1 100644 --- a/example_config.ini +++ b/example_config.ini
@@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.
diff --git a/local_agent/__init__.py b/local_agent/__init__.py index d46dbae..6d6d126 100644 --- a/local_agent/__init__.py +++ b/local_agent/__init__.py
@@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.
diff --git a/local_agent/ams_client.py b/local_agent/ams_client.py index 4d1fee6..373230c 100644 --- a/local_agent/ams_client.py +++ b/local_agent/ams_client.py
@@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.
diff --git a/local_agent/errors.py b/local_agent/errors.py index 317533f..f6b8374 100644 --- a/local_agent/errors.py +++ b/local_agent/errors.py
@@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.
diff --git a/local_agent/logger.py b/local_agent/logger.py index 155d388..ce7ff93 100644 --- a/local_agent/logger.py +++ b/local_agent/logger.py
@@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.
diff --git a/local_agent/suite_session_manager.py b/local_agent/suite_session_manager.py index a720803..2b834e2 100644 --- a/local_agent/suite_session_manager.py +++ b/local_agent/suite_session_manager.py
@@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.
diff --git a/local_agent/tests/unit_tests/test_ams_client.py b/local_agent/tests/unit_tests/test_ams_client.py index ae71ac0..ae13009 100644 --- a/local_agent/tests/unit_tests/test_ams_client.py +++ b/local_agent/tests/unit_tests/test_ams_client.py
@@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.
diff --git a/local_agent/tests/unit_tests/test_command_handlers/__init__.py b/local_agent/tests/unit_tests/test_command_handlers/__init__.py index d46dbae..6d6d126 100644 --- a/local_agent/tests/unit_tests/test_command_handlers/__init__.py +++ b/local_agent/tests/unit_tests/test_command_handlers/__init__.py
@@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.
diff --git a/local_agent/tests/unit_tests/test_command_handlers/test_base.py b/local_agent/tests/unit_tests/test_command_handlers/test_base.py index ccb9ad1..ba0f9c2 100644 --- a/local_agent/tests/unit_tests/test_command_handlers/test_base.py +++ b/local_agent/tests/unit_tests/test_command_handlers/test_base.py
@@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.
diff --git a/local_agent/tests/unit_tests/test_command_handlers/test_common.py b/local_agent/tests/unit_tests/test_command_handlers/test_common.py index c60724c..a946be9 100644 --- a/local_agent/tests/unit_tests/test_command_handlers/test_common.py +++ b/local_agent/tests/unit_tests/test_command_handlers/test_common.py
@@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.
diff --git a/local_agent/tests/unit_tests/test_gdm_manager.py b/local_agent/tests/unit_tests/test_gdm_manager.py index 77ae32f..784c30a 100644 --- a/local_agent/tests/unit_tests/test_gdm_manager.py +++ b/local_agent/tests/unit_tests/test_gdm_manager.py
@@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.
diff --git a/local_agent/tests/unit_tests/test_logger.py b/local_agent/tests/unit_tests/test_logger.py index 5b49ece..a3810e2 100644 --- a/local_agent/tests/unit_tests/test_logger.py +++ b/local_agent/tests/unit_tests/test_logger.py
@@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.
diff --git a/local_agent/tests/unit_tests/test_suite_session_manager.py b/local_agent/tests/unit_tests/test_suite_session_manager.py index c9830cb..8641648 100644 --- a/local_agent/tests/unit_tests/test_suite_session_manager.py +++ b/local_agent/tests/unit_tests/test_suite_session_manager.py
@@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.
diff --git a/local_agent/tests/unit_tests/test_translation_layer.py b/local_agent/tests/unit_tests/test_translation_layer.py index 09e6b53..ddfa844 100644 --- a/local_agent/tests/unit_tests/test_translation_layer.py +++ b/local_agent/tests/unit_tests/test_translation_layer.py
@@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.
diff --git a/local_agent/translation_layer/__init__.py b/local_agent/translation_layer/__init__.py index d46dbae..6d6d126 100644 --- a/local_agent/translation_layer/__init__.py +++ b/local_agent/translation_layer/__init__.py
@@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.
diff --git a/local_agent/translation_layer/command_handlers/__init__.py b/local_agent/translation_layer/command_handlers/__init__.py index d46dbae..6d6d126 100644 --- a/local_agent/translation_layer/command_handlers/__init__.py +++ b/local_agent/translation_layer/command_handlers/__init__.py
@@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.
diff --git a/local_agent/translation_layer/command_handlers/base.py b/local_agent/translation_layer/command_handlers/base.py index a472e82..4ecc5e8 100644 --- a/local_agent/translation_layer/command_handlers/base.py +++ b/local_agent/translation_layer/command_handlers/base.py
@@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.
diff --git a/local_agent/translation_layer/command_handlers/cluster_handlers/__init__.py b/local_agent/translation_layer/command_handlers/cluster_handlers/__init__.py index d46dbae..6d6d126 100644 --- a/local_agent/translation_layer/command_handlers/cluster_handlers/__init__.py +++ b/local_agent/translation_layer/command_handlers/cluster_handlers/__init__.py
@@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.
diff --git a/local_agent/translation_layer/command_handlers/cluster_handlers/level.py b/local_agent/translation_layer/command_handlers/cluster_handlers/level.py index fdcc28c..424d5cd 100644 --- a/local_agent/translation_layer/command_handlers/cluster_handlers/level.py +++ b/local_agent/translation_layer/command_handlers/cluster_handlers/level.py
@@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.
diff --git a/local_agent/translation_layer/command_handlers/cluster_handlers/on_off.py b/local_agent/translation_layer/command_handlers/cluster_handlers/on_off.py index f2cbc35..8d3ec90 100644 --- a/local_agent/translation_layer/command_handlers/cluster_handlers/on_off.py +++ b/local_agent/translation_layer/command_handlers/cluster_handlers/on_off.py
@@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.
diff --git a/local_agent/translation_layer/command_handlers/common.py b/local_agent/translation_layer/command_handlers/common.py index 52be68c..15815b7 100644 --- a/local_agent/translation_layer/command_handlers/common.py +++ b/local_agent/translation_layer/command_handlers/common.py
@@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.
diff --git a/local_agent/translation_layer/command_handlers/handler_registry.py b/local_agent/translation_layer/command_handlers/handler_registry.py index fd9b4f8..b4ece37 100644 --- a/local_agent/translation_layer/command_handlers/handler_registry.py +++ b/local_agent/translation_layer/command_handlers/handler_registry.py
@@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.
diff --git a/local_agent/translation_layer/command_handlers/on_off_light.py b/local_agent/translation_layer/command_handlers/on_off_light.py index d33c76c..02dbbac 100644 --- a/local_agent/translation_layer/command_handlers/on_off_light.py +++ b/local_agent/translation_layer/command_handlers/on_off_light.py
@@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.
diff --git a/local_agent/translation_layer/gdm_manager.py b/local_agent/translation_layer/gdm_manager.py index 18fdbfa..74b3c96 100644 --- a/local_agent/translation_layer/gdm_manager.py +++ b/local_agent/translation_layer/gdm_manager.py
@@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.
diff --git a/local_agent/translation_layer/translation_layer.py b/local_agent/translation_layer/translation_layer.py index 0bfc78c..eeb02e6 100644 --- a/local_agent/translation_layer/translation_layer.py +++ b/local_agent/translation_layer/translation_layer.py
@@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.