What are the most common code licenses used by projects listed in Google Code? (06-2011)
Description
This chart shows the top code licenses used by projects in Google Code. There were 23,810 projects that did not have a code license listed.
Visualization
SQL Script
SELECT gc.code_license AS License, COUNT(proj_name) AS Count
FROM gc_projects gc
WHERE gc.datasource_id = <current>
GROUP BY License
ORDER BY Count DESC;
Attachment | Size |
---|---|
06-11-gc-cl (1).png | 24.01 KB |
Data Resources:
- Log in to post comments