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
Copy file name to clipboardExpand all lines: third_party.md
+40-1Lines changed: 40 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
### Introduction
2
2
3
-
This file is broken into three Parts: SDL Base, SDL Android, and SDL Java. SDL Android and SDL Java are sub projects of SDL Base. Additionally, SDL Java contains two sub-projects: SDL JavaSE and SDL JavaEE.
3
+
This file is broken into four Parts: SDL Base, SDL Android, SDL Java and Utils/Generator. SDL Android and SDL Java are sub projects of SDL Base. Additionally, SDL Java contains two sub-projects: SDL JavaSE and SDL JavaEE. Utils/Generator is Proxy Library RPC Generator for SDL BASE.
4
4
5
5
## SDL BASE
6
6
@@ -86,4 +86,43 @@ The third party software included and used by this project is:
86
86
SDL JavaEE inherits any license defined in SDL JavaSE.
87
87
88
88
89
+
## Utils
90
+
91
+
### Generator
92
+
93
+
Proxy Library RPC Generator inherits any license defined in SDL BASE.
94
+
95
+
#### Third Party Licenses
96
+
97
+
Both the source and binary distributions of this software contain
98
+
some third party software. All the third party software included
99
+
or linked is redistributed under the terms and conditions of their
100
+
original licenses.
101
+
102
+
The third party software included and used by this project is:
103
+
104
+
**xmlschema**
105
+
106
+
* Licensed under MIT License
107
+
* See [https://pypi.org/project/xmlschema/](https://pypi.org/project/xmlschema/)
108
+
109
+
**Jinja2**
110
+
111
+
* Licensed under BSD License (BSD-3-Clause)
112
+
* See [https://pypi.org/project/Jinja2/](https://pypi.org/project/Jinja2/)
113
+
114
+
**coverage**
115
+
116
+
* Licensed under Apache Software License (Apache 2.0)
117
+
* See [https://pypi.org/project/coverage/](https://pypi.org/project/coverage/)
118
+
119
+
**pathlib2**
120
+
121
+
* Licensed under MIT License
122
+
* See [https://pypi.org/project/pathlib2/](https://pypi.org/project/pathlib2/)
123
+
124
+
**pylint**
125
+
126
+
* Licensed under GNU General Public License (GPL)
127
+
* See [https://pypi.org/project/pylint/](https://pypi.org/project/pylint/)
0 commit comments