• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-1,7731,326

examples/H03-May-2022-1,6301,305

libfprint/H03-May-2022-63,62343,977

m4/H14-May-2017-9,0578,186

AUTHORSH A D01-Sep-2015621 1211

COPYINGH A D12-Jan-201325.8 KiB505418

ChangeLogH A D14-May-201788.1 KiB2,7611,826

HACKINGH A D12-Jan-20132.8 KiB9762

INSTALLH A D12-Jan-20139.2 KiB235177

Makefile.amH A D01-Sep-2015641 2617

Makefile.inH A D03-May-202228.6 KiB916815

NEWSH A D14-May-20173.9 KiB12498

READMEH A D12-Jan-20131.9 KiB4232

THANKSH A D01-Sep-2015469 1211

TODOH A D12-Jan-2013836 3127

aclocal.m4H A D14-May-201751.3 KiB1,4341,298

compileH A D19-Sep-20157.2 KiB348258

config.guessH A D12-Jan-201343.8 KiB1,5311,321

config.h.inH A D03-May-20223.3 KiB148100

config.subH A D12-Jan-201334.7 KiB1,7831,640

configureH A D14-May-2017602.2 KiB19,75016,736

configure.acH A D14-May-201712.6 KiB429396

depcompH A D19-Sep-201523 KiB792502

install-shH A D12-Jan-201313.7 KiB528351

libfprint.pc.inH A D12-Jan-2013237 129

ltmain.shH A D19-Sep-2015316.5 KiB11,1487,979

missingH A D19-Sep-20156.7 KiB216143

README

1libfprint
2=========
3
4libfprint is part of the fprint project:
5http://www.reactivated.net/fprint
6
7libfprint was originally developed as part of an academic project at the
8University of Manchester with the aim of hiding differences between different
9consumer fingerprint scanners and providing a single uniform API to application
10developers. The ultimate goal of the fprint project is to make fingerprint
11scanners widely and easily usable under common Linux environments.
12
13The academic university project runs off a codebase maintained separately
14from this one, although I try to keep them as similar as possible (I'm not
15hiding anything in the academic branch, it's just the open source release
16contains some commits excluded from the academic project).
17
18THE UNIVERSITY OF MANCHESTER DOES NOT ENDORSE THIS THIS SOFTWARE RELEASE AND
19IS IN NO WAY RESPONSIBLE FOR THE CODE CONTAINED WITHIN, OR ANY DAMAGES CAUSED
20BY USING OR DISTRIBUTING THE SOFTWARE. Development does not happen on
21university computers and the project is not hosted at the university either.
22
23For more information on libfprint, supported devices, API documentation, etc.,
24see the homepage:
25http://www.reactivated.net/fprint/Libfprint
26
27libfprint is licensed under the GNU LGPL version 2.1. See the COPYING file
28for the license text.
29
30Section 6 of the license states that for compiled works that use this
31library, such works must include libfprint copyright notices alongside the
32copyright notices for the other parts of the work. We have attempted to
33make this process slightly easier for you by grouping these all in one place:
34the AUTHORS file.
35
36libfprint includes code from NIST's NBIS software distribution:
37http://fingerprint.nist.gov/NBIS/index.html
38We include bozorth3 from the US export controlled distribution. We have
39determined that it is fine to ship bozorth3 in an open source project,
40see http://reactivated.net/fprint/wiki/US_export_control
41
42