Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/memcoll @ 17111:b8250ce33952
hash-pjw: relax license to LGPLv2+
* modules/hash-pjw (License): Relax, with consent of author.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Wed, 26 Sep 2012 20:12:57 -0700 |
parents | 63b759a16550 |
children |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Locale dependent memory area comparison. |
4110 | 3 |
4 Files: | |
5 lib/memcoll.h | |
6 lib/memcoll.c | |
7 m4/memcoll.m4 | |
8 | |
9 Depends-on: | |
10748 | 10 memcmp |
4110 | 11 |
12 configure.ac: | |
13 gl_MEMCOLL | |
14 | |
15 Makefile.am: | |
15217
63b759a16550
memcoll: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
10748
diff
changeset
|
16 lib_SOURCES += memcoll.c |
4110 | 17 |
18 Include: | |
19 "memcoll.h" | |
20 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
21 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
22 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
23 |
4197 | 24 Maintainer: |
25 Paul Eggert, Jim Meyering |