Ext.namespace('Zarafa');

/**
 * @class Zarafa.ABOUT
 * @extends String
 *
 * The copyright string holding the copyright notice for the WebApp.
 */

Zarafa.ABOUT = ""
	+ "<p>Copyright (C) 2005 - 2016 Zarafa B.V. &lt;info@zarafa.com&gt; and its licensors<br>"
	+ "Copyright (C) 2016 Kopano and its licensors</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>"

	+ "<hr />"

	+ "<p>WebApp contains the following third-party components:</p>"

	+ "<h1>Ext JS</h1>"

	+ "<p>Copyright (C) Sencha, Inc.  Ext JS is distributed under the terms of the GNU General Public License: <a href=\"http://www.gnu.org/copyleft/gpl.html\" target=\"_blank\">http://www.gnu.org/copyleft/gpl.html</a></p>"


	+ "<h1>Printer rendering</h1>"

	+ "<p>Copyright (C) 2010 Ed Spencer</p>"

	+ "<p>Permission is hereby granted, free of charge, to any person obtaining a copy "
	+ "of this software and associated documentation files (the \"Software\"), to deal "
	+ "in the Software without restriction, including without limitation the rights "
	+ "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell "
	+ "copies of the Software, and to permit persons to whom the Software is "
	+ "furnished to do so, subject to the following conditions:</p>"

	+ "<p>The above copyright notice and this permission notice shall be included in "
	+ "all copies or substantial portions of the Software.</p>"

	+ "<p>THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR "
	+ "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, "
	+ "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE "
	+ "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER "
	+ "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, "
	+ "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN "
	+ "THE SOFTWARE.</p>"


	+ "<h1>TinyMCE</h1>"

	+ "<p>Copyright, Moxiecode Systems AB. Released under LGPL License: <a href=\"http://www.tinymce.com/license\" target=\"_blank\">http://www.tinymce.com/license</a></p>"


	+ "<h1>TinyMCE PowerPaste</h1>"

	+ "<p>Copyright (C) 2015 Ephox Corporation</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>"

	+ "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>";