Skip to content

Commit 5f84c2f

Browse files
committed
2 parents d990df8 + a3e4207 commit 5f84c2f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
## Flowchart #0 - How Do I Distribute
22
```mermaid
33
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?]
66
A --> |YES| C[Will the product be distributed outside of the organisation?]
77
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?]
99
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]
1111
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]
1414
G --> |NO| I[Please contact the legal department to obtain approval]
15-
```
15+
```

0 commit comments

Comments
 (0)