diff --git a/tslint.json b/tslint.json index 50ee353b00..1ed2b50170 100644 --- a/tslint.json +++ b/tslint.json @@ -8,7 +8,10 @@ "rules": { "file-header": [ true, - "Copyright Google Inc\\." + { + "match": "Copyright Google LLC", + "allow-single-line-comments": false + } ], "no-console": [ true, @@ -51,7 +54,10 @@ "jsRules": { "file-header": [ true, - "Copyright Google Inc\\." + { + "match": "Copyright Google LLC", + "allow-single-line-comments": false + } ], "no-console": [ true,