mirror of
https://github.com/silentsakky/zarafa-webapp-passwd
synced 2026-07-27 10:30:56 +02:00
update license
This commit is contained in:
parent
0d77ec5564
commit
67e7a25ea1
2 changed files with 16 additions and 2 deletions
2
LICENSE
2
LICENSE
|
|
@ -12,4 +12,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|||
GNU Affero General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
along with this program. If not, see [here](http://www.gnu.org/licenses/).
|
||||
16
js/ABOUT.js
16
js/ABOUT.js
|
|
@ -5,4 +5,18 @@ Ext.namespace('Zarafa.plugins.passwd');
|
|||
*
|
||||
* The copyright string holding the copyright notice for the Zarafa passwd Plugin.
|
||||
*/
|
||||
Zarafa.plugins.passwd.ABOUT = "Something should be here";
|
||||
Zarafa.plugins.passwd.ABOUT = ""
|
||||
+ "<p>Copyright (C) 2013 Saket Patel <silentsakky@gmail.com></p>"
|
||||
|
||||
+ "<p>This program is free software: you can redistribute it and/or modify "
|
||||
+ "it under the terms of the GNU Affero General Public License as "
|
||||
+ "published by the Free Software Foundation, either version 3 of the "
|
||||
+ "License, or (at your option) any later version.</p>"
|
||||
|
||||
+ "<p>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 Affero General Public License for more details.</p>"
|
||||
|
||||
+ "<p>You should have received a copy of the GNU Affero General Public License "
|
||||
+ "along with this program. If not, see <a href=\"http://www.gnu.org/licenses/\" target=\"_blank\">http://www.gnu.org/licenses/</a>.</p>";
|
||||
Loading…
Add table
Add a link
Reference in a new issue