librariesio / license-compatibility

:copyright: Check compatibility between different SPDX licenses
https://libraries.io/github/librariesio/license-compatibility
MIT License
34 stars 5 forks source link

Apache 2.0 not compatible with GPLv2 #11

Open andrew opened 8 years ago

andrew commented 8 years ago

More details: http://www.apache.org/licenses/GPL-compatibility.html

jayfk commented 6 years ago

We might get away with a mapping of special rules for cases like this.

Something like:

{
  "Apache-2.0": [
      "GPL-2.0-only",
      ...
  ]
}

IANAL, so it's probably a good idea if we can find a way to summon a couple of license specialists here who might be able to help us to build a mapping like this.

andrew commented 6 years ago

cc @tieguy

tieguy commented 6 years ago

Depends on what is meant by compatibility :/ Andrew, lets chat about it in front of a whiteboard?