1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/modules/full-write
Eric Blake f726c6b3f2 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>
2010-04-27 12:14:04 -06:00

24 lines
307 B
Plaintext

Description:
An interface to the write() function that writes all it is asked to write.
Files:
lib/full-write.h
lib/full-write.c
Depends-on:
safe-write
configure.ac:
Makefile.am:
lib_SOURCES += full-write.h full-write.c
Include:
"full-write.h"
License:
LGPLv2+
Maintainer:
Jim Meyering, Bruno Haible