survey_seahorse

Software Engineering Project - Fall 2018
Log | Files | Refs | README

README (1634B)


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