diff options
author | hackademix <giorgio@maone.net> | 2018-09-13 15:54:10 +0200 |
---|---|---|
committer | hackademix <giorgio@maone.net> | 2018-09-13 15:54:10 +0200 |
commit | f87af55eb50a38ba44fcc0397d93e4989304bc8b (patch) | |
tree | 46ff3222f24113e9fa7201cdf989bd823f19d9dc /html/README | |
parent | a2c93c2663d4f61b3c88d39f27fa492aca999455 (diff) |
Refactored panel visual styles to be reused by the general settings page.
Diffstat (limited to 'html/README')
-rw-r--r-- | html/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/html/README b/html/README new file mode 100644 index 0000000..a56ea46 --- /dev/null +++ b/html/README @@ -0,0 +1,21 @@ +/** + * GNU LibreJS - A browser add-on to block nonfree nontrivial JavaScript. + * * + * Copyright (C) 2011, 2012, 2014 Loic J. Duros + * + * This program 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. + * + * This program 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 this program. If not, see <http://www.gnu.org/licenses/>. + * + */ + +All images in this directory are free, released under the GPLv3 or later.
\ No newline at end of file |