We are still actively working on the spam issue.

Difference between revisions of "Licenses"

From InstallGentoo Wiki
Jump to: navigation, search
(Created page with "===Licenses=== There are multiple kinds of licenses that software can be released under. *[https://www.gnu.org/licenses/gpl.html GNU GPL] is what GNU/Linux is released under. ...")
 
Line 2: Line 2:
 
There are multiple kinds of licenses that software can be released under.
 
There are multiple kinds of licenses that software can be released under.
 
*[https://www.gnu.org/licenses/gpl.html GNU GPL] is what GNU/Linux is released under. Essentially, you are free to do what you want with software released under this code, provided that if you release it to the public you must also release the source code. Source code does not have to be released if binaries to modifications are not released to the public. This license highly favors the end users.
 
*[https://www.gnu.org/licenses/gpl.html GNU GPL] is what GNU/Linux is released under. Essentially, you are free to do what you want with software released under this code, provided that if you release it to the public you must also release the source code. Source code does not have to be released if binaries to modifications are not released to the public. This license highly favors the end users.
*[http://www.linfo.org/bsdlicense.html BSD License]
+
*[http://www.linfo.org/bsdlicense.html BSD License] is much more permissive than the GPL. You basically can do anything as long as you give due credit where it's made.
*[https://www.apache.org/licenses/LICENSE-2.0.html Apache License]
+
*[https://www.apache.org/licenses/LICENSE-2.0.html Apache License] is known for protecting users against patent suing.
 
*[http://opensource.org/licenses/MIT MIT License]
 
*[http://opensource.org/licenses/MIT MIT License]
 
*[https://en.wikipedia.org/wiki/WTFPL WTFPL] - DO WHATEVER THE FUCK YOU WANT TO PUBLIC LICENSE. The name says it all.
 
*[https://en.wikipedia.org/wiki/WTFPL WTFPL] - DO WHATEVER THE FUCK YOU WANT TO PUBLIC LICENSE. The name says it all.
 
*[https://creativecommons.org/licenses/by/3.0/us/ CC-BY]
 
*[https://creativecommons.org/licenses/by/3.0/us/ CC-BY]
 
*[https://creativecommons.org/licenses/by-sa/3.0/us/ CC-BY-SA] - Without the no commercial and no modifications additions, this is a very liberal license. Anyone can use or modify this work, as long as they let others use it and attribute the author. This license lends itself to art better than it does to software.
 
*[https://creativecommons.org/licenses/by-sa/3.0/us/ CC-BY-SA] - Without the no commercial and no modifications additions, this is a very liberal license. Anyone can use or modify this work, as long as they let others use it and attribute the author. This license lends itself to art better than it does to software.

Revision as of 03:40, 12 February 2015

Licenses

There are multiple kinds of licenses that software can be released under.

  • GNU GPL is what GNU/Linux is released under. Essentially, you are free to do what you want with software released under this code, provided that if you release it to the public you must also release the source code. Source code does not have to be released if binaries to modifications are not released to the public. This license highly favors the end users.
  • BSD License is much more permissive than the GPL. You basically can do anything as long as you give due credit where it's made.
  • Apache License is known for protecting users against patent suing.
  • MIT License
  • WTFPL - DO WHATEVER THE FUCK YOU WANT TO PUBLIC LICENSE. The name says it all.
  • CC-BY
  • CC-BY-SA - Without the no commercial and no modifications additions, this is a very liberal license. Anyone can use or modify this work, as long as they let others use it and attribute the author. This license lends itself to art better than it does to software.