You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -105,28 +105,7 @@ Licenses are crucial for several reasons:
105
105
8.**Innovation Promotion**: They can encourage or restrict innovation based on their terms.
106
106
9.**Interoperability**: They can affect how your software can be integrated with other projects.
107
107
108
-
## Types of Licenses
109
-
110
-
Here's a comparison of the main types of licenses (I suggest you use the web version of GitHub to check the following flowchart) :
111
-
112
-
```mermaid
113
-
graph TD
114
-
A[Software Licenses] --> B[Open Source]
115
-
A --> C[Proprietary]
116
-
B --> D[Permissive]
117
-
B --> E[Copyleft]
118
-
D --> F[MIT]
119
-
D --> G[Apache]
120
-
D --> H[BSD]
121
-
E --> I[GPL]
122
-
E --> J[LGPL]
123
-
C --> K[Commercial]
124
-
C --> L[Custom]
125
-
```
126
-
127
-
This diagram illustrates the main categories and some popular examples of software licenses.
128
-
129
-
### History of Software Licenses
108
+
## History of Software Licenses
130
109
131
110
The evolution of software licenses reflects the changing landscape of software development and distribution:
132
111
@@ -175,7 +154,28 @@ The evolution of software licenses reflects the changing landscape of software d
175
154
176
155
This history shows how software licensing has evolved from an academic sharing model to a complex ecosystem balancing commercial interests, open collaboration, and user freedoms.
177
156
178
-
### Open Source Licenses
157
+
## Types of Licenses
158
+
159
+
Here's a comparison of the main types of licenses (I suggest you use the web version of GitHub to check the following flowchart) :
160
+
161
+
```mermaid
162
+
graph TD
163
+
A[Software Licenses] --> B[Open Source]
164
+
A --> C[Proprietary]
165
+
B --> D[Permissive]
166
+
B --> E[Copyleft]
167
+
D --> F[MIT]
168
+
D --> G[Apache]
169
+
D --> H[BSD]
170
+
E --> I[GPL]
171
+
E --> J[LGPL]
172
+
C --> K[Commercial]
173
+
C --> L[Custom]
174
+
```
175
+
176
+
This diagram illustrates the main categories and some popular examples of software licenses.
0 commit comments