Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit e3c178c

Browse files
authored
Update header copyright year to 2020 (#339)
Bumps the year to 2020 in the templates. Also tweaked the formatting slightly (copied from go/copyright).
1 parent 7a46524 commit e3c178c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

gapic/templates/_license.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2019 Google LLC
1+
# Copyright 2020 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

tests/unit/samplegen/test_integration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def test_generate_sample_basic():
111111

112112
sample_id = ("mollusc_classify_sync")
113113
expected_str = '''# -*- coding: utf-8 -*-
114-
# Copyright (C) 2019 Google LLC
114+
# Copyright 2020 Google LLC
115115
#
116116
# Licensed under the Apache License, Version 2.0 (the "License");
117117
# you may not use this file except in compliance with the License.
@@ -247,7 +247,7 @@ def test_generate_sample_basic_unflattenable():
247247

248248
sample_id = ("mollusc_classify_sync")
249249
expected_str = '''# -*- coding: utf-8 -*-
250-
# Copyright (C) 2019 Google LLC
250+
# Copyright 2020 Google LLC
251251
#
252252
# Licensed under the Apache License, Version 2.0 (the "License");
253253
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)