From: <lk...@us...> - 2006-03-18 20:22:17
|
Update of /cvsroot/clirr/clirr/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19103/xdocs Modified Files: index.xml Log Message: added short license blurb to front page Index: index.xml =================================================================== RCS file: /cvsroot/clirr/clirr/xdocs/index.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- index.xml 27 Jun 2004 14:21:43 -0000 1.6 +++ index.xml 18 Mar 2006 20:22:10 -0000 1.7 @@ -67,5 +67,29 @@ meaning that binary incompatibility problems were detected and broke the build. </p> </section> + + <section name="License"> +<p> +Clirr: compares two versions of a java library for binary compatibility +</p> +<p> +Copyright (C) 2003 - 2006 Lars Kühne +</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> +<pre> + http://www.apache.org/licenses/LICENSE-2.0 +</pre> +<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> + </section> </body> </document> |