From 4c456853316312755815f35a66daf621653bdd12 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Mon, 9 Mar 2015 17:40:58 -0400 Subject: [PATCH] Add header to EventUtils.jsm --- test/resource/EventUtils.jsm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/test/resource/EventUtils.jsm b/test/resource/EventUtils.jsm index d7c3aca1c2..566c7dde7a 100644 --- a/test/resource/EventUtils.jsm +++ b/test/resource/EventUtils.jsm @@ -1,4 +1,10 @@ -// Export all available functions for Mozmill +/* Taken from MozMill 6c0948d80eebcbb104ce7a776c65aeae634970dd + * + * 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/. */ + + // Export all available functions for Mozmill var EXPORTED_SYMBOLS = ["disableNonTestMouseEvents","sendMouseEvent", "sendChar", "sendString", "sendKey", "synthesizeMouse", "synthesizeTouch", "synthesizeMouseAtPoint", "synthesizeTouchAtPoint",