summaryrefslogtreecommitdiff
path: root/libguile/script.c
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2008-02-21 08:41:24 +0000
committerLudovic Courtès <ludo@gnu.org>2008-02-21 08:41:24 +0000
commit25a640ca6e86e27752861e7ab4ff93900e71eb43 (patch)
treedeedb7272dafc265bef19328675684b4bc635576 /libguile/script.c
parent9a6fac59b1624e27aaa898da8fee3abc8b8d7b71 (diff)
downloadguile-25a640ca6e86e27752861e7ab4ff93900e71eb43.tar.gz
Merge 1.8.4 release commit.
Diffstat (limited to 'libguile/script.c')
-rw-r--r--libguile/script.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/script.c b/libguile/script.c
index b024378c1..2e45d8756 100644
--- a/libguile/script.c
+++ b/libguile/script.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+/* Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
@@ -635,7 +635,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, 2005, 2006, 2007 Free Software Foundation\n"
+ "Copyright (c) 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 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"