1
0
Fork 0
mirror of https://github.com/dducret/kopano-webapp-passwd synced 2026-07-27 10:32:26 +02:00

update license

This commit is contained in:
Saket Patel 2013-10-17 23:50:09 +05:30
commit 67e7a25ea1
2 changed files with 16 additions and 2 deletions

View file

@ -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/).

View file

@ -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 &lt;silentsakky@gmail.com&gt;</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>";