Add a license tag to every module.
[gnulib.git] / modules / copy-file
1 Description:
2 Copying of files.
3
4 Files:
5 lib/copy-file.h
6 lib/copy-file.c
7 m4/copy-file.m4
8
9 Depends-on:
10 error
11 safe-read
12 full-write
13 binary-io
14 exit
15 gettext
16
17 configure.ac:
18 gl_COPY_FILE
19
20 Makefile.am:
21 lib_SOURCES += copy-file.h copy-file.c
22
23 Include:
24 "copy-file.h"
25
26 License:
27 GPL
28
29 Maintainer:
30 Bruno Haible
31