libgpg-error/src (6 files)
cvs user marcus
cvs@cvs.gnupg.org
Thu, 15 May 2003 23:56:34 +0200
Date: Thursday, May 15, 2003 @ 23:56:24
Author: marcus
Path: /cvs/gnupg/libgpg-error/src
Modified: Makefile.am err-codes.h.in err-sources.h.in mkstrtable.awk
strerror.c strsource.c
2003-05-15 Marcus Brinkmann <marcus@g10code.de>
* src/mkstrtable.awk: Add exception clause to license about the
output of the script.
* configure.ac: Change license to LGPL 2.1 or later.
* Makefile.am: Likewise.
* src/Makefile.am: Likewise.
* src/err-codes.h.in: Likewise.
* src/err-sources.h.in: Likewise.
* src/strsource.c: Likewise.
* src/strerror.c: Likewise.
* src/gpg/error.h: Likewise.
* tests/Makefile.am: Likewise.
* src/mkstrtable.awk: New variable HEADER. Copy input until first
line with an actual code and description occurs.
* src/err-codes.h.in: Uncomment license, so it is copied into the
output.
* src/err-sources.h.in: Likewise.
------------------+
Makefile.am | 12 ++++----
err-codes.h.in | 50 +++++++++++++++++++-----------------
err-sources.h.in | 51 +++++++++++++++++++------------------
mkstrtable.awk | 72 +++++++++++++++++++++++++++++++++++++++++------------
strerror.c | 17 ++++++------
strsource.c | 15 +++++------
6 files changed, 133 insertions(+), 84 deletions(-)