My friend and I are planning to develop a tiny and simple CMS by taking some inspirations from an already existing GNU GPL CMS.

We take the ideas and try to develop it as simply we can, is it possible ? We are planning to set up the same licence, GNU GPL. Is it a good choice ?

which are the conditions to do it ?

Thank you

link|improve this question

40% accept rate
This is a question for programmers.stackexchange.com. StackOverflow is for specific coding questions. – Adam Terlson Aug 23 '11 at 13:08
Good to know, thank you – Zeroth Aug 23 '11 at 13:14
feedback

closed as not constructive by Quentin, Michael, EricLaw -MSFT-, Matt Gibson, Delan Azabani Aug 23 '11 at 13:15

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

up vote 1 down vote accepted

Software under GNU GPL is free software (free as in freedom, not free as in free beer), you're not restricted in the use of it. You can even re-distribute your modified software under GNU GPL afterwards. This include copying over code from the other app.

  • Use
  • Study
  • Share
  • Improve

See the The Free Software Definition.

The details are in the license. If the application you're basing of is based on GNU GPL, it's a perfect choice of you to release under GNU GPL as well. This is how it is meant to preserve the freedom of the software for all of it's users, now and in the future.

link|improve this answer
Even if we develop it from he beginnig we only take some ideas ? – Zeroth Aug 23 '11 at 13:15
1  
You can do much more than just taking ideas, so there is no even even :) – hakre Aug 23 '11 at 13:29
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.