summaryrefslogtreecommitdiff
path: root/libguile/script.c
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2004-08-27 12:46:02 +0000
committerMarius Vollmer <mvo@zagadka.de>2004-08-27 12:46:02 +0000
commitd910bc032c9e50cc470b55c9456acbfcc8b23308 (patch)
tree9f0ae79700f7a48c5c1d4e9d4f5b1aa076354d8b /libguile/script.c
parent2616f0e0ce8348bb308522655f14f0318e7ee308 (diff)
downloadguile-d910bc032c9e50cc470b55c9456acbfcc8b23308.tar.gz
(scm_compile_shell_switches): Added 2003 and 2004 to
the Copyright years.
Diffstat (limited to 'libguile/script.c')
-rw-r--r--libguile/script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/script.c b/libguile/script.c
index efb15407c..9a1f439b7 100644
--- a/libguile/script.c
+++ b/libguile/script.c
@@ -597,7 +597,7 @@ scm_compile_shell_switches (int argc, char **argv)
{
/* Print version number. */
printf ("Guile %s\n"
- "Copyright (c) 1995, 1996, 1997, 2000, 2001, 2002 Free Software Foundation\n"
+ "Copyright (c) 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004 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"