Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/modechange @ 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 | adf2be655aae |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Manipulation of mode changes specified by strings (e.g. as first argument of |
3 chmod utility). | |
4110 | 4 |
5 Files: | |
6 lib/modechange.h | |
7 lib/modechange.c | |
8 m4/modechange.m4 | |
9 | |
10 Depends-on: | |
11 xstrtol | |
12 | |
13 configure.ac: | |
14 gl_MODECHANGE | |
15 | |
16 Makefile.am: | |
17 lib_SOURCES += modechange.h modechange.c | |
18 | |
19 Include: | |
20 "modechange.h" | |
21 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
22 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
23 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
24 |
4197 | 25 Maintainer: |
26 Jim Meyering | |
27 |