Objectweb Project Licenses, June 2014
Objectweb allows each project to state what license it uses. Here is a chart showing these licenses for all the projects on Objectweb, as of June 2014.
Here is the SQL code to generate the data set:
SELECT description, count( * )
FROM `ow_project_licenses`
WHERE datasource_id =8081
GROUP BY 1
ORDER BY 2 DESC;
Attachment | Size |
---|---|
objectweblicenses2014.png | 15.76 KB |
Data Resources:
Tags:
- Log in to post comments