From c2fc5e460083d0a5d4fdec17b1a73b833a5ab15f Mon Sep 17 00:00:00 2001 From: mhucka Date: Tue, 11 Nov 2025 04:51:12 +0000 Subject: [PATCH] Correct the copyright at the top of the file Fix copy-paste errors -- this is not the Cirq repository. --- .github/scorecard.yaml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scorecard.yaml b/.github/scorecard.yaml index e1ac5886..c95697b6 100644 --- a/.github/scorecard.yaml +++ b/.github/scorecard.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 The Cirq Developers +# Copyright 2025 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/setup.py b/setup.py index f7e14ba2..1d34f0dd 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright 2018 The Cirq Developers +# 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.