File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
General-Compliance-Support-Material/Flowcharts/GPLv2-Compliance-Flowchats/2.0/en Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
## Flowchart #0 - How Do I Distribute
2
2
``` mermaid
3
3
flowchart TD
4
- A[Will Free Software end up in the final product?]
5
- A --> |NO| B[Will code generated by the Free Software end up in the final product?]
4
+ A[Will open source end up in the final product?]
5
+ A --> |NO| B[Will code generated by the open source end up in the final product?]
6
6
A --> |YES| C[Will the product be distributed outside of the organisation?]
7
7
B --> |YES| C
8
- C --> |YES| D[Is the Free Software on the 'Approved Software' list?]
8
+ C --> |YES| D[Is the open source on the 'Approved Software' list?]
9
9
C --> |NO| E[Label for 'Internal use only']
10
- D --> |YES| F[This Free Software may be used for this product]
10
+ D --> |YES| F[This open source may be used for this product]
11
11
B --> |NO| F
12
- D --> |NO| G[Is the Free Software on the 'Rejected Software' list?]
13
- G --> |YES| H[This Free Software may not be used for this product]
12
+ D --> |NO| G[Is the open source on the 'Rejected Software' list?]
13
+ G --> |YES| H[This open source may not be used for this product]
14
14
G --> |NO| I[Please contact the legal department to obtain approval]
15
- ```
15
+ ```
You can’t perform that action at this time.
0 commit comments