What are — in a nutshell — the “four freedoms” as defined by Richard Stallman and the Free Software Foundation?
What does the abbreviation FLOSS stand for?
Free/Libre and Open Source Software is another popular term, which unmistakably emphasizes the idea of freedom also for other languages other than English
You have developed free software and want to ensure that the software itself, but also all future works based on it, remain free as well. Which license do you choose?
GPL version 3
Which of the following licenses would you call permissive, which would you call copyleft?
Simplified BSD License: permissive
GPL version 3: copyleft
CC BY: permissive
CC BY-SA: copyleft
You have written a web application and published it under a free license. How can you earn money with your product? Name three possibilities.
What is the GNU project?
GNU started as an initiative to develop an operating system from scratch, to make it available to the general public and to improve it continuously with the general public.
It then created the GNU Public License (GPU License).
Describe CopyLeft/GPL and Lesser GPL
• Free Software Foundation (FSF) has formulated the GNU General Public License (GPL) as one of the most important licenses for free software, which is used by many projects, e.g. the Linux kernel.
○ In addition, it has released licenses with case-specific customizations, such as the GNU Lesser General Public License (LGPL), which governs the combination of free software with modifications made to code where the source code for the modifications do not have to be released to the public GNU Affero General Public License (AGPL), which covers selling access to hosted software, or the GNU Free Documentation License (FDL), which extends freedom principles to software documentation.
• Critics often call the copyleft principle “viral”, since it is transmitted to subsequent versions.
What is the OSI in regards to licensing.
Open Source Initiative (OSI), developed a standardized procedure for checking software licenses for compliance with its Open Source Definition
What is the Berkeley Software Distribution (BSD)? What are its goals?
What is Creative Commons?
The author makes her work available to the community, but can choose from a set of features those that need to be considered when using the work — the more features she chooses, the more restrictive the license.
Describe CC BY (“Attribution”)
The free license that allows anyone to edit and distribute the work as long as they name the author.
Describe CC BY-SA
As CC BY, except that the modified work may only be distributed under the same license. The principle reminds of the copyleft, because the license is “inherited” here as well.
Describe CC BY-ND (“Attribution-NoDerivatives”)
Like CC BY, except that the work may only be passed on unmodified.
Describe CC BY-NC (“Attribution-NonCommercial”)
The work may be edited and distributed by naming the author, but only under non-commercial conditions.
Describe CC BY-NC-SA (“Attribution-NonCommercial-ShareAlike”)
As BY-NC, except that the work may only be shared under the same conditions (i.e. a copyleft-like license).
Describe CC BY-NC-ND (“Attribution-NonCommercial-NoDerivatives”)
The most restrictive license: the distribution is allowed with attribution of the author, but only unchanged and under non-commercial conditions.