What are the most common licenses used by projects listed in Launchpad? (06-2011)
Description
This chart shows the top licenses used by projects in Launchpad. There were 1,285 projects that did not have a license listed.
Visualization
SQL Script
SELECT lp.license AS License, COUNT(name) AS Count
FROM lpd_licenses lp
WHERE lp.datasource_id = <current>
GROUP BY License
ORDER BY Count DESC;
Attachment | Size |
---|---|
06-11-lp-licenses.png | 22.77 KB |
Data Resources:
- Log in to post comments