Skip to content

Commit

Permalink
Accomodate for new MIT-0 license for nodemailer
Browse files Browse the repository at this point in the history
  • Loading branch information
bago committed Jul 4, 2023
1 parent 1923afc commit a579884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ module.exports = function(grunt) {

check_licenses: {
main: {
exclude: 'MIT, ISC, BSD, Apache-2.0, BSD-3-Clause, BSD-2-Clause, CC0-1.0, Unlicense, Public Domain',
exclude: 'MIT, MIT-0, ISC, BSD, Apache-2.0, BSD-3-Clause, BSD-2-Clause, CC0-1.0, Unlicense, Public Domain',
whitelist: {
/* SELF */
'mosaico': 'GPL-3.0', // SELF
Expand Down

0 comments on commit a579884

Please sign in to comment.