summaryrefslogtreecommitdiff
path: root/libguile/script.c
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2007-07-17 08:39:35 +0000
committerLudovic Courtès <ludo@gnu.org>2007-07-17 08:39:35 +0000
commitdf4497227344b13df10e2a4f7ae8811a5fbaca17 (patch)
tree4bde604362d95d26220dc1348931e65de053470c /libguile/script.c
parentb1f57ea4ce3aa45d3bc733f63ed6448498d45803 (diff)
downloadguile-df4497227344b13df10e2a4f7ae8811a5fbaca17.tar.gz
Changes from arch/CVS synchronization
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 e3425e108..b024378c1 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 Free Software Foundation, Inc.
+/* Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 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 Free Software Foundation\n"
+ "Copyright (c) 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 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"