Add a license tag to every module.
[gnulib.git] / modules / path-concat
1 Description:
2 Construct a full pathname by concatenating a directory name and a relative
3 filename.
4
5 Files:
6 lib/path-concat.h
7 lib/path-concat.c
8 m4/dos.m4
9 m4/path-concat.m4
10
11 Depends-on:
12 xalloc
13 dirname
14
15 configure.ac:
16 gl_PATH_CONCAT
17
18 Makefile.am:
19 lib_SOURCES += path-concat.h path-concat.c
20
21 Include:
22 "path-concat.h"
23
24 License:
25 GPL
26
27 Maintainer:
28 Jim Meyering
29