Skip to content

Commit cdc5544

Browse files
authored
Create what-is-foss.md
1 parent c1614fe commit cdc5544

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

src/what-is-foss.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# What is FOSS?
2+
3+
For the purposes of this wiki and for r/FOSSdroid, FOSS apps must:
4+
- Have a FOSS license\*
5+
- Be open source
6+
- Be free, as in freedom
7+
8+
They must not:
9+
- Have a proprietary EULA\*\*
10+
11+
\*A FOSS license is any typical open-source license. Common examples:
12+
- GPLv3
13+
- GPLv2
14+
- Apache 2.0
15+
- Mozilla MPL
16+
- And many more
17+
*The above section needs work, and should be updated to include more FOSS licenses.*
18+
19+
\*\*A proprietary EULA:
20+
- Is listed as an End User License Agreement, or
21+
- Has provisions typical of proprietary software, or
22+
- Removes one of the [FOSS freedoms](https://www.gnu.org/philosophy/free-sw.en.html)
23+
24+
## What are the FOSS Freedoms?
25+
As used by the GNU project, the FOSS freedoms require that users can do the following:
26+
- Run
27+
- Copy
28+
- Distrubute
29+
- Study
30+
- Change, or
31+
- Improve
32+
33+
Anything that violates *any of these rights* is enough to be no longer considered FOSS.
34+
35+
Luckily, there's a simple way to tell! If it's on F-Droid by default, it's FOSS enough for us. If it has one of the above mentioned FOSS licenses, it is too.

0 commit comments

Comments
 (0)