Skip to content

Commit e56c6a5

Browse files
committed
fix: Update copyright to 2022 for newly generated files.
1 parent b49f243 commit e56c6a5

196 files changed

Lines changed: 195 additions & 196 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ GOLDEN_UPDATING_UNIT_TESTS = [
209209
args = [test_class],
210210
runtime_deps = [
211211
":gapic_generator_java",
212-
":gapic_generator_java-test",
213212
] + MAIN_DEPS + TEST_DEPS,
214213
data = glob([
215214
"src/test/java/**/*.golden",

src/main/java/com/google/api/generator/gapic/composer/comment/CommentComposer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
public class CommentComposer {
2222
private static final String APACHE_LICENSE_STRING =
23-
"Copyright 2021 Google LLC\n\n"
23+
"Copyright 2022 Google LLC\n\n"
2424
+ "Licensed under the Apache License, Version 2.0 (the \"License\");\n"
2525
+ "you may not use this file except in compliance with the License.\n"
2626
+ "You may obtain a copy of the License at\n\n"

src/test/java/com/google/api/generator/gapic/composer/goldens/ComposerPostProcOnFooBar.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Google LLC
2+
* Copyright 2022 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

test/integration/goldens/asset/com/google/cloud/asset/v1/AssetServiceClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Google LLC
2+
* Copyright 2022 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

test/integration/goldens/asset/com/google/cloud/asset/v1/AssetServiceClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Google LLC
2+
* Copyright 2022 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

test/integration/goldens/asset/com/google/cloud/asset/v1/AssetServiceSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Google LLC
2+
* Copyright 2022 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

test/integration/goldens/asset/com/google/cloud/asset/v1/FeedName.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Google LLC
2+
* Copyright 2022 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

test/integration/goldens/asset/com/google/cloud/asset/v1/MockAssetService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Google LLC
2+
* Copyright 2022 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

test/integration/goldens/asset/com/google/cloud/asset/v1/MockAssetServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Google LLC
2+
* Copyright 2022 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

test/integration/goldens/asset/com/google/cloud/asset/v1/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Google LLC
2+
* Copyright 2022 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)