FSF Count of Projects by License, July 2012

FSF requires projects to list a license under which the project is released. This chart shows the top 25 licenses. Note that there is an "Other" category (211 projects) that includes ALL other licenses AND projects that chose "Other" as their actual license choice. This chart was generated using the licenses listed for projects in July 2012 (datasource_id=319).

SQL Code to generate the data set to build this chart:

SELECT license, count(*)
FROM `fsf_project_licenses`
WHERE datasource_id=[current data source]
GROUP BY 1
ORDER BY 2 DESC;

AttachmentSize
Image icon FSFLicenseCounts2012.png11.06 KB
Data Resources: