diff options
Diffstat (limited to 'data/preferences_panel/preferences_panel.html')
-rw-r--r-- | data/preferences_panel/preferences_panel.html | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/data/preferences_panel/preferences_panel.html b/data/preferences_panel/preferences_panel.html index ee31c57..d213061 100644 --- a/data/preferences_panel/preferences_panel.html +++ b/data/preferences_panel/preferences_panel.html @@ -1,29 +1,29 @@ <html> <head> <!-- /** - * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * GNU LibreJSXUL - A browser add-on to block nonfree nontrivial JavaScript. * * * Copyright (C) 2011, 2012, 2014 Loic J. Duros * Copyright (C) 2014, 2015 Nik Nyby * - * This file is part of GNU LibreJS. + * This file is part of GNU LibreJSXUL. * - * GNU LibreJS is free software: you can redistribute it and/or modify + * GNU LibreJSXUL is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * GNU LibreJS is distributed in the hope that it will be useful, + * GNU LibreJSXUL is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. + * along with GNU LibreJSXUL. If not, see <http://www.gnu.org/licenses/>. */ --> <title> - LibreJS preferences + LibreJSXUL preferences </title> <style> body > div { @@ -56,17 +56,16 @@ width:240px; } </style> - + </head> - + <body> - <h3> - LibreJS Preferences - </h3> + <h3>LibreJSXUL Preferences</h3> <div> <div> <div class="choice"> - <input id="pref_nolazy" type="checkbox"/><p>Do not consider lazy license mentions as free (e.g.: dual-licensed under MIT and GPL, ...)</p> + <input id="pref_nolazy" type="checkbox"/> + <p>Do not consider lazy license mentions as free (e.g.: dual-licensed under MIT and GPL, ...)</p> </div> </div> </body> |