| Index: templates/geckoInfo.js.tmpl |
| =================================================================== |
| --- a/templates/geckoInfo.js.tmpl |
| +++ b/templates/geckoInfo.js.tmpl |
| @@ -1,15 +1,9 @@ |
| -/* 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"; |
| - |
| -exports.addonName = {{ basename|json }}; |
| -exports.addonVersion = {{ version|json }}; |
| +{# 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/. -#} |
| exports.application = "unknown"; |
| exports.applicationVersion = "0"; |
| - |
| exports.platform = "gecko"; |
| exports.platformVersion = "0"; |