Merge pull request #16250 from brave/fix-eslint-license-generator
Use capitalized You in eslint license validator.
This commit is contained in:
+7
-1
@@ -34,7 +34,7 @@
|
||||
"Copyright (c) {YEAR} The Brave Authors. All rights reserved.",
|
||||
"This Source Code Form is subject to the terms of the Mozilla Public",
|
||||
"License, v. 2.0. If a copy of the MPL was not distributed with this file,",
|
||||
"you can obtain one at https://mozilla.org/MPL/2.0/."
|
||||
"You can obtain one at https://mozilla.org/MPL/2.0/."
|
||||
],
|
||||
"altHeaders": [
|
||||
[
|
||||
@@ -47,6 +47,12 @@
|
||||
"This Source Code Form is subject to the terms of the Mozilla Public",
|
||||
"* License, v. 2.0. If a copy of the MPL was not distributed with this file,",
|
||||
"* You can obtain one at https://mozilla.org/MPL/2.0/."
|
||||
],
|
||||
[
|
||||
"Copyright (c) {YEAR} The Brave Authors. All rights reserved.",
|
||||
"This Source Code Form is subject to the terms of the Mozilla Public",
|
||||
"License, v. 2.0. If a copy of the MPL was not distributed with this file,",
|
||||
"you can obtain one at https://mozilla.org/MPL/2.0/."
|
||||
]
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user