summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>