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;

AttachmentSize
Image icon 06-11-lp-licenses.png22.77 KB
Data Resources: