Attributions, Copyrights, Patents, and Licenses
Legal Details
The information contained here relates to software used from web-based sources and contained in this commercial release from Ping Identity. This document contains attribution, copyright notices, notices of change as needed, and a collection of licenses. It also contains information ensuring compliance with all licenses supporting distribution of the open source material.
This release contains software written by Ping Identity plus software written by others as noted below. Ping Identity thanks these individuals and companies for their effort and contributions of software to the development community.
| Common Name | Developed or Sourced by | License Section |
|---|---|---|
| JSONWebToken | Kreactive | 1.0 |
| RxReachability | RxSwift Community | 2.0 |
| AES256CBC | SwiftyBeaver | 3.0 |
| ZIPFoundation | Thomas Zoechling | 4.0 |
| FreeOTP | Nathaniel McCallum | 5.0 |
| Base32 | Norio Nomura | 6.0 |
Notice
This document serves as the NOTICE file as required by certain licenses contained within this file. It includes all attributions of software included in this distribution that have been contributed by others.
The contents of this section are for informational purposes only and do not modify the License.
Copyright Notices and Licenses
Each of the entries below lists the license, and any specific actions needed to comply with the license beyond attribution, copyright notice, and listing of license. Each license is represented in the font and format as found on the web source.
1.0 JSONWebToken
Modifications:
- Removed 'public'.
- Converted to Swift: a. NSData+HMAC.h b. NSData+HMAC.m c. NSData+SHA.h d. NSData+SHA.m
- Added support for swift 5.
- Support for the "kid" key was added to JSONWebToken.swift.
Copyright:
Copyright (c) 2015 Kreactive
License:
https://github.com/kreactive/JSONWebToken/blob/master/LICENCE
Software License
[The MIT License] 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: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
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.
2.0 RxReachability
Modifications:
- Removed 'public'
Copyright:
Copyright (c) 2015 RxSwift Community
License:
https://github.com/RxSwiftCommunity/RxReachability/blob/master/LICENSE
Software License
[The MIT License] 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: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
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.
3.0 AES256CBC
Modifications:
- Removed 'public'.
- Removed any Linux \ macOS code from the class.
Copyright:
Copyright (c) 2016 Sebastian Kreutzberger
License:
https://github.com/SwiftyBeaver/AES256CBC/blob/master/LICENSE
Software License
[The MIT License] 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: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
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.
4.0 ZIPFoundation
Modifications:
None.
Copyright:
Copyright (c) 2017 Thomas Zoechling
License:
https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE
Software License
[The MIT License] 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: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
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.
5.0 FreeOTP
Modifications:
None.
Copyright:
Copyright (C) 2015 Nathaniel McCallum, Red Hat
License:
http://www.apache.org/licenses/LICENSE-2.0
Software License
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
6.0 Base32
Modifications:
None.
Copyright:
Copyright (c) 2015 Norio Nomura
License:
https://github.com/norio-nomura/Base32/blob/master/LICENSE
Software License
[The MIT License] 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: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
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.