You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by mr...@apache.org on 2007/11/14 17:45:33 UTC

svn commit: r594940 - in /incubator/buildr/trunk: DISCLAIMER NOTICE Rakefile

Author: mriou
Date: Wed Nov 14 08:45:16 2007
New Revision: 594940

URL: http://svn.apache.org/viewvc?rev=594940&view=rev
Log:
Added incubation disclaimer and copyright notice.

Added:
    incubator/buildr/trunk/DISCLAIMER
    incubator/buildr/trunk/NOTICE
Modified:
    incubator/buildr/trunk/Rakefile

Added: incubator/buildr/trunk/DISCLAIMER
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/DISCLAIMER?rev=594940&view=auto
==============================================================================
--- incubator/buildr/trunk/DISCLAIMER (added)
+++ incubator/buildr/trunk/DISCLAIMER Wed Nov 14 08:45:16 2007
@@ -0,0 +1 @@
+Apache Buildr is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the name of sponsor. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Added: incubator/buildr/trunk/NOTICE
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/NOTICE?rev=594940&view=auto
==============================================================================
--- incubator/buildr/trunk/NOTICE (added)
+++ incubator/buildr/trunk/NOTICE Wed Nov 14 08:45:16 2007
@@ -0,0 +1,16 @@
+  =========================================================================
+  ==  NOTICE file for use with the Apache License, Version 2.0,          ==
+  ==  in this case for the Apache Buildr distribution.                   ==
+  =========================================================================
+
+  Apache Buildr
+  This product includes software developed at
+  The Apache Software Foundation (http://www.apache.org/).
+
+COPYRIGHT NOTICES
+
+Copyright 2007 Intalio
+
+This product includes software developed by Intalio
+http://www.intalio.com
+

Modified: incubator/buildr/trunk/Rakefile
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/Rakefile?rev=594940&r1=594939&r2=594940&view=diff
==============================================================================
--- incubator/buildr/trunk/Rakefile (original)
+++ incubator/buildr/trunk/Rakefile Wed Nov 14 08:45:16 2007
@@ -13,7 +13,7 @@
     spec.email        = "buildr-user@incubator.apache.org"
     spec.homepage     = "http://incubator.apache.org/#{spec.name}/"
     spec.summary      = "A build system that doesn't suck"
-    spec.files        = FileList["lib/**/*", "CHANGELOG", "README", "LICENSE", "Rakefile"].collect
+    spec.files        = FileList["lib/**/*", "CHANGELOG", "README", "LICENSE", "NOTICE", "DISCLAIMER", "Rakefile"].collect
     spec.require_path = "lib"
     spec.autorequire  = "buildr.rb"
     spec.has_rdoc     = true