Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/mountlist @ 5251:42b53a22aee5
Add a license tag to every module.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Wed, 22 Sep 2004 15:11:04 +0000 |
parents | 3ccc6d0d52bb |
children | 7c24a825b51d |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Return list of mounted filesystems. |
4110 | 3 |
4 Files: | |
5 lib/mountlist.h | |
6 lib/mountlist.c | |
7 m4/ls-mntd-fs.m4 | |
8 m4/fstypename.m4 | |
9 m4/mountlist.m4 | |
10 | |
11 Depends-on: | |
12 xalloc | |
13 unlocked-io | |
14 | |
15 configure.ac: | |
16 gl_MOUNTLIST | |
17 | |
18 Makefile.am: | |
19 lib_SOURCES += mountlist.h | |
20 | |
21 Include: | |
22 "mountlist.h" | |
23 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
24 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
25 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
26 |
4197 | 27 Maintainer: |
28 Jim Meyering | |
29 |