We are still actively working on the spam issue.

Licenses

From InstallGentoo Wiki
Revision as of 01:37, 19 April 2014 by Epilepticsoldier (talk | contribs) (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. ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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
  • Apache License
  • 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.