QRCodeBundle.bundle
===================

QRCODEBundle is a library for encoding data in a QR Code symbol, a kind of 2D
symbology that can be scanned by handy terminals such as a mobile phone with
CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and has
high robustness.

QRCODEBundle accepts a string or a list of data chunks then encodes in a QR Code
symbol as vector data directly. It is based on libqrencode by Kentaro Fukuchi,

http://megaui.net/fukuchi/works/qrencode/index.en.html 

published under GNU LESSER GENERAL PUBLIC LICENSE:
http://www.gnu.org/licenses/lgpl.html (EN)
http://www.gnu.de/documents/lgpl.de.html (DE)

This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the Free
Software Foundation; either version 2.1 of the License, or any later version.

QRCodeBundle.bundle is neither supported nor distributed by Computerinsel. It is 
published as part of commercial software PHOTOLINE. In order to the 
LGPL, you may use it, but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.

Please be aware, that LGPL only implies on code in this package.
PhotoLine and additional supplies are copyrighted if not otherwise mentioned.


NOTE
====
Please mail any bug reports, suggestions, comments and questions to
ComputerInsel <support@pl32.com>. Questions of license compliance
are also welcome.


ACKNOWLEDGMENTS
===============
QR Code is registered trademarks of DENSO WAVE INCORPORATED in JAPAN and
other countries.

libqrencode is written by Kentaro Fukuchi
Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi

Reed-Solomon code encoder is written by Phil Karn, KA9Q.
Copyright (C) 2002, 2003, 2004, 2006 Phil Karn, KA9Q

NANKI Haruo       - improved lower-case characteres encoding
Philippe Delcroix - improved mask evaluation
Yusuke Mihara     - structured-append support
Shigeyuki Hirai, Paul Janssens, wangsai, Gavan Fantom - bug report / suggestion

