FFFF chore: add license headers (#71) · googleapis/google-cloud-python@aab89be · GitHub
[go: up one dir, main page]

Skip to content

Commit aab89be

Browse files
chore: add license headers (#71)
* 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 <partheniou@google.com> Source-Date: Tue Apr 6 11:32:03 2021 -0400 Source-Repo: googleapis/synthtool Source-Sha: 5b5bf6d519b2d658d9f2e483d9f6f3d0ba8ee6bc Source-Link: googleapis/synthtool@5b5bf6d
1 parent 3707ee2 commit aab89be

File tree

6 files changed

+35
-7
lines changed

6 files changed

+35
-7
lines changed

packages/google-cloud-dialogflow-cx/.pre-commit-config.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Copyright 2021 Google LLC
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
#
115
# See https://pre-commit.com for more information
216
# See https://pre-commit.com/hooks.html for more hooks
317
repos:
Binary file not shown.

packages/google-cloud-dialogflow-cx/docs/conf.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
# -*- coding: utf-8 -*-
2+
# Copyright 2021 Google LLC
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+ 10BC0
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
215
#
316
# google-cloud-dialogflow-cx documentation build configuration file
417
#

packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx_v3/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@
211211
__all__ = (
212212
"Agent",
213213
"AgentValidationResult",
214-
"AgentsClient",
215214
"AudioEncoding",
216215
"AudioInput",
217216
"BatchDeleteTestCasesRequest",
@@ -251,6 +250,7 @@
251250
"DetectIntentResponse",
252251
"DtmfInput",
253252
"EntityType",
253+
"EntityTypesClient",
254254
"Environment",
255255
"EnvironmentsClient",
256256
"EventHandler",
@@ -399,5 +399,5 @@
399399
"WebhookRequest",
400400
"WebhookResponse",
401401
"WebhooksClient",
402-
"EntityTypesClient",
402+
"AgentsClient",
403403
)

packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx_v3beta1/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@
211211
__all__ = (
212212
"Agent",
213213
"AgentValidationResult",
214+
"AgentsClient",
214215
"AudioEncoding",
215216
"AudioInput",
216217
"BatchDeleteTestCasesRequest",
@@ -343,7 +344,6 @@
343344
"RunTestCaseRequest",
344345
"RunTestCaseResponse",
345346
"SecuritySettings",
346-
"SecuritySettingsServiceClient",
347347
"SentimentAnalysisResult",
348348
"SessionEntityType",
349349
"SessionEntityTypesClient",
@@ -399,5 +399,5 @@
399399
"WebhookRequest",
400400
"WebhookResponse",
401401
"WebhooksClient",
402-
"AgentsClient",
402+
"SecuritySettingsServiceClient",
403403
)

packages/google-cloud-dialogflow-cx/synth.metadata

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-dialogflow-cx.git",
7-
"sha": "bd0ba4037e50e1a00efaaeb19563f832891d922e"
7+
"sha": "2220c5dbc814ed66d80ff211e86035eca223f8bc"
88
}
99
},
1010
{
@@ -19,14 +19,14 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "4501974ad08b5d693311457e2ea4ce845676e329"
22+
"sha": "5b5bf6d519b2d658d9f2e483d9f6f3d0ba8ee6bc"
2323
}
2424
},
2525
{
2626
"git": {
2727
"name": "synthtool",
2828
"remote": "https://github.com/googleapis/synthtool.git",
29-
"sha": "4501974ad08b5d693311457e2ea4ce845676e329"
29+
"sha": "5b5bf6d519b2d658d9f2e483d9f6f3d0ba8ee6bc"
3030
}
3131
}
3232
],
@@ -107,6 +107,7 @@
107107
"CONTRIBUTING.rst",
108108
"LICENSE",
109109
"MANIFEST.in",
110+
"dialogflow-cx-v3beta1-py.tar.gz",
110111
"docs/_static/custom.css",
111112
"docs/_templates/layout.html",
112113
"docs/conf.py",

0 commit comments

Comments
 (0)
0