owntone-server/admin-root/about.html

51 lines
1.8 KiB
HTML
Raw Normal View History

@include hdr.html@
<div style="width: 50em;">
<h2>About Firefly</h2>
<p>
2006-06-09 01:06:35 -04:00
This is the administrative web interface for the Firefly Media Server,
version @version@.
2005-11-14 00:41:18 -05:00
</p>
<h3>About</h3>
<p>
2006-06-09 01:06:35 -04:00
Firefly is an open-source media server for the Roku SoundBridge and
Apple iTunes. It runs on POSIX platforms as well as Win32. It supports
server-side transcoding and other advanced features. While every effort
is taken to ensure quality, this software is released without warranty as
described by the GNU General Public License. See the section below
titled "No Warranty". This work,
although released under the GNU General Public License, is Copyright
2006-06-09 01:06:35 -04:00
&copy; 2003-2006 Ron Pedde and others. See source file headers for
more information. See the link named
<a href="gpl-license.html">GPL License</a> for more details on the
licensing of this software.
2005-11-14 00:41:18 -05:00
</p>
2006-09-10 16:39:45 -04:00
<p>
The project homepage is located at
<a href="http://www.fireflymediaserver.org">
http://www.fireflymediaserver.org</a>.
2006-04-28 01:30:47 -04:00
<h3>Legal Info</h3>
<p>
2005-11-14 00:41:18 -05:00
Portions of this program are Copyright &copy;
1999-2001 Apple Computer, Inc. All Rights Reserved. See the link
2005-11-14 00:41:18 -05:00
labeled <a href="aspl-license.html">ASPL License</a> for more information.
</p>
<h3>No Warranty</h3>
2005-11-14 00:41:18 -05:00
<p class="license">
BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.
2005-11-14 00:41:18 -05:00
</p>
</div>
@include ftr.html@