Right now when you run `coho check-license` you might get a list of potentially incompatible packages (make sure you run it on a repo with just bundled dependencies, not dev dependencies -- we don't need to check the license on devDeps).
Previously you would have to manually verify the license on these supposedly incompatible packages, and you moved on, but that knowledge was lost. Now, if the information for the package is unavailable, you research it and edit the file: https://github.com/apache/cordova-coho/blob/master/src/knownIssues.json That information will be reported to future users, if the package turns out to be a false-positive. I ran it against cordova-ios (5 packages reported incompatible) and android (2 packages reported incompatible). All those have been researched and added to the knownIssues.json file.
