-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathlicenses.txt
More file actions
73 lines (53 loc) · 1.62 KB
/
licenses.txt
File metadata and controls
73 lines (53 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
* https://en.wikipedia.org/wiki/Comparison_of_free_and_open-source_software_licenses
# No license
* Copyright (see below)
# Permissive license
* Not copyleft
* Can be put under different license
* Do what ever you want
* "lets people do anything they want with your code as long as they provide
attribution back to you and don’t hold you liable."
* E.g: MIT < BSD < Apache
# Copyleft
* Must use same license
MIT < BSD < Apache < LGPL < GPL
# MIT license
* New product must mention the original license
* Author name
* Author can not be claimed for anything
# BSD license
* MIT license +
* Name author may not be mentioned in promotion (advertisement)
# Apache
* Permissive
* License can be put under another license
* License declaration must be preserved
* If code modified, must add note to declaration that code was modified
# GPL
* New product must under GPL as well
# Lesser GPL
* Library can be used in unmodified form by software of any license
* If modified, user must be able to view/modify source
# Copyright
* Static: not allowed not changes
* Looking possible
* If software has no license file!
# Copyleft
* License that gives away copyright
* MIT, BSD, LGPL, GPL, Apache, Mozilla
# Free Software
Freedom to
* Look and study
* Change
* Use / distribute it for whatever you want
# Open source
* Source code can be viewed
* But not necessarily changed!
* Example: windows kernel code
* Publicly accessible
* Hard to understand ;-)
* Not allowed to changes
# Open Source Definition
* Almost same as Free Software
* Most OSD licenses are Free Software
* OSD not what people often mean by 'open source' (see above)