Add a license tag to every module.
[gnulib.git] / modules / userspec
1 Description:
2 Parse a `user:group' specifier (e.g. the first argument of chown utility).
3
4 Files:
5 lib/userspec.c
6 lib/userspec.h
7 m4/userspec.m4
8
9 Depends-on:
10 posixver
11 xalloc
12 xstrtol
13 strdup
14 gettext
15
16 configure.ac:
17 gl_USERSPEC
18
19 Makefile.am:
20 lib_SOURCES += userspec.c userspec.h
21
22 Include:
23 "userspec.h"
24
25 License:
26 GPL
27
28 Maintainer:
29 Jim Meyering