Skip to content

Commit fdecd12

Browse files
Update NOTICE.txt with projects used in examples (#463)
### Motivation We've recently added a bunch of example projects that show how to integrate with other packages and projects in the Swift and OpenAPI ecosystems. We should make sure that these projects and their associated licenses are mentioned in `NOTICE.txt`. ### Modifications Update NOTICE.txt with projects used in examples. ### Result Updated NOTICE.txt with projects used in examples. ### Test Plan None.
1 parent 4bdcfd1 commit fdecd12

File tree

1 file changed

+63
-2
lines changed

1 file changed

+63
-2
lines changed

NOTICE.txt

Lines changed: 63 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,71 @@ This product contains OpenAPI document(s) for compatibility testing from:
120120

121121
-------------------------------------------------------------------------------
122122

123-
This product contains an example Swift package that shows how to use swagger-ui.
123+
This product contains samples of how to use Swift OpenAPI Generator with the
124+
following other projects:
124125

125-
* swagger-ui
126+
* AsyncHTTPClient
127+
* LICENSE (Apache License 2.0):
128+
* https://www.apache.org/licenses/LICENSE-2.0
129+
* HOMEPAGE:
130+
* https://github.com/swift-server/swift-openapi-async-http-client
131+
132+
* Hummingbird
133+
* LICENSE (Apache License 2.0):
134+
* https://www.apache.org/licenses/LICENSE-2.0
135+
* HOMEPAGE:
136+
* https://github.com/hummingbird-project/hummingbird
137+
138+
* Swagger UI
126139
* LICENSE (Apache License 2.0):
127140
* https://www.apache.org/licenses/LICENSE-2.0
128141
* HOMEPAGE:
129142
* https://github.com/swagger-api/swagger-ui
143+
144+
* Swift Argument Parser
145+
* LICENSE (Apache License 2.0):
146+
* https://www.apache.org/licenses/LICENSE-2.0
147+
* HOMEPAGE:
148+
* https://github.com/apple/swift-argument-parser
149+
150+
* Swift Distributed Tracing
151+
* LICENSE (Apache License 2.0):
152+
* https://www.apache.org/licenses/LICENSE-2.0
153+
* HOMEPAGE:
154+
* https://github.com/apple/swift-distributed-tracing
155+
156+
* Swift Logging API
157+
* LICENSE (Apache License 2.0):
158+
* https://www.apache.org/licenses/LICENSE-2.0
159+
* HOMEPAGE:
160+
* https://github.com/apple/swift-log
161+
162+
* Swift Metrics
163+
* LICENSE (Apache License 2.0):
164+
* https://www.apache.org/licenses/LICENSE-2.0
165+
* HOMEPAGE:
166+
* https://github.com/apple/swift-metrics
167+
168+
* SwiftNIO
169+
* LICENSE (Apache License 2.0):
170+
* https://www.apache.org/licenses/LICENSE-2.0
171+
* HOMEPAGE:
172+
* https://github.com/apple/swift-nio
173+
174+
* Swift OTel
175+
* LICENSE (Apache License 2.0):
176+
* https://www.apache.org/licenses/LICENSE-2.0
177+
* HOMEPAGE:
178+
* https://github.com/slashmo/swift-otel
179+
180+
* SwiftPrometheus
181+
* LICENSE (Apache License 2.0):
182+
* https://www.apache.org/licenses/LICENSE-2.0
183+
* HOMEPAGE:
184+
* https://github.com/swift-server/swift-prometheus
185+
186+
* Vapor
187+
* LICENSE (MIT License):
188+
* https://mit-license.org
189+
* HOMEPAGE:
190+
* https://github.com/vapor/vapor

0 commit comments

Comments
 (0)