THIRD-PARTY SOFTWARE NOTICES
============================

This file contains notices for third-party material used as a technical basis
for parts of AirPort Konfigurator. It does not grant an open-source license for
AirPort Konfigurator as a whole.

-------------------------------------------------------------------------------
1. airpyrt-tools
-------------------------------------------------------------------------------

Project: https://github.com/x56/airpyrt-tools
Use in AirPort Konfigurator: ACP protocol and CFLBinaryPList implementation
were ported to Swift and adapted on the basis of this project.
License: MIT License

Copyright (c) 2016 Vince Cali

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. node-acp
-------------------------------------------------------------------------------

Project: https://github.com/samuelthomas2774/node-acp
Use in AirPort Konfigurator: SRP authentication and encrypted ACP session
handling were implemented with this project as a technical reference and were
adapted for the native Swift implementation.
License: MIT License

Copyright (c) 2018-2020 Samuel Elliott

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.

-------------------------------------------------------------------------------
Technical documentation reference
-------------------------------------------------------------------------------

The ACP property documentation in https://github.com/samuelthomas2774/airport
was consulted as a technical reference. No component from that project is
bundled as a separate executable or library.
