Skip to content

Commit

Permalink
feat: Add other writing style for Apache 2.0 license.
Browse files Browse the repository at this point in the history
  • Loading branch information
goloroden committed Jun 10, 2020
1 parent edb10e5 commit d7f3fbe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configuration/licenseCompatibility.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const licenseCompatibility = {
'AGPL-3.0-only': [
// Individual licenses
'0BSD',
'Apache-2.0', 'Apache-2.0*',
'Apache-2.0', 'APACHE-2.0', 'Apache-2.0*', 'APACHE-2.0*',
'Artistic-2.0',
'BSD-2-Clause', 'bsd-2-clause', 'BSD-3-Clause',
'CC-BY-4.0',
Expand Down Expand Up @@ -42,7 +42,7 @@ const licenseCompatibility = {
'AGPL-3.0-or-later': [
// Individual licenses
'0BSD',
'Apache-2.0', 'Apache-2.0*',
'Apache-2.0', 'APACHE-2.0', 'Apache-2.0*', 'APACHE-2.0*',
'Artistic-2.0',
'BSD-2-Clause', 'bsd-2-clause', 'BSD-3-Clause',
'CC-BY-4.0',
Expand Down Expand Up @@ -80,7 +80,7 @@ const licenseCompatibility = {
'LGPL-3.0': [
// Individual licenses
'0BSD',
'Apache-2.0', 'Apache-2.0*',
'Apache-2.0', 'APACHE-2.0', 'Apache-2.0*', 'APACHE-2.0*',
'Artistic-2.0',
'BSD-2-Clause', 'bsd-2-clause', 'BSD-3-Clause',
'CC-BY-4.0',
Expand Down Expand Up @@ -118,7 +118,7 @@ const licenseCompatibility = {
MIT: [
// Individual licenses
'0BSD',
'Apache-2.0', 'Apache-2.0*',
'Apache-2.0', 'APACHE-2.0', 'Apache-2.0*', 'APACHE-2.0*',
'Artistic-2.0',
'BSD-2-Clause', 'bsd-2-clause', 'BSD-3-Clause',
'CC-BY-4.0',
Expand Down

0 comments on commit d7f3fbe

Please sign in to comment.