Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/lib-ignore @ 12895:9dc379bea179
lib-ignore: relax license to LGPLv2+
* modules/lib-ignore (License): Relax to LGPLv2+.
author | Jim Meyering <meyering@redhat.com> |
---|---|
date | Tue, 23 Feb 2010 09:51:54 +0100 |
parents | 6b31c8787689 |
children | dcdeec6a8dbe |
rev | line source |
---|---|
6527 | 1 Description: |
2 If possible, ignore libraries that are not depended on. | |
3 | |
4 Files: | |
5 m4/lib-ignore.m4 | |
6 | |
7 Depends-on: | |
8 | |
9 configure.ac: | |
10 gl_IGNORE_UNUSED_LIBRARIES | |
11 | |
12 Makefile.am: | |
13 | |
14 Include: | |
15 | |
16 License: | |
12895
9dc379bea179
lib-ignore: relax license to LGPLv2+
Jim Meyering <meyering@redhat.com>
parents:
6527
diff
changeset
|
17 LGPLv2+ |
6527 | 18 |
19 Maintainer: | |
20 Paul Eggert and Jim Meyering |