Merge branch 'GOSSIP-28' of github.com:edwardcapriolo/incubator-gossip
diff --git a/DISCLAIMER b/DISCLAIMER
new file mode 100644
index 0000000..9e5bae4
--- /dev/null
+++ b/DISCLAIMER
@@ -0,0 +1,10 @@
+Apache Gossip 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.
\ No newline at end of file
diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000..8309af7
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,5 @@
+Apache Gossip (incubating)
+Copyright 2016 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
\ No newline at end of file
diff --git a/README.md b/README.md
index a38d9fe..27f5c2f 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Gossip ![Build status](https://travis-ci.org/edwardcapriolo/gossip.svg?branch=master)
+# Gossip ![Build status](https://travis-ci.org/edwardcapriolo/incubator-gossip.svg?)
 
 Gossip protocol is a method for a group of nodes to discover and check the liveliness of a cluster. More information can be found at http://en.wikipedia.org/wiki/Gossip_protocol.
 
@@ -106,17 +106,3 @@
   });
 ```
 
-
-Maven
-------
-
-
-You can get this software from maven central.
-
-```xml
-  <dependency>
-       <groupId>io.teknek</groupId>
-      <artifactId>gossip</artifactId>
-      <version>${pick_the_latest_version}</version>
-  </dependency>
-```