Added BSD3-Clause license. (#6)

* Added BSD3-Clause license.

This makes the project open source.

https://spdx.org/licenses/BSD-3-Clause-Clear.html#licenseText

* Added LICENSE-file.
This commit is contained in:
Rembane
2017-04-09 19:42:37 +02:00
committed by Martin Barksten
parent 6ef2a77176
commit 435bd355d4
2 changed files with 12 additions and 0 deletions

View File

@ -2,6 +2,7 @@
name = "snakebot_rust"
version = "1.1.0"
authors = ["Martin Barksten <martin.barksten@cygni.com>"]
license-file = "LICENSE"
[dependencies]
ws = "*"