Good ole' GNU and Richard Stallman! that cleared things up, stupid Sam Davis!Bleckers said:This should clear a few questions up. I think people are thinking about open source not public domain:
http://www.gnu.org/philosophy/categories.html
Umm ok well that site made no sense to me, could you like tell it to me in terms that dont beat around the bush?neuro_logik said:Good ole' GNU and Richard Stallman! that cleared things up, stupid Sam Davis!
Richard Stallman is the founder and pioneer of Open Source Software, he developed the concept of the Copyleft System (http://www.gnu.org/philosophy/categories.html#CopyleftedSoftware), and GNU (GNU is Not Unix) GPL (General Public Licence).JayWalker said:Umm ok well that site made no sense to me, could you like tell it to me in terms that dont beat around the bush?
Public domain software is software that is not copyrighted. If the source code is in the public domain, that is a special case of non-copylefted free software , which means that some copies or modified versions may not be free at all.
In some cases, an executable program can be in the public domain but the source code is not available. This is not free software, because free software requires accesibility of source code. Meanwhile, most free software is not in the public domain; it is copyrighted, and the copyright holders have legally given permission for everyone to use it in freedom, using a free software license.
Sometimes people use the term ``public domain'' in a loose fashion to mean ``free'' or ``available gratis.'' However, ``public domain'' is a legal term and means, precisely, ``not copyrighted''. For clarity, we recommend using ``public domain'' for that meaning only, and using other terms to convey the other meanings.
Under the Berne Convention, which most countries have signed, anything written down is automatically copyrighted. This includes programs. Therefore, if you want a program you have written to be in the public domain, you must take some legal steps to disclaim the copyright on it; otherwise, the program is copyrighted.
As a programmer, ethically you would.JayWalker said:Do you have to acknowldedge use of code obtained by public domain
but you are not legally bound to?neuro_logik said:As a programmer, ethically you would.
Open Source has copyright, well copyleft. http://www.opensource.org/docs/definition.phpFreedom_Dragon said:Public Domain: Also known as open source. Is software that has no copyright. This means that u can modify, distribute, copy the software.