diff --git a/src/main/java/com/google/api/generator/gapic/composer/comment/CommentComposer.java b/src/main/java/com/google/api/generator/gapic/composer/comment/CommentComposer.java index f779bae88e..c95c86b076 100644 --- a/src/main/java/com/google/api/generator/gapic/composer/comment/CommentComposer.java +++ b/src/main/java/com/google/api/generator/gapic/composer/comment/CommentComposer.java @@ -20,7 +20,7 @@ public class CommentComposer { private static final String APACHE_LICENSE_STRING = - "Copyright 2020 Google LLC\n\n" + "Copyright 2021 Google LLC\n\n" + "Licensed under the Apache License, Version 2.0 (the \"License\");\n" + "you may not use this file except in compliance with the License.\n" + "You may obtain a copy of the License at\n\n" diff --git a/src/test/java/com/google/api/generator/gapic/composer/goldens/ComposerPostProcOnFooBar.golden b/src/test/java/com/google/api/generator/gapic/composer/goldens/ComposerPostProcOnFooBar.golden index d4c0c493ea..86b100e86b 100644 --- a/src/test/java/com/google/api/generator/gapic/composer/goldens/ComposerPostProcOnFooBar.golden +++ b/src/test/java/com/google/api/generator/gapic/composer/goldens/ComposerPostProcOnFooBar.golden @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/asset/AssetServiceClient.java b/test/integration/goldens/asset/AssetServiceClient.java index b500f19330..fa2da63b40 100644 --- a/test/integration/goldens/asset/AssetServiceClient.java +++ b/test/integration/goldens/asset/AssetServiceClient.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/asset/AssetServiceClientTest.java b/test/integration/goldens/asset/AssetServiceClientTest.java index e94fde4a24..e419696424 100644 --- a/test/integration/goldens/asset/AssetServiceClientTest.java +++ b/test/integration/goldens/asset/AssetServiceClientTest.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/asset/AssetServiceSettings.java b/test/integration/goldens/asset/AssetServiceSettings.java index 943b984856..50c5dca652 100644 --- a/test/integration/goldens/asset/AssetServiceSettings.java +++ b/test/integration/goldens/asset/AssetServiceSettings.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/asset/AssetServiceStub.java b/test/integration/goldens/asset/AssetServiceStub.java index 649aeed469..b97b1874bb 100644 --- a/test/integration/goldens/asset/AssetServiceStub.java +++ b/test/integration/goldens/asset/AssetServiceStub.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/asset/AssetServiceStubSettings.java b/test/integration/goldens/asset/AssetServiceStubSettings.java index 3b36724e36..cceca0029a 100644 --- a/test/integration/goldens/asset/AssetServiceStubSettings.java +++ b/test/integration/goldens/asset/AssetServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/asset/FeedName.java b/test/integration/goldens/asset/FeedName.java index b9e600c37d..d8c9ee9593 100644 --- a/test/integration/goldens/asset/FeedName.java +++ b/test/integration/goldens/asset/FeedName.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/asset/GrpcAssetServiceCallableFactory.java b/test/integration/goldens/asset/GrpcAssetServiceCallableFactory.java index 8a3a677c97..ef7bca1998 100644 --- a/test/integration/goldens/asset/GrpcAssetServiceCallableFactory.java +++ b/test/integration/goldens/asset/GrpcAssetServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/asset/GrpcAssetServiceStub.java b/test/integration/goldens/asset/GrpcAssetServiceStub.java index ad389d9bf0..7fb9b4ba50 100644 --- a/test/integration/goldens/asset/GrpcAssetServiceStub.java +++ b/test/integration/goldens/asset/GrpcAssetServiceStub.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/asset/MockAssetService.java b/test/integration/goldens/asset/MockAssetService.java index 140e701a9e..75eca4fe62 100644 --- a/test/integration/goldens/asset/MockAssetService.java +++ b/test/integration/goldens/asset/MockAssetService.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/asset/MockAssetServiceImpl.java b/test/integration/goldens/asset/MockAssetServiceImpl.java index 8141dec690..17a70d2a2c 100644 --- a/test/integration/goldens/asset/MockAssetServiceImpl.java +++ b/test/integration/goldens/asset/MockAssetServiceImpl.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/asset/package-info.java b/test/integration/goldens/asset/package-info.java index 47d4e62d22..e4032e3df0 100644 --- a/test/integration/goldens/asset/package-info.java +++ b/test/integration/goldens/asset/package-info.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/credentials/GrpcIamCredentialsCallableFactory.java b/test/integration/goldens/credentials/GrpcIamCredentialsCallableFactory.java index 32b29d4f33..84f7cd107c 100644 --- a/test/integration/goldens/credentials/GrpcIamCredentialsCallableFactory.java +++ b/test/integration/goldens/credentials/GrpcIamCredentialsCallableFactory.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/credentials/GrpcIamCredentialsStub.java b/test/integration/goldens/credentials/GrpcIamCredentialsStub.java index 55cc0068d5..48731cd53d 100644 --- a/test/integration/goldens/credentials/GrpcIamCredentialsStub.java +++ b/test/integration/goldens/credentials/GrpcIamCredentialsStub.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/credentials/IAMCredentialsClientTest.java b/test/integration/goldens/credentials/IAMCredentialsClientTest.java index 461c655db0..ad8fb75d32 100644 --- a/test/integration/goldens/credentials/IAMCredentialsClientTest.java +++ b/test/integration/goldens/credentials/IAMCredentialsClientTest.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/credentials/IamCredentialsClient.java b/test/integration/goldens/credentials/IamCredentialsClient.java index dd6d14576c..86294e86c1 100644 --- a/test/integration/goldens/credentials/IamCredentialsClient.java +++ b/test/integration/goldens/credentials/IamCredentialsClient.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/credentials/IamCredentialsSettings.java b/test/integration/goldens/credentials/IamCredentialsSettings.java index 0f932e8fe4..9018bc6ffd 100644 --- a/test/integration/goldens/credentials/IamCredentialsSettings.java +++ b/test/integration/goldens/credentials/IamCredentialsSettings.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/credentials/IamCredentialsStub.java b/test/integration/goldens/credentials/IamCredentialsStub.java index 9a269e4bfc..5f050ca359 100644 --- a/test/integration/goldens/credentials/IamCredentialsStub.java +++ b/test/integration/goldens/credentials/IamCredentialsStub.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/credentials/IamCredentialsStubSettings.java b/test/integration/goldens/credentials/IamCredentialsStubSettings.java index 05f986fbf4..0cec2d9668 100644 --- a/test/integration/goldens/credentials/IamCredentialsStubSettings.java +++ b/test/integration/goldens/credentials/IamCredentialsStubSettings.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/credentials/MockIAMCredentials.java b/test/integration/goldens/credentials/MockIAMCredentials.java index 4aefde532c..8abffbeedf 100644 --- a/test/integration/goldens/credentials/MockIAMCredentials.java +++ b/test/integration/goldens/credentials/MockIAMCredentials.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/credentials/MockIAMCredentialsImpl.java b/test/integration/goldens/credentials/MockIAMCredentialsImpl.java index be2f309d7c..42ae7d9f5d 100644 --- a/test/integration/goldens/credentials/MockIAMCredentialsImpl.java +++ b/test/integration/goldens/credentials/MockIAMCredentialsImpl.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/credentials/ServiceAccountName.java b/test/integration/goldens/credentials/ServiceAccountName.java index 677f604c7c..dfca251fb1 100644 --- a/test/integration/goldens/credentials/ServiceAccountName.java +++ b/test/integration/goldens/credentials/ServiceAccountName.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/credentials/package-info.java b/test/integration/goldens/credentials/package-info.java index 44fccd4d71..f65f5f2766 100644 --- a/test/integration/goldens/credentials/package-info.java +++ b/test/integration/goldens/credentials/package-info.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/iam/GrpcIAMPolicyCallableFactory.java b/test/integration/goldens/iam/GrpcIAMPolicyCallableFactory.java index 5b96cd1ec8..1fe03005ce 100644 --- a/test/integration/goldens/iam/GrpcIAMPolicyCallableFactory.java +++ b/test/integration/goldens/iam/GrpcIAMPolicyCallableFactory.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/iam/GrpcIAMPolicyStub.java b/test/integration/goldens/iam/GrpcIAMPolicyStub.java index b12e0f6863..f40c2bfffe 100644 --- a/test/integration/goldens/iam/GrpcIAMPolicyStub.java +++ b/test/integration/goldens/iam/GrpcIAMPolicyStub.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/iam/IAMPolicyClient.java b/test/integration/goldens/iam/IAMPolicyClient.java index d7ec4a68e7..5580eab1e2 100644 --- a/test/integration/goldens/iam/IAMPolicyClient.java +++ b/test/integration/goldens/iam/IAMPolicyClient.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/iam/IAMPolicyClientTest.java b/test/integration/goldens/iam/IAMPolicyClientTest.java index cd911b0459..a055a7a204 100644 --- a/test/integration/goldens/iam/IAMPolicyClientTest.java +++ b/test/integration/goldens/iam/IAMPolicyClientTest.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/iam/IAMPolicySettings.java b/test/integration/goldens/iam/IAMPolicySettings.java index b190fa6b2f..a1c55c5782 100644 --- a/test/integration/goldens/iam/IAMPolicySettings.java +++ b/test/integration/goldens/iam/IAMPolicySettings.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/iam/IAMPolicyStub.java b/test/integration/goldens/iam/IAMPolicyStub.java index 6cfd45226b..c125715f21 100644 --- a/test/integration/goldens/iam/IAMPolicyStub.java +++ b/test/integration/goldens/iam/IAMPolicyStub.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/iam/IAMPolicyStubSettings.java b/test/integration/goldens/iam/IAMPolicyStubSettings.java index 51fd4491d6..5959e94a06 100644 --- a/test/integration/goldens/iam/IAMPolicyStubSettings.java +++ b/test/integration/goldens/iam/IAMPolicyStubSettings.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/iam/MockIAMPolicy.java b/test/integration/goldens/iam/MockIAMPolicy.java index b7ebc56b18..01223b3a7b 100644 --- a/test/integration/goldens/iam/MockIAMPolicy.java +++ b/test/integration/goldens/iam/MockIAMPolicy.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/iam/MockIAMPolicyImpl.java b/test/integration/goldens/iam/MockIAMPolicyImpl.java index 920aec564d..be1c62eb33 100644 --- a/test/integration/goldens/iam/MockIAMPolicyImpl.java +++ b/test/integration/goldens/iam/MockIAMPolicyImpl.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/iam/package-info.java b/test/integration/goldens/iam/package-info.java index 45e257e56c..136353c3e3 100644 --- a/test/integration/goldens/iam/package-info.java +++ b/test/integration/goldens/iam/package-info.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/kms/CryptoKeyName.java b/test/integration/goldens/kms/CryptoKeyName.java index 7beb586a9e..ebad53ab26 100644 --- a/test/integration/goldens/kms/CryptoKeyName.java +++ b/test/integration/goldens/kms/CryptoKeyName.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/kms/CryptoKeyVersionName.java b/test/integration/goldens/kms/CryptoKeyVersionName.java index 0412f02567..c9317320c2 100644 --- a/test/integration/goldens/kms/CryptoKeyVersionName.java +++ b/test/integration/goldens/kms/CryptoKeyVersionName.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/kms/GrpcKeyManagementServiceCallableFactory.java b/test/integration/goldens/kms/GrpcKeyManagementServiceCallableFactory.java index 890b25e32e..2b94e5ffc9 100644 --- a/test/integration/goldens/kms/GrpcKeyManagementServiceCallableFactory.java +++ b/test/integration/goldens/kms/GrpcKeyManagementServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/kms/GrpcKeyManagementServiceStub.java b/test/integration/goldens/kms/GrpcKeyManagementServiceStub.java index 692563c0a8..65b4ee5034 100644 --- a/test/integration/goldens/kms/GrpcKeyManagementServiceStub.java +++ b/test/integration/goldens/kms/GrpcKeyManagementServiceStub.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/kms/ImportJobName.java b/test/integration/goldens/kms/ImportJobName.java index 37e6c4f184..23b29da21a 100644 --- a/test/integration/goldens/kms/ImportJobName.java +++ b/test/integration/goldens/kms/ImportJobName.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/kms/KeyManagementServiceClient.java b/test/integration/goldens/kms/KeyManagementServiceClient.java index 6ce8a338f8..5144fc1aba 100644 --- a/test/integration/goldens/kms/KeyManagementServiceClient.java +++ b/test/integration/goldens/kms/KeyManagementServiceClient.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/kms/KeyManagementServiceClientTest.java b/test/integration/goldens/kms/KeyManagementServiceClientTest.java index 9ed23027e3..8b68f9af8f 100644 --- a/test/integration/goldens/kms/KeyManagementServiceClientTest.java +++ b/test/integration/goldens/kms/KeyManagementServiceClientTest.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/kms/KeyManagementServiceSettings.java b/test/integration/goldens/kms/KeyManagementServiceSettings.java index 862f6ca98d..1f46d029c3 100644 --- a/test/integration/goldens/kms/KeyManagementServiceSettings.java +++ b/test/integration/goldens/kms/KeyManagementServiceSettings.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/kms/KeyManagementServiceStub.java b/test/integration/goldens/kms/KeyManagementServiceStub.java index b180582def..de64e0ed7e 100644 --- a/test/integration/goldens/kms/KeyManagementServiceStub.java +++ b/test/integration/goldens/kms/KeyManagementServiceStub.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/kms/KeyManagementServiceStubSettings.java b/test/integration/goldens/kms/KeyManagementServiceStubSettings.java index efc069c515..260f7fdd39 100644 --- a/test/integration/goldens/kms/KeyManagementServiceStubSettings.java +++ b/test/integration/goldens/kms/KeyManagementServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/kms/KeyRingName.java b/test/integration/goldens/kms/KeyRingName.java index 28109b2666..1deea50c8e 100644 --- a/test/integration/goldens/kms/KeyRingName.java +++ b/test/integration/goldens/kms/KeyRingName.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/kms/LocationName.java b/test/integration/goldens/kms/LocationName.java index 007b010334..bd6776a8cc 100644 --- a/test/integration/goldens/kms/LocationName.java +++ b/test/integration/goldens/kms/LocationName.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/kms/MockIAMPolicy.java b/test/integration/goldens/kms/MockIAMPolicy.java index b7ebc56b18..01223b3a7b 100644 --- a/test/integration/goldens/kms/MockIAMPolicy.java +++ b/test/integration/goldens/kms/MockIAMPolicy.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/kms/MockIAMPolicyImpl.java b/test/integration/goldens/kms/MockIAMPolicyImpl.java index 920aec564d..be1c62eb33 100644 --- a/test/integration/goldens/kms/MockIAMPolicyImpl.java +++ b/test/integration/goldens/kms/MockIAMPolicyImpl.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/kms/MockKeyManagementService.java b/test/integration/goldens/kms/MockKeyManagementService.java index 7558dedbf4..873089a2b9 100644 --- a/test/integration/goldens/kms/MockKeyManagementService.java +++ b/test/integration/goldens/kms/MockKeyManagementService.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/kms/MockKeyManagementServiceImpl.java b/test/integration/goldens/kms/MockKeyManagementServiceImpl.java index b6b9fbda5c..12480f5a51 100644 --- a/test/integration/goldens/kms/MockKeyManagementServiceImpl.java +++ b/test/integration/goldens/kms/MockKeyManagementServiceImpl.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/kms/PublicKeyName.java b/test/integration/goldens/kms/PublicKeyName.java index 4518c2a4fb..048fc3f413 100644 --- a/test/integration/goldens/kms/PublicKeyName.java +++ b/test/integration/goldens/kms/PublicKeyName.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/kms/package-info.java b/test/integration/goldens/kms/package-info.java index 679e42f4cb..387836b476 100644 --- a/test/integration/goldens/kms/package-info.java +++ b/test/integration/goldens/kms/package-info.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/library/BookName.java b/test/integration/goldens/library/BookName.java index ac4db32a0b..a79c744949 100644 --- a/test/integration/goldens/library/BookName.java +++ b/test/integration/goldens/library/BookName.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/library/GrpcLibraryServiceCallableFactory.java b/test/integration/goldens/library/GrpcLibraryServiceCallableFactory.java index 1732f3129d..f1d3ac8977 100644 --- a/test/integration/goldens/library/GrpcLibraryServiceCallableFactory.java +++ b/test/integration/goldens/library/GrpcLibraryServiceCallableFactory.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/library/GrpcLibraryServiceStub.java b/test/integration/goldens/library/GrpcLibraryServiceStub.java index c2d424a93a..3e09a011a6 100644 --- a/test/integration/goldens/library/GrpcLibraryServiceStub.java +++ b/test/integration/goldens/library/GrpcLibraryServiceStub.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/library/LibraryServiceClient.java b/test/integration/goldens/library/LibraryServiceClient.java index 4b5b2ee6bc..034be02c2b 100644 --- a/test/integration/goldens/library/LibraryServiceClient.java +++ b/test/integration/goldens/library/LibraryServiceClient.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/library/LibraryServiceClientTest.java b/test/integration/goldens/library/LibraryServiceClientTest.java index dab4fb6398..82edc829d0 100644 --- a/test/integration/goldens/library/LibraryServiceClientTest.java +++ b/test/integration/goldens/library/LibraryServiceClientTest.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/library/LibraryServiceSettings.java b/test/integration/goldens/library/LibraryServiceSettings.java index 42a50bd525..81c0fb537b 100644 --- a/test/integration/goldens/library/LibraryServiceSettings.java +++ b/test/integration/goldens/library/LibraryServiceSettings.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/library/LibraryServiceStub.java b/test/integration/goldens/library/LibraryServiceStub.java index 48eaf7b070..11ae2f647a 100644 --- a/test/integration/goldens/library/LibraryServiceStub.java +++ b/test/integration/goldens/library/LibraryServiceStub.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/library/LibraryServiceStubSettings.java b/test/integration/goldens/library/LibraryServiceStubSettings.java index d36fe4d22f..0f7a252975 100644 --- a/test/integration/goldens/library/LibraryServiceStubSettings.java +++ b/test/integration/goldens/library/LibraryServiceStubSettings.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/library/MockLibraryService.java b/test/integration/goldens/library/MockLibraryService.java index 64c111250b..f1b5be1da4 100644 --- a/test/integration/goldens/library/MockLibraryService.java +++ b/test/integration/goldens/library/MockLibraryService.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/library/MockLibraryServiceImpl.java b/test/integration/goldens/library/MockLibraryServiceImpl.java index ff65534071..f16b5f2924 100644 --- a/test/integration/goldens/library/MockLibraryServiceImpl.java +++ b/test/integration/goldens/library/MockLibraryServiceImpl.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/library/ShelfName.java b/test/integration/goldens/library/ShelfName.java index d30fb7ec20..594e83f032 100644 --- a/test/integration/goldens/library/ShelfName.java +++ b/test/integration/goldens/library/ShelfName.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/library/package-info.java b/test/integration/goldens/library/package-info.java index 708b4eb1d1..4e8bca3b27 100644 --- a/test/integration/goldens/library/package-info.java +++ b/test/integration/goldens/library/package-info.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/BillingAccountLocationName.java b/test/integration/goldens/logging/BillingAccountLocationName.java index c2be0c8fd9..0201fe9765 100644 --- a/test/integration/goldens/logging/BillingAccountLocationName.java +++ b/test/integration/goldens/logging/BillingAccountLocationName.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/BillingAccountName.java b/test/integration/goldens/logging/BillingAccountName.java index d24f9a77db..42f46677c4 100644 --- a/test/integration/goldens/logging/BillingAccountName.java +++ b/test/integration/goldens/logging/BillingAccountName.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/CmekSettingsName.java b/test/integration/goldens/logging/CmekSettingsName.java index 49c925c26d..60f7b73860 100644 --- a/test/integration/goldens/logging/CmekSettingsName.java +++ b/test/integration/goldens/logging/CmekSettingsName.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/ConfigClient.java b/test/integration/goldens/logging/ConfigClient.java index 886f3acaa2..014c6c3883 100644 --- a/test/integration/goldens/logging/ConfigClient.java +++ b/test/integration/goldens/logging/ConfigClient.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/ConfigClientTest.java b/test/integration/goldens/logging/ConfigClientTest.java index dfe3204d89..442b83c86b 100644 --- a/test/integration/goldens/logging/ConfigClientTest.java +++ b/test/integration/goldens/logging/ConfigClientTest.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/ConfigServiceV2Stub.java b/test/integration/goldens/logging/ConfigServiceV2Stub.java index bcdcb70987..5091901f6e 100644 --- a/test/integration/goldens/logging/ConfigServiceV2Stub.java +++ b/test/integration/goldens/logging/ConfigServiceV2Stub.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/ConfigServiceV2StubSettings.java b/test/integration/goldens/logging/ConfigServiceV2StubSettings.java index 770bba339d..bfeba9f0a4 100644 --- a/test/integration/goldens/logging/ConfigServiceV2StubSettings.java +++ b/test/integration/goldens/logging/ConfigServiceV2StubSettings.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/ConfigSettings.java b/test/integration/goldens/logging/ConfigSettings.java index 290860c3b1..8cf51ceae7 100644 --- a/test/integration/goldens/logging/ConfigSettings.java +++ b/test/integration/goldens/logging/ConfigSettings.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/FolderLocationName.java b/test/integration/goldens/logging/FolderLocationName.java index 9f31df5554..c380821f0e 100644 --- a/test/integration/goldens/logging/FolderLocationName.java +++ b/test/integration/goldens/logging/FolderLocationName.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/FolderName.java b/test/integration/goldens/logging/FolderName.java index 8c5790ddef..4da442ed84 100644 --- a/test/integration/goldens/logging/FolderName.java +++ b/test/integration/goldens/logging/FolderName.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/GrpcConfigServiceV2CallableFactory.java b/test/integration/goldens/logging/GrpcConfigServiceV2CallableFactory.java index b71fdfc862..9a6c5c85fb 100644 --- a/test/integration/goldens/logging/GrpcConfigServiceV2CallableFactory.java +++ b/test/integration/goldens/logging/GrpcConfigServiceV2CallableFactory.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/GrpcConfigServiceV2Stub.java b/test/integration/goldens/logging/GrpcConfigServiceV2Stub.java index f11f4885f6..91ddb14f6a 100644 --- a/test/integration/goldens/logging/GrpcConfigServiceV2Stub.java +++ b/test/integration/goldens/logging/GrpcConfigServiceV2Stub.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/GrpcLoggingServiceV2CallableFactory.java b/test/integration/goldens/logging/GrpcLoggingServiceV2CallableFactory.java index 1779d7c70b..2875552eb2 100644 --- a/test/integration/goldens/logging/GrpcLoggingServiceV2CallableFactory.java +++ b/test/integration/goldens/logging/GrpcLoggingServiceV2CallableFactory.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/GrpcLoggingServiceV2Stub.java b/test/integration/goldens/logging/GrpcLoggingServiceV2Stub.java index 0beb2c9208..feb0ed3086 100644 --- a/test/integration/goldens/logging/GrpcLoggingServiceV2Stub.java +++ b/test/integration/goldens/logging/GrpcLoggingServiceV2Stub.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/GrpcMetricsServiceV2CallableFactory.java b/test/integration/goldens/logging/GrpcMetricsServiceV2CallableFactory.java index ea54e8e76c..224f4da9ce 100644 --- a/test/integration/goldens/logging/GrpcMetricsServiceV2CallableFactory.java +++ b/test/integration/goldens/logging/GrpcMetricsServiceV2CallableFactory.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/GrpcMetricsServiceV2Stub.java b/test/integration/goldens/logging/GrpcMetricsServiceV2Stub.java index 10507c44cd..fe15cf6052 100644 --- a/test/integration/goldens/logging/GrpcMetricsServiceV2Stub.java +++ b/test/integration/goldens/logging/GrpcMetricsServiceV2Stub.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/LocationName.java b/test/integration/goldens/logging/LocationName.java index 468a995a8c..18069bd08d 100644 --- a/test/integration/goldens/logging/LocationName.java +++ b/test/integration/goldens/logging/LocationName.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/LogBucketName.java b/test/integration/goldens/logging/LogBucketName.java index c21d17f977..c373feeea0 100644 --- a/test/integration/goldens/logging/LogBucketName.java +++ b/test/integration/goldens/logging/LogBucketName.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/LogExclusionName.java b/test/integration/goldens/logging/LogExclusionName.java index e74aa57593..04bf413562 100644 --- a/test/integration/goldens/logging/LogExclusionName.java +++ b/test/integration/goldens/logging/LogExclusionName.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/LogMetricName.java b/test/integration/goldens/logging/LogMetricName.java index 8776fea12d..cbeb10b808 100644 --- a/test/integration/goldens/logging/LogMetricName.java +++ b/test/integration/goldens/logging/LogMetricName.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/LogName.java b/test/integration/goldens/logging/LogName.java index 3ee9051322..af30905c73 100644 --- a/test/integration/goldens/logging/LogName.java +++ b/test/integration/goldens/logging/LogName.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/LogSinkName.java b/test/integration/goldens/logging/LogSinkName.java index a5a7ba2d4c..efef17874b 100644 --- a/test/integration/goldens/logging/LogSinkName.java +++ b/test/integration/goldens/logging/LogSinkName.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/LogViewName.java b/test/integration/goldens/logging/LogViewName.java index a38321aabe..3875d5c5c4 100644 --- a/test/integration/goldens/logging/LogViewName.java +++ b/test/integration/goldens/logging/LogViewName.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/LoggingClient.java b/test/integration/goldens/logging/LoggingClient.java index 9d5b313747..cc51eabac2 100644 --- a/test/integration/goldens/logging/LoggingClient.java +++ b/test/integration/goldens/logging/LoggingClient.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/LoggingClientTest.java b/test/integration/goldens/logging/LoggingClientTest.java index 8fa29abd3d..a6395714c6 100644 --- a/test/integration/goldens/logging/LoggingClientTest.java +++ b/test/integration/goldens/logging/LoggingClientTest.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/LoggingServiceV2Stub.java b/test/integration/goldens/logging/LoggingServiceV2Stub.java index 3ebddb7ed0..a62a662702 100644 --- a/test/integration/goldens/logging/LoggingServiceV2Stub.java +++ b/test/integration/goldens/logging/LoggingServiceV2Stub.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/LoggingServiceV2StubSettings.java b/test/integration/goldens/logging/LoggingServiceV2StubSettings.java index 5d4b58ba32..d1fa3db875 100644 --- a/test/integration/goldens/logging/LoggingServiceV2StubSettings.java +++ b/test/integration/goldens/logging/LoggingServiceV2StubSettings.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/LoggingSettings.java b/test/integration/goldens/logging/LoggingSettings.java index 8740bacda1..c27146d88f 100644 --- a/test/integration/goldens/logging/LoggingSettings.java +++ b/test/integration/goldens/logging/LoggingSettings.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/MetricsClient.java b/test/integration/goldens/logging/MetricsClient.java index 61747b266c..7c498fe19a 100644 --- a/test/integration/goldens/logging/MetricsClient.java +++ b/test/integration/goldens/logging/MetricsClient.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/MetricsClientTest.java b/test/integration/goldens/logging/MetricsClientTest.java index 02973ea7db..e26c9980fb 100644 --- a/test/integration/goldens/logging/MetricsClientTest.java +++ b/test/integration/goldens/logging/MetricsClientTest.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/MetricsServiceV2Stub.java b/test/integration/goldens/logging/MetricsServiceV2Stub.java index 5cf37e71a8..47931fb0dc 100644 --- a/test/integration/goldens/logging/MetricsServiceV2Stub.java +++ b/test/integration/goldens/logging/MetricsServiceV2Stub.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/MetricsServiceV2StubSettings.java b/test/integration/goldens/logging/MetricsServiceV2StubSettings.java index b8f5293bea..3fd951caa0 100644 --- a/test/integration/goldens/logging/MetricsServiceV2StubSettings.java +++ b/test/integration/goldens/logging/MetricsServiceV2StubSettings.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/MetricsSettings.java b/test/integration/goldens/logging/MetricsSettings.java index 3df8b8269a..4a4800e90a 100644 --- a/test/integration/goldens/logging/MetricsSettings.java +++ b/test/integration/goldens/logging/MetricsSettings.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/MockConfigServiceV2.java b/test/integration/goldens/logging/MockConfigServiceV2.java index 25b61df864..6a3559f377 100644 --- a/test/integration/goldens/logging/MockConfigServiceV2.java +++ b/test/integration/goldens/logging/MockConfigServiceV2.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/MockConfigServiceV2Impl.java b/test/integration/goldens/logging/MockConfigServiceV2Impl.java index df9005f82d..345c4ff03a 100644 --- a/test/integration/goldens/logging/MockConfigServiceV2Impl.java +++ b/test/integration/goldens/logging/MockConfigServiceV2Impl.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/MockLoggingServiceV2.java b/test/integration/goldens/logging/MockLoggingServiceV2.java index 2b22005750..934d326807 100644 --- a/test/integration/goldens/logging/MockLoggingServiceV2.java +++ b/test/integration/goldens/logging/MockLoggingServiceV2.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/MockLoggingServiceV2Impl.java b/test/integration/goldens/logging/MockLoggingServiceV2Impl.java index 4a0913eab0..6a3a330981 100644 --- a/test/integration/goldens/logging/MockLoggingServiceV2Impl.java +++ b/test/integration/goldens/logging/MockLoggingServiceV2Impl.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/MockMetricsServiceV2.java b/test/integration/goldens/logging/MockMetricsServiceV2.java index a2bbe74da6..f0288045b2 100644 --- a/test/integration/goldens/logging/MockMetricsServiceV2.java +++ b/test/integration/goldens/logging/MockMetricsServiceV2.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/MockMetricsServiceV2Impl.java b/test/integration/goldens/logging/MockMetricsServiceV2Impl.java index 64855c0a62..9cc5f79627 100644 --- a/test/integration/goldens/logging/MockMetricsServiceV2Impl.java +++ b/test/integration/goldens/logging/MockMetricsServiceV2Impl.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/OrganizationLocationName.java b/test/integration/goldens/logging/OrganizationLocationName.java index 8ccd632926..6f358bef84 100644 --- a/test/integration/goldens/logging/OrganizationLocationName.java +++ b/test/integration/goldens/logging/OrganizationLocationName.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/OrganizationName.java b/test/integration/goldens/logging/OrganizationName.java index d3183b6d27..a4bb999c2e 100644 --- a/test/integration/goldens/logging/OrganizationName.java +++ b/test/integration/goldens/logging/OrganizationName.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/ProjectName.java b/test/integration/goldens/logging/ProjectName.java index adafd1af08..2e4f451909 100644 --- a/test/integration/goldens/logging/ProjectName.java +++ b/test/integration/goldens/logging/ProjectName.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/logging/package-info.java b/test/integration/goldens/logging/package-info.java index 33fd7ef3d9..c9561f16e9 100644 --- a/test/integration/goldens/logging/package-info.java +++ b/test/integration/goldens/logging/package-info.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/redis/CloudRedisClient.java b/test/integration/goldens/redis/CloudRedisClient.java index 4411ff29db..d38744c12f 100644 --- a/test/integration/goldens/redis/CloudRedisClient.java +++ b/test/integration/goldens/redis/CloudRedisClient.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/redis/CloudRedisClientTest.java b/test/integration/goldens/redis/CloudRedisClientTest.java index 01190587e4..41caaafeb1 100644 --- a/test/integration/goldens/redis/CloudRedisClientTest.java +++ b/test/integration/goldens/redis/CloudRedisClientTest.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/redis/CloudRedisSettings.java b/test/integration/goldens/redis/CloudRedisSettings.java index 92e316bff4..250349fb1b 100644 --- a/test/integration/goldens/redis/CloudRedisSettings.java +++ b/test/integration/goldens/redis/CloudRedisSettings.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/redis/CloudRedisStub.java b/test/integration/goldens/redis/CloudRedisStub.java index a3ecc3945d..c13f195c4f 100644 --- a/test/integration/goldens/redis/CloudRedisStub.java +++ b/test/integration/goldens/redis/CloudRedisStub.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/redis/CloudRedisStubSettings.java b/test/integration/goldens/redis/CloudRedisStubSettings.java index f911e92382..fcb157ea43 100644 --- a/test/integration/goldens/redis/CloudRedisStubSettings.java +++ b/test/integration/goldens/redis/CloudRedisStubSettings.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/redis/GrpcCloudRedisCallableFactory.java b/test/integration/goldens/redis/GrpcCloudRedisCallableFactory.java index 411e4955de..3f8b211872 100644 --- a/test/integration/goldens/redis/GrpcCloudRedisCallableFactory.java +++ b/test/integration/goldens/redis/GrpcCloudRedisCallableFactory.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/redis/GrpcCloudRedisStub.java b/test/integration/goldens/redis/GrpcCloudRedisStub.java index 99f15a59c6..24c34f9b6e 100644 --- a/test/integration/goldens/redis/GrpcCloudRedisStub.java +++ b/test/integration/goldens/redis/GrpcCloudRedisStub.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/redis/InstanceName.java b/test/integration/goldens/redis/InstanceName.java index 610c994619..b58cf0d5e9 100644 --- a/test/integration/goldens/redis/InstanceName.java +++ b/test/integration/goldens/redis/InstanceName.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/redis/LocationName.java b/test/integration/goldens/redis/LocationName.java index e4ff950ac5..ab2b214c7b 100644 --- a/test/integration/goldens/redis/LocationName.java +++ b/test/integration/goldens/redis/LocationName.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/redis/MockCloudRedis.java b/test/integration/goldens/redis/MockCloudRedis.java index 00b4a0316e..61d9b1ea2a 100644 --- a/test/integration/goldens/redis/MockCloudRedis.java +++ b/test/integration/goldens/redis/MockCloudRedis.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/redis/MockCloudRedisImpl.java b/test/integration/goldens/redis/MockCloudRedisImpl.java index bc4e3d8d7d..8cce05da5e 100644 --- a/test/integration/goldens/redis/MockCloudRedisImpl.java +++ b/test/integration/goldens/redis/MockCloudRedisImpl.java @@ -1,5 +1,5 @@ /* - * 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/test/integration/goldens/redis/package-info.java b/test/integration/goldens/redis/package-info.java index 9aa6d67fa9..d8d969e5e7 100644 --- a/test/integration/goldens/redis/package-info.java +++ b/test/integration/goldens/redis/package-info.java @@ -1,5 +1,5 @@ /* - * 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.