Show license.html syntax highlighted
<html>
<head>
<title>License!</title>
</head>
<body bgcolor="white">
<h1>Lesser General Public License </h1>
<p>
(C) Copyright 1998-$YEAR Hewlett-Packard Development Company, LP
</p>
<p>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
<p>
This library 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
Lesser General Public License for more details.
<p>
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
<p>
For more information, see <a href="http://www.smartfrog.org/">http://www.smartfrog.org/</a>
</p>
<br>
<h2>Third-party Library Licenses</h2>
<p>
Some of the optional packages which can be installed include third-party libraries.
Some of these are
<ul>
<li>Sun libraries redistributed under their terms and conditions (mail.jar, activation.jar)</li>
<li>Apache Libraries or other libraries licensed under the Apache 2.0 license</li>
<li>LGPL-licensed libraries</li>
<li>Common Public License - v 1.0 (JUnit)</li>
</ul>
</p>
<h2>Apache 2.0 License</h2>
<p>
Some classes in this project are derived from software
produced by the Apache Software Foundation, for which the following
copyright terms apply:
</p>
Copyright 2000-$YEAR The Apache Software Foundation.
</p>
<p>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
<p align="center">
http://www.apache.org/licenses/LICENSE-2.0
</p>
<p>
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
</p>
<p>
Files to which this apply are:
</p>
<pre>
org.smartfrog.sfcore.common.Diagnostics
org.smartfrog.sfcore.logging.LogToStreamsImpl
org.smartfrog.services.database.core.TransactionImpl
</pre>
</body>
</html>
See more files for this project here