From c63ba21574e4d4e72c79a1f399977e26e533100a Mon Sep 17 00:00:00 2001 From: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> Date: Mon, 30 Nov 2020 11:02:31 -0800 Subject: [PATCH] [helper] Change generate command to use "LLC" instead of "Inc." (#4753) This reflects the current style: https://opensource.google/docs/copyright/#the-year --- infra/templates.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/templates.py b/infra/templates.py index 00ca3226f..3a8db4d2b 100755 --- a/infra/templates.py +++ b/infra/templates.py @@ -22,7 +22,7 @@ primary_contact: "" """ 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.