Author: ceki Date: Thu Jul 12 22:33:18 2007 New Revision: 850 Modified: slf4j/trunk/slf4j-site/src/site/pages/license.html slf4j/trunk/slf4j-site/src/site/pages/news.html
Log: minor changes Modified: slf4j/trunk/slf4j-site/src/site/pages/license.html ============================================================================== --- slf4j/trunk/slf4j-site/src/site/pages/license.html (original) +++ slf4j/trunk/slf4j-site/src/site/pages/license.html Thu Jul 12 22:33:18 2007 @@ -52,12 +52,12 @@ <p>These terms are <em>identical</em> to those of the <a href="http://en.wikipedia.org/wiki/MIT_License">MIT License</a>, - also called the X License or the X11 License, X11 License, which is - a simple, permissive non-copyleft free software license. It is - deemed compatible with virtually all types of licenses, commercial - or otherwise. In particular, the Free Software Foundation has - declared it compatible with - <a href="http://www.fsf.org/licensing/licenses/license-list.html#GPLCompatibleLicenses"> + also called the X License or the X11 License, which is a simple, + permissive non-copyleft free software license. It is deemed + compatible with virtually all types of licenses, commercial or + otherwise. In particular, the Free Software Foundation has declared + it compatible with <a + href="http://www.fsf.org/licensing/licenses/license-list.html#GPLCompatibleLicenses"> GNU GPL</a>. It is also known to be approved by the Apache Software Foundation as compatible with <a href="http://www.apache.org/licenses/">Apache Software License</a>. Modified: slf4j/trunk/slf4j-site/src/site/pages/news.html ============================================================================== --- slf4j/trunk/slf4j-site/src/site/pages/news.html (original) +++ slf4j/trunk/slf4j-site/src/site/pages/news.html Thu Jul 12 22:33:18 2007 @@ -32,12 +32,13 @@ <h3>July 9th, 2007 - Release of SLF4J 1.4.2</h3> - <p>With the addition of MDC support in version 1.4.1, the - log4j-over-slf4j module has been moved back into SLF4J. Originally, - this module was part of SLF4J and was moved into logback due to the - lack of MDC support in SLF4J. With version 1.4.2, log4j-over-slf4j - returns to its original home. Note that the previous name of the - module was "log4j-bridge". + <p>The <a href="log4j-over-slf4j.html">log4j-over-slf4j</a> module + has been moved back into SLF4J. Originally, this module was part of + SLF4J and was moved into logback due to the lack of MDC support in + SLF4J. With version 1.4.2 and the addition of MDC support in SLF4J + 1.4.1, log4j-over-slf4j returns to its original home. Note that the + previous name of the module was <a + href="http://logback.qos.ch/bridge.html">log4j-bridge</a>. </p> <p>Addition of the <code>getMDCAdapter</code> method to _______________________________________________ dev mailing list [email protected] http://www.slf4j.org/mailman/listinfo/dev
