[helper] Change generate command to use "LLC" instead of "Inc." (#4753)

This reflects the current style:
https://opensource.google/docs/copyright/#the-year
This commit is contained in:
jonathanmetzman 2020-11-30 11:02:31 -08:00 committed by GitHub
parent f043b86d7f
commit c63ba21574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ primary_contact: "<primary_contact_email>"
"""
DOCKER_TEMPLATE = """\
# Copyright %(year)d Google Inc.
# Copyright %(year)d Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@ -47,7 +47,7 @@ COPY build.sh $SRC/
BUILD_TEMPLATE = """\
#!/bin/bash -eu
# Copyright %(year)d Google Inc.
# Copyright %(year)d Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.