GOSSIP-27 Missing ASF headers

Changing travis link in README
Removed maven section from readme
Adding NOTICE file in project
Adding DISCLAIMER file in codebase
This commit is contained in:
Edward Capriolo
2016-10-07 03:14:20 -04:00
parent 201b101a91
commit 72a3ed6b5f
21 changed files with 293 additions and 22 deletions

View File

@ -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 @@ Users can also attach an event listener:
});
```
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>
```