Skip to content

Commit 3cb2a36

Browse files
chore: use http in LICENSE to match Apache version exactly (#68)
* 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(python): fix column sizing issue in docs Source-Author: Bu Sun Kim <[email protected]> Source-Date: Thu Jan 7 11:58:32 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: f15b57ccfd71106c2299e9b89835fe6e55015662 Source-Link: googleapis/synthtool@f15b57c * chore(python): use 'http' in LICENSE Co-authored-by: Tim Swast <[email protected]> Source-Author: Bu Sun Kim <[email protected]> Source-Date: Thu Jan 7 13:05:12 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: 41a4e56982620d3edcf110d76f4fcdfdec471ac8 Source-Link: googleapis/synthtool@41a4e56 * docs: revert changes to noxfile Co-authored-by: Tim Swast <[email protected]>
1 parent ac12a83 commit 3cb2a36

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

packages/google-cloud-bigquery-reservation/LICENSE

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
Apache License
1+
2+
Apache License
23
Version 2.0, January 2004
3-
https://www.apache.org/licenses/
4+
http://www.apache.org/licenses/
45

56
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
67

@@ -192,7 +193,7 @@
192193
you may not use this file except in compliance with the License.
193194
You may obtain a copy of the License at
194195

195-
https://www.apache.org/licenses/LICENSE-2.0
196+
http://www.apache.org/licenses/LICENSE-2.0
196197

197198
Unless required by applicable law or agreed to in writing, software
198199
distributed under the License is distributed on an "AS IS" BASIS,
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
div#python2-eol {
22
border-color: red;
33
border-width: medium;
4-
}
4+
}
5+
6+
/* Ensure minimum width for 'Parameters' / 'Returns' column */
7+
dl.field-list > dt {
8+
min-width: 100px
9+
}

packages/google-cloud-bigquery-reservation/synth.metadata

+6-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-bigquery-reservation.git",
7-
"sha": "f70fba55be6e196134a18f05c081e0a1c0b91510"
7+
"sha": "4215e2652157713ae8cbcbed74dbeaecb1f493d8"
88
}
99
},
1010
{
@@ -19,14 +19,14 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "373861061648b5fe5e0ac4f8a38b32d639ee93e4"
22+
"sha": "41a4e56982620d3edcf110d76f4fcdfdec471ac8"
2323
}
2424
},
2525
{
2626
"git": {
2727
"name": "synthtool",
2828
"remote": "https://github.com/googleapis/synthtool.git",
29-
"sha": "373861061648b5fe5e0ac4f8a38b32d639ee93e4"
29+
"sha": "41a4e56982620d3edcf110d76f4fcdfdec471ac8"
3030
}
3131
}
3232
],
@@ -115,6 +115,9 @@
115115
"mypy.ini",
116116
"noxfile.py",
117117
"renovate.json",
118+
"samples/AUTHORING_GUIDE.md",
119+
"samples/CONTRIBUTING.md",
120+
"samples/snippets/noxfile.py",
118121
"scripts/decrypt-secrets.sh",
119122
"scripts/fixup_bigquery_reservation_v1_keywords.py",
120123
"scripts/readme-gen/readme_gen.py",

0 commit comments

Comments
 (0)