Most Commonly Used Licenses by Alioth Projects (June 2014)

Description:

This chart shows the top licenses used by projects in Alioth.

Visualization:

SQL Script:

SELECT license AS License, COUNT(unixname) AS Count
FROM al_projects_license
WHERE datasource_id = [current]
GROUP BY License
ORDER BY Count DESC;

AttachmentSize
Image icon aliothLicenses2014.png17.5 KB
Data Resources: