Foss and Non-FOSS Licenses that may be worth looking into

Links RSS
Author ArgentumCation Posts Notes
License CC-BY-NC-SA 4.0+ Updated
ℹ️ note This web version is still kind of a mess but the PDF version is a bit more complete

What’s a License

FOSS Licenses

FOSS Freedoms

As outlined by Stallman himself, defines what’s open source or not 0. The freedom to run the program as you wish, for whatever purpose. - I should be able to do whatever the fuck I want with the program

  1. The freedom to study the program’s “source code,” and change it, so the program does your computing as you wish. Programs are written by programmers in a programming language—like English combined with algebra—and that form of the program is the “source code.” Anyone who knows programming, and has the program in source code form, can read the source code, understand its functioning, and change it too. When all you get is the executable form, a series of numbers that are efficient for the computer to run but extremely hard for a human being to understand, understanding and changing the program in that form are forbiddingly hard.
  2. The freedom to make and distribute exact copies when you wish. (It is not an obligation; doing this is your choice. If the program is free, that doesn’t mean someone has an obligation to offer you a copy, or that you have an obligation to offer him a copy. Distributing a program to users without freedom mistreats them; however, choosing not to distribute the program—using it privately—does not mistreat anyone.)
  3. The freedom to make and distribute copies of your modified versions, when you wish.


GPL: The GNU Pubic License

These come straight from Richard Stallman’s sweat glands




BSD

CC

The Permissive Twins

Other

Source-Available / Non-FSF Approved Licenses that may be worth looking into

Somewhat distilled from FSF’s List

CC