Rubyforge License Counts, July 2012

Each project on Rubyforge can list what license it uses. The following chart was generated in July 2012 (datasource_id=317) to show the most common licenses (all those with more than 10 projects using it) and how many projects.

What seems interesting about this chart is that Rubyforge is the only forge I've seen where GPL (or some variant thereof) is NOT the most common license.

Here is the SQL code used to generate the data for this chart:

SELECT description, count( * )
FROM rf_project_licenses
WHERE datasource_id =[current datasource_id]
GROUP BY 1
ORDER BY 2 DESC;

AttachmentSize
Image icon RubyforgeLicenses2012.png21.79 KB
Data Resources: