commit 83604bd54912bad6c27ef189257c88c001c9ee72
parent 5d94975ba4f66126b02b70948d1941aa07963ec3
Author: ugrnm <ugrnm@web>
Date: Fri, 3 Jun 2022 16:29:14 +0200
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/FLOSS.mdwn b/FLOSS.mdwn
@@ -0,0 +1,6 @@
+Free Libre and Open Source Software (FLOSS) is an umbrella acronym used to refer to software development practices in which the circulation of software source code is enabled by licensing strategies that promote and simplify the re-use of the code that would otherwise be limited by the author driven doctrine of copyright laws.
+
+The two major definitions of FLOSS are free software and open source software. They almost entirely overlap and follow the same principle of providing a definition and a set of approved licenses that match this definition. Some of these licenses can be compatible or not between, making composite projects either very simple, or very complicated. Both free software and open source software proponents support the idea of permitting the (re)use of FLOSS source code for *any* purpose. FLOSS licenses however can be split into two large families:
+
+* (strong, weak) copyleft licenses. Such licenses impose the person making modification to copyleft material to share their modification under the same condition/license than the code they modified. The idea is to promote circulation and virality;
+* permissive or copyfree/copycentre licenses. Such licenses have much more simple conditions for reuse, if any, making possible to use such source for closed source software and proprietary systems.