Skip to content

Commit

Permalink
Add (WTFPL OR MIT) to acceptable licenses.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Dec 15, 2017
1 parent ecba3f8 commit a3ce294
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tasks/config/licenses.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,27 @@ module.exports = function () {
'(MIT AND CC-BY-3.0)',
'(MIT AND Zlib)',
'(MIT OR Apache-2.0)',
'(WTFPL OR MIT)',
'AFLv2.1',
'Apache 2.0',
'Apache License, v2.0',
'Apache',
'Apache*',
'Apache, Version 2.0',
'Apache-2.0',
'BSD 3-Clause',
'BSD New',
'BSD',
'BSD*',
'BSD-2-Clause',
'BSD-3-Clause AND MIT',
'BSD-3-Clause OR MIT',
'BSD-3-Clause',
'BSD 3-Clause',
'BSD-like',
'CC-BY',
'CC-BY-4.0',
'ISC',
'MIT OR GPL-2.0',
'MIT',
'MIT*',
'MIT/X11',
Expand All @@ -35,7 +37,6 @@ module.exports = function () {
'Public domain',
'Unlicense',
'WTFPL OR ISC',
'MIT OR GPL-2.0',
'WTFPL',
],
overrides: {
Expand Down

0 comments on commit a3ce294

Please sign in to comment.