File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,26 @@ Open source.
6
6
There are plenty of `open source licenses <http://opensource.org/licenses/alphabetical >`_
7
7
available to choose from.
8
8
9
+ In general, these licenses tend to fall into one of two categories:
10
+
11
+ 1. licenses that focus more on the user's freedom to do with the
12
+ software as they please (these are the more-permissive open
13
+ source licenses such as the MIT, BSD, & Apache), and
14
+
15
+ 2. licenses that focus more on making sure that the code itself —
16
+ including any changes made to it and distributed along with it —
17
+ always remains free (these are the less-permissive free software
18
+ licenses, for example, the GPL and LGPL).
19
+
20
+ The latter are less-permissive in the sense that they don't permit
21
+ someone to add code to the software and distribute it without also
22
+ including the source code for their changes.
23
+
9
24
To help you choose one for your project, there's a `license chooser <http://three.org/openart/license_chooser/ >`_,
10
25
use it.
11
26
12
27
13
- Non-Restrictive
28
+ More-Permissive
14
29
:::::::::::::::
15
30
16
31
PSFL
34
49
------
35
50
36
51
37
- Restrictive
38
- :::::::::::
52
+ Less-Permissive
53
+ :::::::::::::::
39
54
40
55
41
56
LGPL
You can’t perform that action at this time.
0 commit comments