a66e1375a55c4b899494c42e10c1ff52ceedb6c9
[python-guide.git] / docs / writing / license.rst
1 Choosing a License
2 ==================
3
4 Open source.
5
6 There are plenty of `open source licenses <http://opensource.org/licenses/alphabetical>`_
7 available to choose from.
8
9 To help you choose one for your project, there's a `license chooser <http://three.org/openart/license_chooser/>`_,
10 use it.
11
12
13 Non-Restrictive
14 :::::::::::::::
15
16 PSFL
17 ----
18
19
20 MIT / BSD / ISC
21 ---------------
22
23
24 MIT (X11)
25 `````````
26
27 New BSD
28 ```````
29
30 ISC
31 ```
32
33 Apache
34 ------
35
36
37 Restrictive
38 :::::::::::
39
40
41 LGPL
42 ----
43
44
45
46 GPL
47 ---
48
49
50 GPLv2
51 `````
52
53
54 GPLv3
55 `````
56
57