Update License Notice for SwiftLog & SwiftMetrics

Motivation:

The project has adopted the `swift-log` and `swift-metrics` API packages, and the project's license needs to include attributions to their authors.

Modifications:

`NOTICE.txt` now lists `swift-log` and `swift-metrics` from Apple.

Result:

Apple has been properly attributed for the code from `swift-log` and `swift-metrics`
This commit is contained in:
Nathan Harris
2019-05-27 17:02:31 -07:00
parent f6facaa252
commit b0d0882ee2
+18
View File
@@ -41,6 +41,24 @@ This product was heavily influenced by implementations from the Vapor and NozeIO
---
This product contains the entire library from Apple's SwiftLog API.
* LICENSE (Apache License 2.0):
* https://github.com/apple/swift-log/blob/master/LICENSE.txt
* HOMEPAGE:
* https://github.com/apple/swift-log
---
This product contains the entire library from Apple's SwiftMetrics API.
* LICENSE (Apache License 2.0):
* https://github.com/apple/swift-metrics/blob/master/LICENSE.txt
* HOMEPAGE:
* https://github.com/apple/swift-metrics
---
This product contains the entire library and derivations of various scripts from Apple's SwiftNIO.
* LICENSE (Apache License 2.0):