Merge pull request #16250 from brave/fix-eslint-license-generator

Use capitalized You in eslint license validator.
This commit is contained in:
Aleksey Khoroshilov
2022-12-06 19:46:32 +07:00
committed by GitHub
+7 -1
View File
@@ -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/."
]
]
}