You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2006/11/29 01:05:34 UTC

svn commit: r480295 - /maven/resources/trunk/apache-jar-resource-bundle/src/main/resources/META-INF/NOTICE.vm

Author: jvanzyl
Date: Tue Nov 28 16:05:33 2006
New Revision: 480295

URL: http://svn.apache.org/viewvc?view=rev&rev=480295
Log:
o modified the notice file template and i think it will work in most cases provided we have a POM
  with decent information.

Modified:
    maven/resources/trunk/apache-jar-resource-bundle/src/main/resources/META-INF/NOTICE.vm

Modified: maven/resources/trunk/apache-jar-resource-bundle/src/main/resources/META-INF/NOTICE.vm
URL: http://svn.apache.org/viewvc/maven/resources/trunk/apache-jar-resource-bundle/src/main/resources/META-INF/NOTICE.vm?view=diff&rev=480295&r1=480294&r2=480295
==============================================================================
--- maven/resources/trunk/apache-jar-resource-bundle/src/main/resources/META-INF/NOTICE.vm (original)
+++ maven/resources/trunk/apache-jar-resource-bundle/src/main/resources/META-INF/NOTICE.vm Tue Nov 28 16:05:33 2006
@@ -1,8 +1,15 @@
+// ------------------------------------------------------------------
+// NOTICE file corresponding to the section 4d of The Apache License,                                                                                               
+// Version 2.0, in this case for ${project.name}                                                                                  
+// ------------------------------------------------------------------
+
+${project.name}
 Copyright ${projectTimespan} The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
 
-#foreach ( $dependency in $dependencies )
-$tool.displayNoticeSnippet( $dependency )
+#foreach ( $project in $projects )
+This product includes software, $project.name, developed by                                                                                                   
+$project.organization.name ($project.organization.url).
 #end