diff --git a/.eslintrc.json b/.eslintrc.json index 090188cb567..15b7da046ac 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/." ] ] }