What are the most common licenses used by projects in Alioth? (07-2011)

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 07-11-alioth-licence.png21.01 KB
Data Resources: