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.