From c22fb798d779e7e9b3763bf42382996c15721e82 Mon Sep 17 00:00:00 2001 From: TrickyPR <23250792+trickypr@users.noreply.github.com> Date: Sun, 31 Mar 2024 22:05:27 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=84=20Fix=20license=20headers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/content/src/tests/tests/urlBox.test.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/content/src/tests/tests/urlBox.test.js b/apps/content/src/tests/tests/urlBox.test.js index 9875064..89a5010 100644 --- a/apps/content/src/tests/tests/urlBox.test.js +++ b/apps/content/src/tests/tests/urlBox.test.js @@ -1,3 +1,7 @@ +/* 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/. */ + import { test } from 'zora' import { getFastAutocomplete } from '../../browser/components/urlBox.js'