pica / ruby-sonar-plugin

Plugin to generate sonar metrics for ruby
21 stars 56 forks source link

Software license #2

Open myspotontheweb opened 12 years ago

myspotontheweb commented 12 years ago

Just found your plugin. Under what license are you providing this code?

Have you considered contacting Sonarsource, about integrating this work as a standard plugin?

theFigler commented 11 years ago

We are planning on forking this project to make some enhancements to it, however, there is no license provided with it? Can you add tell me what license you are releasing this under?

Thanks

wpgreenway commented 11 years ago

I would appreciate feedback from someone who is more well versed with licenses than myself. We are more than happy to release this in the most open terms possible. We actually do not have any projects remaining that utilize ruby, hence why the project has been so inactive.

This project depends on our fork of the rubymetrics hudson plugin which also does not have a license attached - it was modified from https://github.com/jenkinsci/rubymetrics-plugin.

Let me know what would be the best course of action to make it easy for you to make changes and move this code forward. I know there are plenty of people who would benefit!

Thanks.

theFigler commented 11 years ago

I am going to reach out to our legal department to see what they recommend. My guess is that the rubymetrics-plugin is covered under the jenkins licensing since that is where it is forked from. I think all you need to do is add in a license to your repo...but I'll find out for sure.

We have the plugin upgraded to use simpleCov so that you can report Ruby 2.x stuff in to sonar...

theFigler commented 11 years ago

Our legal department approved us to contribute to this project. I have forked the repo to https://github.com/GoDaddy-Hosting/ruby-sonar-plugin

I am going to drop an MIT style license in to our repo and then we will issue a pull request back to you. If you accept it, then it will be included.

Thanks!