Bug 1393097 - Relicense test_execute_async_script.py to public domain. r?automatedtester draft
authorAndreas Tolfsen <ato@sny.no>
Wed, 23 Aug 2017 17:12:11 +0100
changeset 651366 4592b5f910760a21138e8646d24ce014cec53211
parent 651330 446cd9f4b0f5684adaf275a999e0361988a95cfe
child 727683 5e4b0c6a2e51130e879a802e3e2b4bb23688db6a
push id75697
push userbmo:ato@sny.no
push dateWed, 23 Aug 2017 16:12:45 +0000
reviewersautomatedtester
bugs1393097
milestone57.0a1
Bug 1393097 - Relicense test_execute_async_script.py to public domain. r?automatedtester DONTBUILD MozReview-Commit-ID: AMrcfZyfEQM
testing/marionette/harness/marionette_harness/tests/unit/test_execute_async_script.py
--- a/testing/marionette/harness/marionette_harness/tests/unit/test_execute_async_script.py
+++ b/testing/marionette/harness/marionette_harness/tests/unit/test_execute_async_script.py
@@ -1,12 +1,8 @@
-# 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/.
-
 from marionette_driver.errors import (
     JavascriptException,
     ScriptTimeoutException,
 )
 
 from marionette_harness import MarionetteTestCase