Skip to content

Commit

Permalink
fix: proper copyright year for generated .jsdoc.js (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster committed Apr 3, 2020
1 parent a0f266c commit 102e5d9
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion baselines/bigquery-storage/.jsdoc.js.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module.exports = {
includePattern: '\\.js$'
},
templates: {
copyright: 'Copyright 2019 Google, LLC.',
copyright: 'Copyright 2020 Google LLC',
includeDate: false,
sourceFiles: false,
systemName: 'storage',
Expand Down
2 changes: 1 addition & 1 deletion baselines/disable-packing-test/.jsdoc.js.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module.exports = {
includePattern: '\\.js$'
},
templates: {
copyright: 'Copyright 2019 Google, LLC.',
copyright: 'Copyright 2020 Google LLC',
includeDate: false,
sourceFiles: false,
systemName: 'showcase',
Expand Down
2 changes: 1 addition & 1 deletion baselines/dlp/.jsdoc.js.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module.exports = {
includePattern: '\\.js$'
},
templates: {
copyright: 'Copyright 2019 Google, LLC.',
copyright: 'Copyright 2020 Google LLC',
includeDate: false,
sourceFiles: false,
systemName: 'dlp',
Expand Down
2 changes: 1 addition & 1 deletion baselines/kms/.jsdoc.js.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module.exports = {
includePattern: '\\.js$'
},
templates: {
copyright: 'Copyright 2019 Google, LLC.',
copyright: 'Copyright 2020 Google LLC',
includeDate: false,
sourceFiles: false,
systemName: 'kms',
Expand Down
2 changes: 1 addition & 1 deletion baselines/logging/.jsdoc.js.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module.exports = {
includePattern: '\\.js$'
},
templates: {
copyright: 'Copyright 2019 Google, LLC.',
copyright: 'Copyright 2020 Google LLC',
includeDate: false,
sourceFiles: false,
systemName: 'logging',
Expand Down
2 changes: 1 addition & 1 deletion baselines/monitoring/.jsdoc.js.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module.exports = {
includePattern: '\\.js$'
},
templates: {
copyright: 'Copyright 2019 Google, LLC.',
copyright: 'Copyright 2020 Google LLC',
includeDate: false,
sourceFiles: false,
systemName: 'monitoring',
Expand Down
2 changes: 1 addition & 1 deletion baselines/redis/.jsdoc.js.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module.exports = {
includePattern: '\\.js$'
},
templates: {
copyright: 'Copyright 2019 Google, LLC.',
copyright: 'Copyright 2020 Google LLC',
includeDate: false,
sourceFiles: false,
systemName: 'redis',
Expand Down
2 changes: 1 addition & 1 deletion baselines/showcase/.jsdoc.js.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module.exports = {
includePattern: '\\.js$'
},
templates: {
copyright: 'Copyright 2019 Google, LLC.',
copyright: 'Copyright 2020 Google LLC',
includeDate: false,
sourceFiles: false,
systemName: 'showcase',
Expand Down
2 changes: 1 addition & 1 deletion baselines/texttospeech/.jsdoc.js.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module.exports = {
includePattern: '\\.js$'
},
templates: {
copyright: 'Copyright 2019 Google, LLC.',
copyright: 'Copyright 2020 Google LLC',
includeDate: false,
sourceFiles: false,
systemName: '@google-cloud/text-to-speech',
Expand Down
2 changes: 1 addition & 1 deletion baselines/translate/.jsdoc.js.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module.exports = {
includePattern: '\\.js$'
},
templates: {
copyright: 'Copyright 2019 Google, LLC.',
copyright: 'Copyright 2020 Google LLC',
includeDate: false,
sourceFiles: false,
systemName: 'translation',
Expand Down
2 changes: 1 addition & 1 deletion templates/typescript_gapic/.jsdoc.js.njk
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = {
includePattern: '\\.js$'
},
templates: {
copyright: 'Copyright 2019 Google, LLC.',
copyright: 'Copyright {{ commonParameters.copyrightYear }} Google LLC',
includeDate: false,
sourceFiles: false,
systemName: '{{ api.publishName }}',
Expand Down

0 comments on commit 102e5d9

Please sign in to comment.