Fix bad license (not first)

This commit is contained in:
Jay Harris
2022-11-09 13:07:11 +13:00
parent 04dae4ee67
commit 4647e72c98
4 changed files with 4 additions and 4 deletions
@@ -1,7 +1,7 @@
/* global describe, it */
/* 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 http://mozilla.org/MPL/2.0/. */
/* global describe, it */
import reducers from '../../../brave_adblock_ui/reducers/index'
import { adblockInitialState } from '../../testData'
@@ -1,7 +1,7 @@
/* global describe, it */
/* 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 http://mozilla.org/MPL/2.0/. */
/* global describe, it */
import { createReducer } from '../../../../brave_rewards/resources/page/reducers'
import { rewardsInitialState } from '../../../testData'
@@ -1,7 +1,7 @@
/* global describe, it */
/* 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 http://mozilla.org/MPL/2.0/. */
/* global describe, it */
import { convertBalance } from '../../../brave_rewards/resources/page/components/utils'
@@ -1,7 +1,7 @@
/* global describe, it */
/* 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 http://mozilla.org/MPL/2.0/. */
/* global describe, it */
import reducers from '../../../brave_welcome_ui/reducers/index'
import { welcomeInitialState } from '../../testData'