diff options
Diffstat (limited to 'httemplate/docs/license.html')
| -rw-r--r-- | httemplate/docs/license.html | 120 | 
1 files changed, 120 insertions, 0 deletions
| diff --git a/httemplate/docs/license.html b/httemplate/docs/license.html new file mode 100644 index 000000000..fc3da6913 --- /dev/null +++ b/httemplate/docs/license.html @@ -0,0 +1,120 @@ +<% include('/elements/header-popup.html', { title=>'Freeside', nobr=>1 } ) %> +<CENTER> +<IMG SRC="<%$fsurl%>images/small-logo.png" BORDER="0"><BR> +<H3>version <% $FS::VERSION %></H3> +</CENTER> + +<P> + +Copyright © 2005-2009 Freeside Internet Services, Inc.<BR> +Copyright © 2000-2005 Ivan Kohler<BR> +Copyright © 1999 Silicon Interactive Software Design<BR> +All rights reserved<BR> + +<P> +    This program is free software; you can redistribute it and/or modify +    it under the terms of the GNU <B>Affero</B> General Public License as published +    by the Free Software Foundation, either version 3 of the License, or (at +    your option) any later version. + +<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, in the file `<A HREF="AGPL.html" TARGET="_blank">AGPL</A>'; if not, +    see <<A HREF="http://www.fsf.org/licensing/licenses/agpl-3.0.html" TARGET="_blank"">http://www.fsf.org/licensing/licenses/agpl-3.0.html</a>>. + +<P> +    At your option, you may also redistribute and/or modify the files in the +    fs_selfservice/ directory (but not the rest of the software) 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. + +<P> +    At your option, you may also redistribute and/or modify the +    fs_selfservice/php/freeside.class.php file (but not the rest of the +    software) under the terms of the GNU Lesser General Public License as +    published by the Free Software Foundation, either version 3 of the License, +    or (at your option) any later version. + +<!--entire other packages--> + +<P> +Contains "Request Tracker" <http://www.bestpractical.com/rt/> and  +"RTx::Extension::ActivityReports" from Best Practical Solutions, licensed under +the terms of the GNU GPL, version two.  Best Practical Solutions considers the +Request Tracker software in this case to be "merely aggregated" with Freeside, +and not a "combined work", and as such Request Tracker is distributed only +under the original GPLv2 license. + +<!--important widgets or other "whole" bits--> + +<P> +Latex invoice template based on a template from eBills +<http://ebills.sourceforge.net/> by Mark Asplen-Taylor <mark@asplen.co.uk>, +licensed under the terms fo the GNU GPL. + +<P> +Contains "JS Calendar" <http://dynarch.com/mishoo/calendar.epl> +by Mihai Bazon <mishoo@infoiasi.ro> licensed under the terms of the GNU LGPL. + +<P> +Contains FCKeditor by Frederico Caldeira Knabben, licensed under the terms of +the GNU GPL. + +<P> +Contains XMenu <http://webfx.eae.net/dhtml/xmenu/xmenu.html> +by Erik Arvidsson, licensed under the terms of the GNU GPL. + +<!--RT add-ons--> + +<P> +Contains "RTx::Statistics Package" +<http://wiki.bestpractical.com/view/RT3StatisticsPackage> from Kelly Hickel +<kfh@mqsoftware.com>, licensed under the same terms as Perl (GPL/Artistic). + +<P> +Contains "RTx::WebCronTool" <http://search.cpan.org/dist/RTx-WebCronTool/> from +Audrey Tang, licensed under the same terms as Perl (GPL/Artistic). + +<!--libraries--> + +<P> +Contains the QLIB JavaScript library <http://qlib.quazzle.com/> by  +Quazzle.com, Serge Dolgov, licensed under the terms of the GNU GPL. + +<P> +Contains the overlibmws DHTML Popup Library <http://www.macridesweb.com/oltest/> +by Foteos Macrides (derived from overLIB <http://www.bosrup.com/web/overlib/> +by Erik Bosrup), licensed under the terms of the Artistic license +<http://www.macridesweb.com/oltest/license.html>. + +<P> +XMLHttpRequest implementation based on the SAJAX toolkit, licensed under the +terms of the BSD license.<BR> +© 2005 modernmethod, inc<BR> +Perl backend version © 2005 Nathan Schmidt + +<P> +Contains code derived from eps2png by Johan Vromans, licensed under the same +terms as Perl (GPL/Artistic). + +<!-- artwork --> + +<P> +Contains public domain artwork from openclipart.org by mimooh and other +authors. + +<P> +Contains icons from +<A HREF="http://famfamfam.com/" TARGET="_blank">famfamfam.com</A> +by Mark James, licensed under the terms of the Creative Commons Attribution +2.5 License. + +</BODY> +</HTML> | 
