What are the most common licenses used by projects in Alioth?

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