Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

I'm currently working on project, which is going to demonstrate how widgets can be done with Context Framework. I will also publish the source code.

In this case I want to give users as much freedom as possible, so that they can freely copy-paste, modify and also relicense whatever code they reuse.

So, how do I mention that in the project? Are the some ready-made licences etc. that are suitable for this?

share|improve this question
If you do not mean "public domain", please rephrase your question. By releasing something to the public domain, you waive all your rights as an author and copyright holder. That's what "public" and "domain" in "public domain" mean. There will be no "license" beyond that. – tripleee Sep 9 '11 at 8:08

migrated from stackoverflow.com Sep 6 '11 at 13:32

2 Answers

up vote 3 down vote accepted

The Creative Commons CC0 license should suit your purposes. It's public domain made as explicit and universal as possible.

share|improve this answer

First of all, make sure that the license of Context Framework is not binding you.

If yes, then you need to comply to it and release on the same or compatible license.

If not, just add a comment on top of your source files that says something like /*the following code is released in public domain (where applicable) */. People will ignore it anyway.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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