From 15c0e14ef6f129b9a5aabd0109af9a45d8889551 Mon Sep 17 00:00:00 2001 From: mhucka Date: Tue, 11 Nov 2025 04:56:42 +0000 Subject: [PATCH] Correct the copyright at the top of the file Fix copy-paste errors -- this is not the Cirq repository :-). --- .github/workflows/ci.yml | 2 +- .github/workflows/citation-updater.yaml | 2 +- .github/workflows/prerelease.yml | 2 +- .github/workflows/stable-release-workflow.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0085304..4d54f6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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/.github/workflows/citation-updater.yaml b/.github/workflows/citation-updater.yaml index a14185b..5768ad7 100644 --- a/.github/workflows/citation-updater.yaml +++ b/.github/workflows/citation-updater.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/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 7023ea4..7294230 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -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/.github/workflows/stable-release-workflow.yml b/.github/workflows/stable-release-workflow.yml index a4e8c3d..860b02d 100644 --- a/.github/workflows/stable-release-workflow.yml +++ b/.github/workflows/stable-release-workflow.yml @@ -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.