Licensing: Changing public domain to Apache license - Stack Overflow most recent 30 from stackoverflow.com 2009-12-11T06:14:45Z http://stackoverflow.com/feeds/question/712273 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/712273/licensing-changing-public-domain-to-apache-license 1 Licensing: Changing public domain to Apache license ashitaka 2009-04-03T01:42:09Z 2009-05-20T00:15:05Z <p>I am currently modifying a framework which was released to the public domain. Is it ok for me to then release a new framework based on some code from the public domain sourcetree as licensed under Apache ?</p> http://stackoverflow.com/questions/712273/licensing-changing-public-domain-to-apache-license/712280#712280 3 Answer by David Brown for Licensing: Changing public domain to Apache license David Brown 2009-04-03T01:46:40Z 2009-04-03T03:04:23Z <p>Wikipedia's definition of <a href="http://en.wikipedia.org/wiki/Public%5Fdomain" rel="nofollow">Public Domain</a> is:</p> <blockquote> <p>The public domain is a range of abstract materials—commonly referred to as intellectual property—which are not owned or controlled by anyone. <strong>The term indicates that these materials are therefore "public property", and available for anyone to use for any purpose.</strong></p> </blockquote> <p>So basically, you can do whatever you want to the code and release it under whatever license. However, the article also states:</p> <blockquote> <p>Because proprietary rights are founded in national laws, <strong>an item may be public domain in one jurisdiction but not another</strong>.</p> </blockquote> <p>To be safe, I would suggest contacting the creators directly on this matter.</p> <p>EDIT: As Jonathan Leffler pointed out in a comment, the second quote doesn't really apply in this case. Different jurisdictions can define when a <strong>previously copyrighted</strong> work enters the public domain, but since the code is specifically released into the public domain by the creators, it remains open to everyone, regardless of their jurisdiction.</p>