From d9b72dd7c2869abfb13a77bfadf2d35aca2bb802 Mon Sep 17 00:00:00 2001 From: Aleksey Khoroshilov Date: Thu, 22 Dec 2022 15:47:20 +0700 Subject: [PATCH] Uplift eslint license check fix. --- .eslintrc.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 090188cb567f..15b7da046ac2 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -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/." ] ] }