diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 2000-06-12 12:28:24 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 2000-06-12 12:28:24 +0000 |
commit | f2c9fcb07ed55b916c3ba5f2357686fda3ad011e (patch) | |
tree | 1bc352f4d9d9585533d5596a8fa33322fba84342 /libguile/strerror.c | |
parent | 3d47112cd64881800f6919a28df10a4d5bc9b28b (diff) | |
download | guile-f2c9fcb07ed55b916c3ba5f2357686fda3ad011e.tar.gz |
Updated copyrights
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 0d05f4b32..8445f6ff1 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 Free Software Foundation, Inc. + Copyright (C) 1985, 86, 87, 88, 93, 94, 95, 2000 Free Software Foundation, Inc. This file is part of GNU Emacs. |