FrankM1 / radium-one-click-demo-install

Once Click Install for Wordpress
Other
113 stars 64 forks source link

What is the licence of this script? #4

Closed primozcigler closed 9 years ago

primozcigler commented 10 years ago

Hi Frank,

I wonder how this script was licensed? I'd like to modify some code and change a repo structure a bit (with submodule to the original content import plugin etc.), but in order to do that, I need to know first how you decided to license your script, so I can give appropriate attribution.

Thank you for the answer!

FrankM1 commented 10 years ago

Hi,

Feel free to modify it. I've updated the licensing to GPL.

primozcigler commented 10 years ago

Yeeey! :)

I created a composer package from it, so I don't pollute my repos with libraries.

FrankM1 commented 10 years ago

Awesome, feel free to make pull requests too.

primozcigler commented 10 years ago

Hm, I would love to, but I also made some opinionated changes in the code, I am not sure how you'd like them. Take a look at https://github.com/primozcigler/wordpress-one-click-demo-install/commits/master and let me know if all the changes would be suitable for the pull request or you'd like to cherry-pick them :)

I also like tagging the versions (and it is required for the composer to work properly).

FrankM1 commented 10 years ago

I'll take a look at the repo. I am sure I can learn a thing or two.

FrankM1 commented 9 years ago

I reviewed your code changes and they look pretty good. I'd be happy to merge them if you made a pull request. Sorry for the delay.

primozcigler commented 9 years ago

No problem. I will create a PR now, I am available to discuss any code changed I made if you'd want to.