From f1d1185f580fec6062949fafc1e8b21591fab299 Mon Sep 17 00:00:00 2001 From: OS-ricardomoreirasilva Date: Mon, 1 Apr 2024 10:12:00 +0100 Subject: [PATCH] chore: Acknowledge 3rd Party Libraries Acknowledge ZXing, as requested by Snyk. ML Kit is also included for coherence. --- docs/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/README.md b/docs/README.md index d8df671..cb115bb 100644 --- a/docs/README.md +++ b/docs/README.md @@ -127,3 +127,7 @@ barcodeController.handleActivityResult(requestCode, resultCode, intent, |OS-PLUG-BARC-0008|Scanning parameters are invalid.| |OS-PLUG-BARC-0009|There was an error scanning the barcode with ZXing.| |OS-PLUG-BARC-0010|There was an error scanning the barcode with ML Kit.| + +## Credits + +Third-party libraries: [ZXing](https://github.com/zxing/zxing), [ML Kit](https://developers.google.com/ml-kit), licensed with [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0).