diff --git a/remote/Protocol.jsm b/remote/Protocol.jsm index 359452acb01c..efc122f43c67 100644 --- a/remote/Protocol.jsm +++ b/remote/Protocol.jsm @@ -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/. */ + "use strict"; var EXPORTED_SYMBOLS = ["Protocol"]; diff --git a/remote/pref/remote.js b/remote/pref/remote.js index 7887e3a0d5b0..c8ba8d4dfdfc 100644 --- a/remote/pref/remote.js +++ b/remote/pref/remote.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/. */ + // Indicates whether the remote agent is enabled. // If it is false, the remote agent will not be loaded. pref("remote.enabled", false);