diff options
author | Shubham Goyal <22shubh22@gmail.com> | 2019-05-28 12:49:07 +0530 |
---|---|---|
committer | Michael Stahl <Michael.Stahl@cib.de> | 2019-07-02 12:09:30 +0200 |
commit | b4141cade04dac0c9d47293313a4521282975f12 (patch) | |
tree | 123d0d5e053cf9209d74f7458b2b4e07f2b13a01 /readlicense_oo | |
parent | 5d22b9a022f8c98b6b215860ce45b52aea41633e (diff) |
bundle external: qrcodegen
The bundle helps to generate QR code in LO.
Change-Id: Iaa9225a72d15806c929d30951cefd3f3fee8960e
Reviewed-on: https://gerrit.libreoffice.org/73302
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'readlicense_oo')
-rw-r--r-- | readlicense_oo/license/license.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/readlicense_oo/license/license.xml b/readlicense_oo/license/license.xml index d211b18b1692..b63980458303 100644 --- a/readlicense_oo/license/license.xml +++ b/readlicense_oo/license/license.xml @@ -1800,6 +1800,32 @@ PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</p> </div> + <div class ="QRCODEGEN"> + <h2>QR-Code-Generator</h2> + <p>The following software may be included in this product: QR Code Generator.</p> + <p>The libqrcodegen project code is covered by the MIT license:</p> + <blockquote> + <p> Copyright © 2019 Project Nayuki. (MIT License) [<a href="https://www.nayuki.io/page/qr-code-generator-library">https://www.nayuki.io/page/qr-code-generator-library</a>]</p> + + <p>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:</p> + + <p>*The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software.</p> + + <p>*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.</p> + </blockquote> + </div> <h2>Random123: a Library of Counter-Based Random Number Generators</h2> <p>The following software may be included in this product: Random123: a Library of Counter-Based Random Number Generators. Use of any of this software is governed by the terms of the license below:</p> |