From 93988398009165ffda97cf81692b556b2f24d0ff Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 4 Nov 2017 16:02:14 +0700 Subject: [PATCH] Ban WTFPL and The Unlicense They are not good licenses. --- pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pull_request_template.md b/pull_request_template.md index 816cd19a..e80e486d 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -40,6 +40,7 @@ - Should only have one level of sub-lists, preferably none. - Has an [appropriate license](https://github.com/sindresorhus/awesome/blob/master/awesome.md#choose-an-appropriate-license). - That means something like CC0, **not a code licence like MIT, BSD, Apache, etc.** + - [WTFPL](http://www.wtfpl.net) and [Unlicense](http://unlicense.org) are not acceptable licenses. - If you use a license badge, it should be SVG, not PNG. - Has [contribution guidelines](https://github.com/sindresorhus/awesome/blob/master/awesome.md#include-contribution-guidelines). - The file should be named `contributing.md`. Casing is up to you.