From bbb7129b5043dafc810d1c598764fa56e60c4e8b Mon Sep 17 00:00:00 2001 From: Anna Levenberg Date: Thu, 30 Nov 2023 09:38:39 -0500 Subject: [PATCH] replace inc with llc --- iot/mqtt-ciotc/setup_device.sh | 3 ++- pubsub-open-telemetry/parse_args.cc | 2 +- pubsub-open-telemetry/parse_args.h | 2 +- speech/api/async_transcribe.cc | 3 ++- speech/api/parse_arguments.cc | 3 ++- speech/api/parse_arguments.h | 3 ++- speech/api/streaming_transcribe.cc | 3 ++- speech/api/streaming_transcribe_singlethread.cc | 3 ++- speech/api/transcribe.cc | 3 ++- 9 files changed, 16 insertions(+), 9 deletions(-) diff --git a/iot/mqtt-ciotc/setup_device.sh b/iot/mqtt-ciotc/setup_device.sh index a7712f3..b768cfc 100755 --- a/iot/mqtt-ciotc/setup_device.sh +++ b/iot/mqtt-ciotc/setup_device.sh @@ -1,5 +1,6 @@ #!/bin/bash -# Copyright 2018 Google Inc. +# Copyright 2018 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/pubsub-open-telemetry/parse_args.cc b/pubsub-open-telemetry/parse_args.cc index b4176e8..1e88989 100644 --- a/pubsub-open-telemetry/parse_args.cc +++ b/pubsub-open-telemetry/parse_args.cc @@ -1,4 +1,4 @@ -// Copyright 2023 Google Inc. +// Copyright 2023 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/pubsub-open-telemetry/parse_args.h b/pubsub-open-telemetry/parse_args.h index 581d27b..a9caad4 100644 --- a/pubsub-open-telemetry/parse_args.h +++ b/pubsub-open-telemetry/parse_args.h @@ -1,4 +1,4 @@ -// Copyright 2023 Google Inc. +// Copyright 2023 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/speech/api/async_transcribe.cc b/speech/api/async_transcribe.cc index 0d57492..63d1b1e 100644 --- a/speech/api/async_transcribe.cc +++ b/speech/api/async_transcribe.cc @@ -1,4 +1,5 @@ -// Copyright 2016 Google Inc. +// Copyright 2016 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/speech/api/parse_arguments.cc b/speech/api/parse_arguments.cc index a8b7088..19e22f7 100644 --- a/speech/api/parse_arguments.cc +++ b/speech/api/parse_arguments.cc @@ -1,4 +1,5 @@ -// Copyright 2016 Google Inc. +// Copyright 2016 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/speech/api/parse_arguments.h b/speech/api/parse_arguments.h index 407d755..6c0e4f8 100644 --- a/speech/api/parse_arguments.h +++ b/speech/api/parse_arguments.h @@ -1,4 +1,5 @@ -// Copyright 2016 Google Inc. +// Copyright 2016 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/speech/api/streaming_transcribe.cc b/speech/api/streaming_transcribe.cc index e27e6f0..59c823e 100644 --- a/speech/api/streaming_transcribe.cc +++ b/speech/api/streaming_transcribe.cc @@ -1,4 +1,5 @@ -// Copyright 2016 Google Inc. +// Copyright 2016 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/speech/api/streaming_transcribe_singlethread.cc b/speech/api/streaming_transcribe_singlethread.cc index 9153ef3..c3f149e 100644 --- a/speech/api/streaming_transcribe_singlethread.cc +++ b/speech/api/streaming_transcribe_singlethread.cc @@ -1,4 +1,5 @@ -// Copyright 2016 Google Inc. +// Copyright 2016 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/speech/api/transcribe.cc b/speech/api/transcribe.cc index a35060d..aaf6aa5 100644 --- a/speech/api/transcribe.cc +++ b/speech/api/transcribe.cc @@ -1,4 +1,5 @@ -// Copyright 2016 Google Inc. +// Copyright 2016 Google LLC + // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.