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;

AttachmentSize
Image icon objectweblicenses2014.png15.76 KB
Data Resources: