@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
at upstream/main 45 lines 1.6 kB view raw
1This is PHP implementation of QR Code 2-D barcode generator. It is pure-php 2LGPL-licensed implementation based on C libqrencode by Kentaro Fukuchi. 3 4== LICENSING == 5 6Copyright (C) 2010 by Dominik Dzienia 7 8This library is free software; you can redistribute it and/or modify it under 9the terms of the GNU Lesser General Public License as published by the Free 10Software Foundation; either version 3 of the License, or any later version. 11 12This library is distributed in the hope that it will be useful, but WITHOUT ANY 13WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14PARTICULAR PURPOSE. See the GNU Lesser General Public License (LICENSE file) 15for more details. 16 17You should have received a copy of the GNU Lesser General Public License along 18with this library; if not, write to the Free Software Foundation, Inc., 51 19Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 20 21== INSTALATION AND USAGE == 22 23 * INSTALL file 24 * http://sourceforge.net/apps/mediawiki/phpqrcode/index.php?title=Main_Page 25 26== CONTACT == 27 28Fell free to contact me via e-mail (deltalab at poczta dot fm) or using 29folowing project pages: 30 31 * http://sourceforge.net/projects/phpqrcode/ 32 * http://phpqrcode.sourceforge.net/ 33 34== ACKNOWLEDGMENTS == 35 36Based on C libqrencode library (ver. 3.1.1) 37Copyright (C) 2006-2010 by Kentaro Fukuchi 38http://megaui.net/fukuchi/works/qrencode/index.en.html 39 40QR Code is registered trademarks of DENSO WAVE INCORPORATED in JAPAN and other 41countries. 42 43Reed-Solomon code encoder is written by Phil Karn, KA9Q. 44Copyright (C) 2002, 2003, 2004, 2006 Phil Karn, KA9Q 45