Skip to content

Commit

Permalink
Bring back Apache License, Version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Jun 30, 2020
1 parent 80253fb commit 7ea622f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/scripts/scripts/check-licenses.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,13 @@ const gpl2CompatibleLicenses = [
* We're cool with using packages that are licensed under any of these if we're not
* distributing them (for example, build tools), but we can't included them in a release.
*/
const otherOssLicenses = [ 'Apache-2.0', 'CC-BY-3.0', 'CC-BY-SA-2.0', 'LGPL' ];
const otherOssLicenses = [
'Apache-2.0',
'Apache License, Version 2.0',
'CC-BY-3.0',
'CC-BY-SA-2.0',
'LGPL',
];

const licenses = [
...gpl2CompatibleLicenses,
Expand Down

0 comments on commit 7ea622f

Please sign in to comment.