view modules/full-read @ 13280:8e04f75cbbca

full-read, full-write: relax license Jim Meyering gave consent to this action: http://lists.gnu.org/archive/html/bug-gnulib/2010-04/msg00446.html * modules/full-read (License): Drop to LGPLv2+. * modules/full-write (License): Likewise. * modules/safe-read (License): Likewise. * modules/safe-write (License): Likewise. Signed-off-by: Eric Blake <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Tue, 27 Apr 2010 12:14:04 -0600
parents 6bc27027a2d6
children b59a75c48ef7
line wrap: on
line source

Description:
An interface to the read() function that reads all it is asked to read.

Files:
lib/full-read.h
lib/full-read.c

Depends-on:
safe-read
full-write

configure.ac:

Makefile.am:
lib_SOURCES += full-read.h full-read.c

Include:
"full-read.h"

License:
LGPLv2+

Maintainer:
Jim Meyering, Bruno Haible