A streamlined version (for embedded use) of Jeff Brown's ZBar library. Visit <http://zbar.sourceforge.net> for more details.

Dependents:   BarcodeReader_F103

Committer:
hudakz
Date:
Fri Jan 10 22:06:18 2020 +0000
Revision:
1:4f5c042a2d34
Streamlined barcode reader library.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
hudakz 1:4f5c042a2d34 1 The ZBar Bar Code Reader is Copyright (C) 2007-2011 Jeff Brown
hudakz 1:4f5c042a2d34 2 <spadix@users.sourceforge.net>
hudakz 1:4f5c042a2d34 3 The QR Code reader is Copyright (C) 1999-2009 Timothy B. Terriberry
hudakz 1:4f5c042a2d34 4 <tterribe@xiph.org>
hudakz 1:4f5c042a2d34 5
hudakz 1:4f5c042a2d34 6 You can redistribute this library and/or modify it under the terms of the GNU
hudakz 1:4f5c042a2d34 7 Lesser General Public License as published by the Free Software Foundation;
hudakz 1:4f5c042a2d34 8 either version 2.1 of the License, or (at your option) any later version.
hudakz 1:4f5c042a2d34 9
hudakz 1:4f5c042a2d34 10 This library is distributed in the hope that it will be useful, but WITHOUT
hudakz 1:4f5c042a2d34 11 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
hudakz 1:4f5c042a2d34 12 FOR A PARTICULAR PURPOSE.
hudakz 1:4f5c042a2d34 13 See the GNU Lesser General Public License for more details.
hudakz 1:4f5c042a2d34 14
hudakz 1:4f5c042a2d34 15 You should have received a copy of the GNU Lesser General Public License along
hudakz 1:4f5c042a2d34 16 with this library; if not, write to the Free Software Foundation, Inc.,
hudakz 1:4f5c042a2d34 17 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
hudakz 1:4f5c042a2d34 18
hudakz 1:4f5c042a2d34 19 ISAAC is based on the public domain implementation by Robert J. Jenkins Jr.,
hudakz 1:4f5c042a2d34 20 and is itself public domain.
hudakz 1:4f5c042a2d34 21
hudakz 1:4f5c042a2d34 22 Portions of the bit stream reader are copyright (C) The Xiph.Org Foundation
hudakz 1:4f5c042a2d34 23 1994-2008, and are licensed under a BSD-style license.
hudakz 1:4f5c042a2d34 24
hudakz 1:4f5c042a2d34 25 The Reed-Solomon decoder is derived from an implementation (C) 1991-1995 Henry
hudakz 1:4f5c042a2d34 26 Minsky (hqm@ua.com, hqm@ai.mit.edu), and is licensed under the LGPL with
hudakz 1:4f5c042a2d34 27 permission.
hudakz 1:4f5c042a2d34 28