From 745bcde42f08a327c4f79b45825e7cc17c7e4d48 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Wed, 13 Apr 2016 12:21:15 +1000 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3ef5c28..bc11caa 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,6 @@ exposing a JavaScript interface for scanning barcodes (QR, 2D, etc). cordova plugins add org.cloudsky.cordovaplugins.zbar -## License - -This plugin is released under the Apache 2.0 license, but the ZBar library on which it depends (and which is distribute with this plugin) is under the LGPL license (2.1). - ## API ### Scan barcode @@ -56,6 +52,11 @@ Quirks: instead of making it stay on... +## [License](LICENSE) + +This plugin is released under the Apache 2.0 license, but the ZBar library on which it depends (and which is distribute with this plugin) is under the LGPL license (2.1). + + ## Thanks Thank you to @PaoloMessina and @nickgerman for code contributions.