Skip to content

Commit 38ad636

Browse files
authored
fix: update copyright year in Java license header replacement template (#1810)
1 parent d0f51a0 commit 38ad636

File tree

9 files changed

+21
-21
lines changed

9 files changed

+21
-21
lines changed

docker/owlbot/java/tests/new-client-maps/golden/google-maps-foo-bom/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
</roles>
3333
</developer>
3434
<developer>
35-
<id>neenushaji</id>
36-
<name>Neenu Shaji</name>
37-
<email>[email protected]</email>
38-
<organization>Google LLC</organization>
39-
<roles>
40-
<role>Developer</role>
41-
</roles>
35+
<id>neenushaji</id>
36+
<name>Neenu Shaji</name>
37+
<email>[email protected]</email>
38+
<organization>Google LLC</organization>
39+
<roles>
40+
<role>Developer</role>
41+
</roles>
4242
</developer>
4343
</developers>
4444

docker/owlbot/java/tests/new-client-maps/golden/grpc-google-maps-foo-v1/src/main/java/com/google/maps/foo/SomeService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Google LLC
2+
* Copyright 2023 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.

docker/owlbot/java/tests/new-client-maps/golden/proto-google-maps-foo-v1/src/main/java/com/google/maps/foo/SomeMessage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Google LLC
2+
* Copyright 2023 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.

docker/owlbot/java/tests/new-client/golden/google-cloud-foo-bom/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
</roles>
3333
</developer>
3434
<developer>
35-
<id>neenushaji</id>
36-
<name>Neenu Shaji</name>
37-
<email>[email protected]</email>
38-
<organization>Google LLC</organization>
39-
<roles>
40-
<role>Developer</role>
41-
</roles>
35+
<id>neenushaji</id>
36+
<name>Neenu Shaji</name>
37+
<email>[email protected]</email>
38+
<organization>Google LLC</organization>
39+
<roles>
40+
<role>Developer</role>
41+
</roles>
4242
</developer>
4343
</developers>
4444

docker/owlbot/java/tests/new-client/golden/grpc-google-cloud-foo-v1/src/main/java/com/google/cloud/foo/SomeService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Google LLC
2+
* Copyright 2023 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.

docker/owlbot/java/tests/new-client/golden/proto-google-cloud-foo-v1/src/main/java/com/google/cloud/foo/SomeMessage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Google LLC
2+
* Copyright 2023 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.

synthtool/languages/java.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
JAR_DOWNLOAD_URL = "https://github.com/google/google-java-format/releases/download/google-java-format-{version}/google-java-format-{version}-all-deps.jar"
3030
DEFAULT_FORMAT_VERSION = "1.7"
3131
GOOD_LICENSE = """/*
32-
* Copyright 2020 Google LLC
32+
* Copyright 2023 Google LLC
3333
*
3434
* Licensed under the Apache License, Version 2.0 (the "License");
3535
* you may not use this file except in compliance with the License.

tests/testdata/FooGrpcGolden.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Google LLC
2+
* Copyright 2023 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.

tests/testdata/FooProtoGolden.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Google LLC
2+
* Copyright 2023 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)