svn commit: r363 - logback/classic/trunk/src/site/xdocTemplates

Author: ceki Date: Thu Jul 27 22:00:25 2006 New Revision: 363 Modified: logback/classic/trunk/src/site/xdocTemplates/shortIntro.xml Log: - Changed the license to Creative Commons Attribution-Noncommercial-No Derivative Works 2.5 License instead of Apache License. We can do this because Ceki is the author of the original document which was donated to the ASF. Modified: logback/classic/trunk/src/site/xdocTemplates/shortIntro.xml ============================================================================== --- logback/classic/trunk/src/site/xdocTemplates/shortIntro.xml (original) +++ logback/classic/trunk/src/site/xdocTemplates/shortIntro.xml Thu Jul 27 22:00:25 2006 @@ -6,14 +6,28 @@ <div class="author"> Authors: Ceki Gülcü, Sébastien Pennec </div> - <p> - Copyright © 2000-2006, The Apache Software Foundation. - Licensed under the Apache License, Version 2.0. The present - short manual also borrows some text from "The complete log4j - manual", which contains more detailed and up to date - information, by Ceki Gülcü. - </p> + + <table> + <tr> + <td> + <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/2.5/"> + <img alt="Creative Commons License" border="0" valign="top" + src="http://creativecommons.org/images/public/somerights20.png"/> + </a> + </td> + <td> + <p>Copyright © 2000-2006, QOS.ch </p> + + <p>This work is licensed under a <a rel="license" + href="http://creativecommons.org/licenses/by-nc-nd/2.5/">Creative + Commons Attribution-Noncommercial-No Derivative Works 2.5 + License</a>. + </p> + </td> + </tr> + </table> + <div class="section"> <h2>Introduction</h2> </div>
participants (1)
-
noreply.ceki@qos.ch