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;
Attachment | Size |
---|---|
07-11-alioth-licence.png | 21.01 KB |
Data Resources:
- Log in to post comments