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