Skip to content

Commit

Permalink
CC-BY-3.0 is not GPLv2 compatible. (#14329)
Browse files Browse the repository at this point in the history
  • Loading branch information
timelsass authored and pento committed Mar 8, 2019
1 parent d965c6e commit 0b84ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scripts/scripts/check-licenses.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ const gpl2CompatibleLicenses = [
'BSD-3-Clause',
'BSD-3-Clause-W3C',
'BSD-like',
'CC-BY-3.0',
'CC-BY-4.0',
'CC0-1.0',
'GPL-2.0',
Expand Down Expand Up @@ -79,6 +78,7 @@ const otherOssLicenses = [
'Apache 2.0',
'Apache License, Version 2.0',
'Apache version 2.0',
'CC-BY-3.0',
];

const licenses = [
Expand Down

0 comments on commit 0b84ace

Please sign in to comment.