mirror of https://github.com/google/oss-fuzz.git
[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:
parent
f043b86d7f
commit
c63ba21574
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue