77a3553037
* feat: add QrCode control with attribution and licensing information * feat: move original library to ursa, add demo. * fix: remove unnecessary transition. * refactor: change class visibility to internal for encapsulation * feat:improve demo, add default theme. fix empty data crash. * refactor: rename QrCode to QRCode for consistency and update references
34 lines
1.6 KiB
Markdown
34 lines
1.6 KiB
Markdown
# Third-Party Notices
|
|
|
|
This repository includes third-party code copied from other projects. This document records provenance, license information, and the list of copied files so downstream users have traceability and can comply with original license obligations.
|
|
|
|
## Avalonia.Labs — QrCode control
|
|
|
|
- Upstream project: https://github.com/AvaloniaUI/Avalonia.Labs
|
|
|
|
- License: MIT
|
|
- Upstream LICENSE (at commit): https://github.com/AvaloniaUI/Avalonia.Labs/blob/a878d4eeec0b8e6c924db2f2c4e631460ccbe67c/LICENSE
|
|
|
|
```
|
|
MIT License
|
|
|
|
Copyright (c) 2023 AvaloniaUI
|
|
|
|
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.
|
|
``` |