Skip to content

Commit 31c4de6

Browse files
committed
chore: Dedent
1 parent 3b39da7 commit 31c4de6

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

  • hermetic_build/library_generation/owlbot/synthtool/languages

hermetic_build/library_generation/owlbot/synthtool/languages/java.py

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -57,21 +57,21 @@
5757
def _get_good_license():
5858
current_year = int(os.getenv("TEST_CURRENT_YEAR", date.today().year))
5959
good_license = f"""/*
60-
* Copyright {current_year} Google LLC
61-
*
62-
* Licensed under the Apache License, Version 2.0 (the "License");
63-
* you may not use this file except in compliance with the License.
64-
* You may obtain a copy of the License at
65-
*
66-
* https://www.apache.org/licenses/LICENSE-2.0
67-
*
68-
* Unless required by applicable law or agreed to in writing, software
69-
* distributed under the License is distributed on an "AS IS" BASIS,
70-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
71-
* See the License for the specific language governing permissions and
72-
* limitations under the License.
73-
*/
74-
"""
60+
* Copyright {current_year} Google LLC
61+
*
62+
* Licensed under the Apache License, Version 2.0 (the "License");
63+
* you may not use this file except in compliance with the License.
64+
* You may obtain a copy of the License at
65+
*
66+
* https://www.apache.org/licenses/LICENSE-2.0
67+
*
68+
* Unless required by applicable law or agreed to in writing, software
69+
* distributed under the License is distributed on an "AS IS" BASIS,
70+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
71+
* See the License for the specific language governing permissions and
72+
* limitations under the License.
73+
*/
74+
"""
7575
return good_license
7676

7777

0 commit comments

Comments
 (0)