summaryrefslogtreecommitdiff
path: root/libguile/script.c
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2002-08-26 21:46:22 +0000
committerMarius Vollmer <mvo@zagadka.de>2002-08-26 21:46:22 +0000
commite62b37a0a3f2e3a9d5408139c856696352fb8070 (patch)
tree5c08bede195e3a4cd07784c56bc7bbd4bfdf158a /libguile/script.c
parent38d1262ab56f9c35965d94dced854162a993f6dd (diff)
downloadguile-e62b37a0a3f2e3a9d5408139c856696352fb8070.tar.gz
(scm_compile_shell_switches): Added "2002" to Copyright years. Thanks
to Martin Grabmüller!
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 6e328523a..dfbe74d13 100644
--- a/libguile/script.c
+++ b/libguile/script.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2001 Free Software Foundation, Inc.
+/* Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002 Free Software Foundation, Inc.
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
@@ -595,7 +595,7 @@ scm_compile_shell_switches (int argc, char **argv)
{
/* Print version number. */
printf ("Guile %s\n"
- "Copyright (c) 1995, 1996, 1997, 2000, 2001 Free Software Foundation\n"
+ "Copyright (c) 1995, 1996, 1997, 2000, 2001, 2002 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"