diff options
author | Jim Blandy <jimb@red-bean.com> | 1997-06-24 18:17:40 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1997-06-24 18:17:40 +0000 |
commit | 0d46112f1665b03891fe2acfee894411ee5c1ff3 (patch) | |
tree | 617d2dc42f966ec5bc9972d5a85c8e1f9990ecec /libguile/script.c | |
parent | 16b28a021a5f9544ca503b63272446dbdde296fb (diff) | |
download | guile-0d46112f1665b03891fe2acfee894411ee5c1ff3.tar.gz |
* script.c (scm_compile_shell_switches): Add 1997 to copyright
years in usage message.
Diffstat (limited to 'libguile/script.c')
-rw-r--r-- | libguile/script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/script.c b/libguile/script.c index 128cb82a0..be7e05e48 100644 --- a/libguile/script.c +++ b/libguile/script.c @@ -566,7 +566,7 @@ scm_compile_shell_switches (int argc, char **argv) { /* Print version number. */ printf ("Guile %s\n" - "Copyright (c) 1995, 1996 Free Software Foundation\n" + "Copyright (c) 1995, 1996, 1997 Free Software Foundation\n" "Guile may be distributed under the terms of the GNU General Public Licence;\n" "certain other uses are permitted as well. For details, see the file\n" "`COPYING', which is included in the Guile distribution.\n" |