Freecode License Counts, July 2012

This chart shows the 20 most popular licenses chosen by the projects on Freecode.

The SQL to get the data from FLOSSmole to build this chart is as follows:

SELECT f.license, count( f.project_id )
FROM fm_projects f
WHERE datasource_id=[current datasource_id]
GROUP BY 1
ORDER BY 2 DESC
LIMIT 20;

AttachmentSize
Image icon FreecodeLicenses2012.png12.1 KB
Data Resources: