Changed from GPL to LGPL, after approval of both authors.
[pspp] / modules / getpass-gnu
1 Description:
2 getpass() function: read a password of arbitrary length from /dev/tty.
3
4 Files:
5 lib/getpass.h
6 lib/getpass.c
7 m4/getpass.m4
8
9 Depends-on:
10 unlocked-io
11 getline
12 stdbool
13
14 configure.ac:
15 gl_FUNC_GETPASS_GNU
16
17 Makefile.am:
18 lib_SOURCES += getpass.h
19
20 Include:
21 "getpass.h"
22
23 License:
24 LGPL
25
26 Maintainer:
27 Jim Meyering, glibc
28