From b1bbc7354ab0b77c072f145a98f8714ee1709872 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Fri, 1 Jan 2021 03:04:07 -0800 Subject: [PATCH] chore: update license headers (#317) --- packages/google-cloud-scheduler/.jsdoc.js | 4 ++-- packages/google-cloud-scheduler/protos/protos.d.ts | 2 +- packages/google-cloud-scheduler/protos/protos.js | 2 +- .../google-cloud-scheduler/src/v1/cloud_scheduler_client.ts | 2 +- packages/google-cloud-scheduler/src/v1/index.ts | 2 +- .../src/v1beta1/cloud_scheduler_client.ts | 2 +- packages/google-cloud-scheduler/src/v1beta1/index.ts | 2 +- packages/google-cloud-scheduler/synth.metadata | 2 +- .../system-test/fixtures/sample/src/index.js | 2 +- .../system-test/fixtures/sample/src/index.ts | 2 +- packages/google-cloud-scheduler/system-test/install.ts | 2 +- .../google-cloud-scheduler/test/gapic_cloud_scheduler_v1.ts | 2 +- .../test/gapic_cloud_scheduler_v1beta1.ts | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/google-cloud-scheduler/.jsdoc.js b/packages/google-cloud-scheduler/.jsdoc.js index dc08195e111..a3c17684e40 100644 --- a/packages/google-cloud-scheduler/.jsdoc.js +++ b/packages/google-cloud-scheduler/.jsdoc.js @@ -1,4 +1,4 @@ -// Copyright 2020 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. @@ -40,7 +40,7 @@ module.exports = { includePattern: '\\.js$' }, templates: { - copyright: 'Copyright 2020 Google LLC', + copyright: 'Copyright 2021 Google LLC', includeDate: false, sourceFiles: false, systemName: '@google-cloud/scheduler', diff --git a/packages/google-cloud-scheduler/protos/protos.d.ts b/packages/google-cloud-scheduler/protos/protos.d.ts index 476f537f3b7..232893fa9b2 100644 --- a/packages/google-cloud-scheduler/protos/protos.d.ts +++ b/packages/google-cloud-scheduler/protos/protos.d.ts @@ -1,4 +1,4 @@ -// Copyright 2020 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. diff --git a/packages/google-cloud-scheduler/protos/protos.js b/packages/google-cloud-scheduler/protos/protos.js index be11d0a255a..e34aa036c4b 100644 --- a/packages/google-cloud-scheduler/protos/protos.js +++ b/packages/google-cloud-scheduler/protos/protos.js @@ -1,4 +1,4 @@ -// Copyright 2020 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. diff --git a/packages/google-cloud-scheduler/src/v1/cloud_scheduler_client.ts b/packages/google-cloud-scheduler/src/v1/cloud_scheduler_client.ts index 5703b0f4cd9..98cf194f3cd 100644 --- a/packages/google-cloud-scheduler/src/v1/cloud_scheduler_client.ts +++ b/packages/google-cloud-scheduler/src/v1/cloud_scheduler_client.ts @@ -1,4 +1,4 @@ -// Copyright 2020 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. diff --git a/packages/google-cloud-scheduler/src/v1/index.ts b/packages/google-cloud-scheduler/src/v1/index.ts index ecc5a60934e..8805934c45d 100644 --- a/packages/google-cloud-scheduler/src/v1/index.ts +++ b/packages/google-cloud-scheduler/src/v1/index.ts @@ -1,4 +1,4 @@ -// Copyright 2020 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. diff --git a/packages/google-cloud-scheduler/src/v1beta1/cloud_scheduler_client.ts b/packages/google-cloud-scheduler/src/v1beta1/cloud_scheduler_client.ts index a836cd12924..2096ca86294 100644 --- a/packages/google-cloud-scheduler/src/v1beta1/cloud_scheduler_client.ts +++ b/packages/google-cloud-scheduler/src/v1beta1/cloud_scheduler_client.ts @@ -1,4 +1,4 @@ -// Copyright 2020 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. diff --git a/packages/google-cloud-scheduler/src/v1beta1/index.ts b/packages/google-cloud-scheduler/src/v1beta1/index.ts index ecc5a60934e..8805934c45d 100644 --- a/packages/google-cloud-scheduler/src/v1beta1/index.ts +++ b/packages/google-cloud-scheduler/src/v1beta1/index.ts @@ -1,4 +1,4 @@ -// Copyright 2020 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. diff --git a/packages/google-cloud-scheduler/synth.metadata b/packages/google-cloud-scheduler/synth.metadata index c04478b9089..0115c35a3f1 100644 --- a/packages/google-cloud-scheduler/synth.metadata +++ b/packages/google-cloud-scheduler/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/nodejs-scheduler.git", - "sha": "f145861882a40428d53ad15a5721f5b9f224f036" + "sha": "6060afc62239a6e23e8698108a441b3b108a6bf2" } }, { diff --git a/packages/google-cloud-scheduler/system-test/fixtures/sample/src/index.js b/packages/google-cloud-scheduler/system-test/fixtures/sample/src/index.js index b0d306f935e..62aad0b115d 100644 --- a/packages/google-cloud-scheduler/system-test/fixtures/sample/src/index.js +++ b/packages/google-cloud-scheduler/system-test/fixtures/sample/src/index.js @@ -1,4 +1,4 @@ -// Copyright 2020 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. diff --git a/packages/google-cloud-scheduler/system-test/fixtures/sample/src/index.ts b/packages/google-cloud-scheduler/system-test/fixtures/sample/src/index.ts index 46dcda6b596..7ceaecb2533 100644 --- a/packages/google-cloud-scheduler/system-test/fixtures/sample/src/index.ts +++ b/packages/google-cloud-scheduler/system-test/fixtures/sample/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2020 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. diff --git a/packages/google-cloud-scheduler/system-test/install.ts b/packages/google-cloud-scheduler/system-test/install.ts index 39d90f771de..d2d61c0396f 100644 --- a/packages/google-cloud-scheduler/system-test/install.ts +++ b/packages/google-cloud-scheduler/system-test/install.ts @@ -1,4 +1,4 @@ -// Copyright 2020 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. diff --git a/packages/google-cloud-scheduler/test/gapic_cloud_scheduler_v1.ts b/packages/google-cloud-scheduler/test/gapic_cloud_scheduler_v1.ts index ee783672e02..a35e0e6f920 100644 --- a/packages/google-cloud-scheduler/test/gapic_cloud_scheduler_v1.ts +++ b/packages/google-cloud-scheduler/test/gapic_cloud_scheduler_v1.ts @@ -1,4 +1,4 @@ -// Copyright 2020 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. diff --git a/packages/google-cloud-scheduler/test/gapic_cloud_scheduler_v1beta1.ts b/packages/google-cloud-scheduler/test/gapic_cloud_scheduler_v1beta1.ts index 464aecac610..794c7a0959f 100644 --- a/packages/google-cloud-scheduler/test/gapic_cloud_scheduler_v1beta1.ts +++ b/packages/google-cloud-scheduler/test/gapic_cloud_scheduler_v1beta1.ts @@ -1,4 +1,4 @@ -// Copyright 2020 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.