Explicitly license as WTFPL or MIT or APACHE-2.0 (#105)

This commit is contained in:
Casey Rodarmor 2016-11-13 00:45:32 -08:00 committed by GitHub
parent c8d8fad294
commit 9d9aaa91b1
3 changed files with 17 additions and 1 deletions

6
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,6 @@
Contributing
============
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be triple
licensed as in [LICENSE.md](LICENSE.md), without any additional terms or conditions.

View File

@ -3,7 +3,7 @@ name = "just"
version = "0.2.21"
description = "🤖 Just a command runner"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
license = "WTFPL/MIT/Apache-2.0"
license = "WTFPL OR MIT OR Apache-2.0"
homepage = "https://github.com/casey/just"
[dependencies]

10
LICENSE.md Normal file
View File

@ -0,0 +1,10 @@
License
=======
Licensed under any of
* [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
* [MIT License](http://opensource.org/licenses/MIT)
* [WTFPL](http://www.wtfpl.net/txt/copying/)
at your option.