mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-14 04:21:01 +00:00
Update acknowledgements
This commit is contained in:
parent
23a7725840
commit
8bf5a757ea
1 changed files with 11 additions and 13 deletions
|
@ -24,7 +24,7 @@ private extension AcknowledgmentsView {
|
|||
enum Acknowledgment: CaseIterable {
|
||||
case combineExpectations
|
||||
case grdb
|
||||
case kingfisher
|
||||
case sdwebimage
|
||||
case sqlcipher
|
||||
}
|
||||
}
|
||||
|
@ -36,8 +36,8 @@ extension AcknowledgmentsView.Acknowledgment {
|
|||
return "CombineExpectations"
|
||||
case .grdb:
|
||||
return "GRDB"
|
||||
case .kingfisher:
|
||||
return "Kingfisher"
|
||||
case .sdwebimage:
|
||||
return "SDWebImage"
|
||||
case .sqlcipher:
|
||||
return "SQLCipher"
|
||||
}
|
||||
|
@ -49,8 +49,8 @@ extension AcknowledgmentsView.Acknowledgment {
|
|||
return URL(string: "https://github.com/groue/CombineExpectations")!
|
||||
case .grdb:
|
||||
return URL(string: "https://github.com/groue/GRDB.swift")!
|
||||
case .kingfisher:
|
||||
return URL(string: "https://github.com/onevcat/Kingfisher")!
|
||||
case .sdwebimage:
|
||||
return URL(string: "https://github.com/SDWebImage/SDWebImage")!
|
||||
case .sqlcipher:
|
||||
return URL(string: "https://www.zetetic.net/sqlcipher")!
|
||||
}
|
||||
|
@ -92,18 +92,16 @@ The above copyright notice and this permission notice shall be included in all c
|
|||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
"""
|
||||
case .kingfisher:
|
||||
case .sdwebimage:
|
||||
return """
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2019 Wei Wang
|
||||
Copyright (c) 2009-2020 Olivier Poitrey rs@dailymotion.com
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
copies of the Software, and to permit persons to whom the Software is furnished
|
||||
to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
@ -113,8 +111,8 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
"""
|
||||
case .sqlcipher:
|
||||
return """
|
||||
|
|
Loading…
Reference in a new issue