From ec984053d101984a2ce2b99ff5436cec03baba62 Mon Sep 17 00:00:00 2001 From: nicain Date: Tue, 28 Sep 2021 11:08:12 -0700 Subject: [PATCH] chore: Update owlbot.py (#53) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update owlbot.py Update copyright year to unblock https://github.com/googleapis/python-contact-center-insights/pull/46 https://github.com/googleapis/python-contact-center-insights/pull/46/files#r717178756 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: edit owlbot.py copyright yeat chore: Update copyright year to unblock #46 https://github.com/googleapis/python-contact-center-insights/pull/46/files#r717178756 Co-authored-by: Owl Bot --- packages/google-cloud-contact-center-insights/owlbot.py | 2 ++ .../samples/snippets/noxfile.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/google-cloud-contact-center-insights/owlbot.py b/packages/google-cloud-contact-center-insights/owlbot.py index c60820da5c17..7afc640707ae 100644 --- a/packages/google-cloud-contact-center-insights/owlbot.py +++ b/packages/google-cloud-contact-center-insights/owlbot.py @@ -95,6 +95,8 @@ "# The root toctree document.", ) +s.replace("samples/snippets/noxfile.py", r"# Copyright 2019 Google LLC", r"# Copyright 2021 Google LLC") + # ---------------------------------------------------------------------------- # Run blacken session # ---------------------------------------------------------------------------- diff --git a/packages/google-cloud-contact-center-insights/samples/snippets/noxfile.py b/packages/google-cloud-contact-center-insights/samples/snippets/noxfile.py index b008613f03ff..0e13f5f15f27 100644 --- a/packages/google-cloud-contact-center-insights/samples/snippets/noxfile.py +++ b/packages/google-cloud-contact-center-insights/samples/snippets/noxfile.py @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.