Freecode License Counts, June 2014

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 top20freecodelicenses2014.png18.82 KB
Data Resources: