QR APP LITE – THIRD-PARTY COMPONENTS AND LICENSES
Updated: 16 August 2026

This file covers third-party components distributed with QR App Lite. These
components are not covered by the QR App Lite Free Attribution License in
LICENSE.txt.

COMPONENT OVERVIEW

1. Bootstrap 5.3.3
   License: MIT
   Copyright: Copyright (c) 2011-2024 The Bootstrap Authors
   Files: css/bootstrap.min.css, js/bootstrap.bundle.min.js
   Source: https://github.com/twbs/bootstrap/tree/v5.3.3
   Full license text: included below.

2. @popperjs/core 2.11.8
   License: MIT
   Copyright: Copyright (c) 2019 Federico Zivolo
   Distribution: embedded in js/bootstrap.bundle.min.js
   Source: https://github.com/popperjs/popper-core
   Full license text: included below.

3. jsQR 1.4.0
   License: Apache License 2.0
   File: js/jsQR.js
   Full license text: js/jsQR-LICENSE.txt
   Source: https://github.com/cozmo/jsQR

4. endroid/qr-code 5.1.0
   License: MIT
   Full license text: vendor/endroid/qr-code/LICENSE
   Source: https://github.com/endroid/qr-code

5. bacon/bacon-qr-code 3.0.1
   License: BSD-2-Clause
   Full license text: vendor/bacon/bacon-qr-code/LICENSE
   Source: https://github.com/Bacon/BaconQrCode

6. dasprid/enum 1.0.7
   License: BSD-2-Clause
   Full license text: vendor/dasprid/enum/LICENSE
   Source: https://github.com/DASPRiD/Enum

7. Composer autoloader/runtime
   License: MIT
   Full license text: vendor/composer/LICENSE
   Source: https://github.com/composer/composer

-------------------------------------------------------------------------------
BOOTSTRAP 5.3.3 – MIT LICENSE
-------------------------------------------------------------------------------

The MIT License (MIT)

Copyright (c) 2011-2024 The Bootstrap Authors

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.

-------------------------------------------------------------------------------
@POPPERJS/CORE 2.11.8 – MIT LICENSE
-------------------------------------------------------------------------------

The MIT License (MIT)

Copyright (c) 2019 Federico Zivolo

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.
