1 This is PHP implementation of QR Code 2-D barcode generator. It is pure-php
\r
2 LGPL-licensed implementation based on C libqrencode by Kentaro Fukuchi.
\r
6 Copyright (C) 2010 by Dominik Dzienia
\r
8 This library is free software; you can redistribute it and/or modify it under
\r
9 the terms of the GNU Lesser General Public License as published by the Free
\r
10 Software Foundation; either version 3 of the License, or any later version.
\r
12 This library is distributed in the hope that it will be useful, but WITHOUT ANY
\r
13 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
\r
14 PARTICULAR PURPOSE. See the GNU Lesser General Public License (LICENSE file)
\r
17 You should have received a copy of the GNU Lesser General Public License along
\r
18 with this library; if not, write to the Free Software Foundation, Inc., 51
\r
19 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
\r
21 == INSTALATION AND USAGE ==
\r
24 * http://sourceforge.net/apps/mediawiki/phpqrcode/index.php?title=Main_Page
\r
28 Fell free to contact me via e-mail (deltalab at poczta dot fm) or using
\r
29 folowing project pages:
\r
31 * http://sourceforge.net/projects/phpqrcode/
\r
32 * http://phpqrcode.sourceforge.net/
\r
34 == ACKNOWLEDGMENTS ==
\r
36 Based on C libqrencode library (ver. 3.1.1)
\r
37 Copyright (C) 2006-2010 by Kentaro Fukuchi
\r
38 http://megaui.net/fukuchi/works/qrencode/index.en.html
\r
40 QR Code is registered trademarks of DENSO WAVE INCORPORATED in JAPAN and other
\r
43 Reed-Solomon code encoder is written by Phil Karn, KA9Q.
\r
44 Copyright (C) 2002, 2003, 2004, 2006 Phil Karn, KA9Q
\r