summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRupert Smith <rupertlssmith@apache.org>2007-11-26 14:45:15 +0000
committerRupert Smith <rupertlssmith@apache.org>2007-11-26 14:45:15 +0000
commitca15fd891d3de392735671052933f80a72e7ceed (patch)
treec2001d78cc5818759d68bd576758d66d6679080c
parent71c8efe052c4c71f0f69d65c2008ae20bf08fa94 (diff)
downloadqpid-python-ca15fd891d3de392735671052933f80a72e7ceed.tar.gz
Added incubator disclaimer.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@598292 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--dotnet/DISCLAIMER5
-rw-r--r--dotnet/default.build3
2 files changed, 7 insertions, 1 deletions
diff --git a/dotnet/DISCLAIMER b/dotnet/DISCLAIMER
new file mode 100644
index 0000000000..c9a0ddf8f9
--- /dev/null
+++ b/dotnet/DISCLAIMER
@@ -0,0 +1,5 @@
+Apache Qpid is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC.
+
+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.
diff --git a/dotnet/default.build b/dotnet/default.build
index c103804d62..3c96b09c55 100644
--- a/dotnet/default.build
+++ b/dotnet/default.build
@@ -125,7 +125,8 @@
<include name="LICENSE.txt"/>
<include name="NOTICE.txt"/>
<include name="README.txt"/>
- <include name="RELEASE_NOTES.txt"/>
+ <include name="RELEASE_NOTES.txt"/>
+ <include name="DISCLAIMER"/>
</fileset>
</zip>
</target>