Skip to content

Commit 6768957

Browse files
author
Takashi Matsuo
authored
fix(header-checker): also allow Google, Inc (GoogleCloudPlatform#5427)
Typically old files have a copyright header with Google, Inc.
1 parent 10b0e07 commit 6768957

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/header-checker-lint.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
{"allowedCopyrightHolders": ["Google LLC"],
1+
{"allowedCopyrightHolders": ["Google LLC", "Google, Inc"],
22
"allowedLicenses": ["Apache-2.0", "MIT", "BSD-3"],
33
"ignoreFiles": ["**/requirements.txt", "**/requirements-test.txt", "**/requirements-composer.txt", "**/__init__.py"],
44
"sourceFileExtensions": [
5-
"ts",
6-
"js",
7-
"java",
8-
"sh",
9-
"Dockerfile",
10-
"yaml",
5+
"ts",
6+
"js",
7+
"java",
8+
"sh",
9+
"Dockerfile",
10+
"yaml",
1111
"py",
1212
"html",
1313
"txt"

0 commit comments

Comments
 (0)