summaryrefslogtreecommitdiff
path: root/libguile/script.c
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2005-03-09 22:11:56 +0000
committerMarius Vollmer <mvo@zagadka.de>2005-03-09 22:11:56 +0000
commitd152d44ba81278995baaebbc2288e4d715f75899 (patch)
tree44ef02cf60cf9167f5faf018916106d0288107c5 /libguile/script.c
parenta6d75e533e9e13ab21247908e84d414c8c06acf4 (diff)
(scm_compile_shell_switches): Added 2005 to 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 cbcbe9dfc..94854976e 100644
--- a/libguile/script.c
+++ b/libguile/script.c
@@ -630,7 +630,7 @@ scm_compile_shell_switches (int argc, char **argv)
{
/* Print version number. */
printf ("Guile %s\n"
- "Copyright (c) 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004 Free Software Foundation\n"
+ "Copyright (c) 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005 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"