From 92d860e8cf8f7a037a457cf30972e1529262b668 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Wed, 7 Apr 2021 09:15:17 -0700 Subject: [PATCH] chore: add license headers (#57) * changes without context autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters. * chore: Add license headers for python config files Source-Author: Anthonios Partheniou Source-Date: Tue Apr 6 11:32:03 2021 -0400 Source-Repo: googleapis/synthtool Source-Sha: 5b5bf6d519b2d658d9f2e483d9f6f3d0ba8ee6bc Source-Link: https://github.com/googleapis/synthtool/commit/5b5bf6d519b2d658d9f2e483d9f6f3d0ba8ee6bc --- .../google-cloud-billing/.pre-commit-config.yaml | 14 ++++++++++++++ packages/google-cloud-billing/docs/conf.py | 13 +++++++++++++ .../google/cloud/billing_v1/__init__.py | 4 ++-- packages/google-cloud-billing/synth.metadata | 6 +++--- 4 files changed, 32 insertions(+), 5 deletions(-) diff --git a/packages/google-cloud-billing/.pre-commit-config.yaml b/packages/google-cloud-billing/.pre-commit-config.yaml index 32302e4883a1..8912e9b5d7d7 100644 --- a/packages/google-cloud-billing/.pre-commit-config.yaml +++ b/packages/google-cloud-billing/.pre-commit-config.yaml @@ -1,3 +1,17 @@ +# 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. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks repos: diff --git a/packages/google-cloud-billing/docs/conf.py b/packages/google-cloud-billing/docs/conf.py index 28af727c59b6..c906abe2514d 100644 --- a/packages/google-cloud-billing/docs/conf.py +++ b/packages/google-cloud-billing/docs/conf.py @@ -1,4 +1,17 @@ # -*- coding: utf-8 -*- +# 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. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # # google-cloud-billing documentation build configuration file # diff --git a/packages/google-cloud-billing/google/cloud/billing_v1/__init__.py b/packages/google-cloud-billing/google/cloud/billing_v1/__init__.py index b01022904764..1ca4234a3b69 100644 --- a/packages/google-cloud-billing/google/cloud/billing_v1/__init__.py +++ b/packages/google-cloud-billing/google/cloud/billing_v1/__init__.py @@ -44,7 +44,7 @@ "AggregationInfo", "BillingAccount", "Category", - "CloudCatalogClient", + "CloudBillingClient", "CreateBillingAccountRequest", "GetBillingAccountRequest", "GetProjectBillingInfoRequest", @@ -63,5 +63,5 @@ "Sku", "UpdateBillingAccountRequest", "UpdateProjectBillingInfoRequest", - "CloudBillingClient", + "CloudCatalogClient", ) diff --git a/packages/google-cloud-billing/synth.metadata b/packages/google-cloud-billing/synth.metadata index 14c1c48f5b57..85e4e83b5000 100644 --- a/packages/google-cloud-billing/synth.metadata +++ b/packages/google-cloud-billing/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/python-billing.git", - "sha": "09aaf4ff94df5fd4bcd4edbdf55613402b262b1f" + "sha": "c98aebaa7343cee9b0dcac6ea4979b191d14ddb7" } }, { @@ -19,14 +19,14 @@ "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "ff39353f34a36e7643b86e97724e4027ab466dc6" + "sha": "5b5bf6d519b2d658d9f2e483d9f6f3d0ba8ee6bc" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "ff39353f34a36e7643b86e97724e4027ab466dc6" + "sha": "5b5bf6d519b2d658d9f2e483d9f6f3d0ba8ee6bc" } } ],