diff --git a/AUTHORS b/AUTHORS index e491a9e7f..ed714ba52 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1 @@ -Google Inc. +OpenCensus Authors diff --git a/opencensus/common/http_handler.py b/opencensus/common/http_handler.py index 7efee3770..6c6e27e28 100644 --- a/opencensus/common/http_handler.py +++ b/opencensus/common/http_handler.py @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. +# Copyright 2018, OpenCensus Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/opencensus/common/monitored_resource/aws_identity_doc_utils.py b/opencensus/common/monitored_resource/aws_identity_doc_utils.py index 0c2a0485e..5049d4bd1 100644 --- a/opencensus/common/monitored_resource/aws_identity_doc_utils.py +++ b/opencensus/common/monitored_resource/aws_identity_doc_utils.py @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. +# Copyright 2018, OpenCensus Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/opencensus/common/monitored_resource/gcp_metadata_config.py b/opencensus/common/monitored_resource/gcp_metadata_config.py index 0de1ef042..6fe99739a 100644 --- a/opencensus/common/monitored_resource/gcp_metadata_config.py +++ b/opencensus/common/monitored_resource/gcp_metadata_config.py @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. +# Copyright 2018, OpenCensus Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/opencensus/common/monitored_resource/monitored_resource.py b/opencensus/common/monitored_resource/monitored_resource.py index 7dd062cb0..43b48d59c 100644 --- a/opencensus/common/monitored_resource/monitored_resource.py +++ b/opencensus/common/monitored_resource/monitored_resource.py @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. +# Copyright 2018, OpenCensus Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/opencensus/common/resource.py b/opencensus/common/resource.py index 7c036fa94..156a99417 100644 --- a/opencensus/common/resource.py +++ b/opencensus/common/resource.py @@ -1,4 +1,4 @@ -# Copyright 2019 Google Inc. +# Copyright 2019, OpenCensus Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/opencensus/trace/exporters/stackdriver_exporter.py b/opencensus/trace/exporters/stackdriver_exporter.py index e78781677..fa4e775b4 100644 --- a/opencensus/trace/exporters/stackdriver_exporter.py +++ b/opencensus/trace/exporters/stackdriver_exporter.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017, OpenCensus Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/opencensus/trace/tracers/__init__.py b/opencensus/trace/tracers/__init__.py index 7c07b241f..3add30bed 100644 --- a/opencensus/trace/tracers/__init__.py +++ b/opencensus/trace/tracers/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017, OpenCensus Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/common/monitored_resource_util/test_aws_identity_doc_utils.py b/tests/unit/common/monitored_resource_util/test_aws_identity_doc_utils.py index d744c2638..1a4c9609d 100644 --- a/tests/unit/common/monitored_resource_util/test_aws_identity_doc_utils.py +++ b/tests/unit/common/monitored_resource_util/test_aws_identity_doc_utils.py @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. +# Copyright 2018, OpenCensus Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/common/monitored_resource_util/test_gcp_metadata_config.py b/tests/unit/common/monitored_resource_util/test_gcp_metadata_config.py index 3a32e83ed..7421b510c 100644 --- a/tests/unit/common/monitored_resource_util/test_gcp_metadata_config.py +++ b/tests/unit/common/monitored_resource_util/test_gcp_metadata_config.py @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. +# Copyright 2018, OpenCensus Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/common/monitored_resource_util/test_monitored_resource.py b/tests/unit/common/monitored_resource_util/test_monitored_resource.py index 4f158bd1d..23d2c4fdd 100644 --- a/tests/unit/common/monitored_resource_util/test_monitored_resource.py +++ b/tests/unit/common/monitored_resource_util/test_monitored_resource.py @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. +# Copyright 2018, OpenCensus Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/common/test_http_handler.py b/tests/unit/common/test_http_handler.py index 3a83ba459..83f86b66f 100644 --- a/tests/unit/common/test_http_handler.py +++ b/tests/unit/common/test_http_handler.py @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. +# Copyright 2018, OpenCensus Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/common/test_resource.py b/tests/unit/common/test_resource.py index 729da9979..01b2fd305 100644 --- a/tests/unit/common/test_resource.py +++ b/tests/unit/common/test_resource.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2019 Google Inc. +# Copyright 2019, OpenCensus Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/trace/exporters/test_stackdriver_exporter.py b/tests/unit/trace/exporters/test_stackdriver_exporter.py index c86dd578b..019dda1d4 100644 --- a/tests/unit/trace/exporters/test_stackdriver_exporter.py +++ b/tests/unit/trace/exporters/test_stackdriver_exporter.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2017, OpenCensus Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.