diff options
author | Martin Grabmüller <mgrabmue@cs.tu-berlin.de> | 2001-07-19 21:08:49 +0000 |
---|---|---|
committer | Martin Grabmüller <mgrabmue@cs.tu-berlin.de> | 2001-07-19 21:08:49 +0000 |
commit | 58ade1022ca491dbb86565aa4e514089ec6fcabd (patch) | |
tree | c55a2fc534d635ef7eec82e324baaba7dcda24f3 /libguile/strerror.c | |
parent | c0b2936ee9fdc24132d72562d01fd65223742081 (diff) | |
download | guile-58ade1022ca491dbb86565aa4e514089ec6fcabd.tar.gz |
* alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,
chars.h, continuations.h, debug-malloc.h, dynl.c, feature.c,
feature.h, filesys.h, fluids.h, fports.h, gc_os_dep.c,
gdb_interface.h, gh_eval.c, gh_funcs.c, gh_io.c, gh_list.c,
gh_predicates.c, gsubr.c, gsubr.h, guardians.h,
guile-func-name-check.in, guile-snarf-docs-texi.in,
guile-snarf-docs.in, guile-snarf.awk.in, guile-snarf.in,
hashtab.h, iselect.h, keywords.h, lang.c, list.h, load.h,
objprop.c, objprop.h, options.c, options.h, random.h,
regex-posix.h, root.c, root.h, script.c, snarf.h, stackchk.c,
strerror.c, strop.h, strports.h, threads.h, values.c, values.h,
version.c, version.h: Updated copyright notice.
Diffstat (limited to 'libguile/strerror.c')
-rw-r--r-- | libguile/strerror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/strerror.c b/libguile/strerror.c index ba43e8e6b..8c42cd2a4 100644 --- a/libguile/strerror.c +++ b/libguile/strerror.c @@ -1,5 +1,5 @@ /* Turning errno values into English error messages. - Copyright (C) 1985, 86, 87, 88, 93, 94, 95, 2000 Free Software Foundation, Inc. + Copyright (C) 1985, 86, 87, 88, 93, 94, 95, 2000, 2001 Free Software Foundation, Inc. This file is part of GNU Emacs. |