[slf4j-dev] [GIT] SLF4J: Simple Logging Facade for Java branch, master, updated. 1e3aadf8d8442882429ef5df53e0af455157d2ca

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Mon Aug 24 23:51:55 CEST 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SLF4J: Simple Logging Facade for Java".

The branch, master has been updated
       via  1e3aadf8d8442882429ef5df53e0af455157d2ca (commit)
      from  a3c95b1a1d4bfc06442919e5a0108333738f5bbe (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.qos.ch/gitweb/?p=slf4j.git;a=commit;h=1e3aadf8d8442882429ef5df53e0af455157d2ca
http://github.com/ceki/slf4j/commit/1e3aadf8d8442882429ef5df53e0af455157d2ca

commit 1e3aadf8d8442882429ef5df53e0af455157d2ca
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Mon Aug 24 23:46:55 2009 +0200

    - Clarified the title in license.html.
    
      Previously the title said "SLF4J License" and some people thought
      that there was an SLF4J license instead of the actual MIT license
    
    - modified pom.xml to include licensing info
    
      Solves http://bugzilla.slf4j.org/show_bug.cgi?id=143

diff --git a/pom.xml b/pom.xml
index 85c2b24..2a81ab7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,6 +18,14 @@
 	</organization>
 	<inceptionYear>2005</inceptionYear>
 
+  <licenses>
+    <license>
+      <name>MIT License</name>
+      <url>http://www.opensource.org/licenses/mit-license.php</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
   <properties>
   </properties>
 
diff --git a/slf4j-site/src/site/pages/license.html b/slf4j-site/src/site/pages/license.html
index bde22a3..d482300 100644
--- a/slf4j-site/src/site/pages/license.html
+++ b/slf4j-site/src/site/pages/license.html
@@ -17,10 +17,10 @@
       <div id="content">
 
 
-  <h1>SLF4J License</h1>
+  <h1>Licensing terms for SLF4J</h1>
 
   <p>SLF4J source code and binaries are distributed under the
-  following license.
+  MIT license.
   </p>
 
   <div class="source">

-----------------------------------------------------------------------

Summary of changes:
 pom.xml                                |    8 ++++++++
 slf4j-site/src/site/pages/license.html |    4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
SLF4J: Simple Logging Facade for Java



More information about the slf4j-dev mailing list