summaryrefslogtreecommitdiff
path: root/scripts/read-scheme-source
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/read-scheme-source')
-rwxr-xr-xscripts/read-scheme-source2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/read-scheme-source b/scripts/read-scheme-source
index 023bd76f4..05bb1064c 100755
--- a/scripts/read-scheme-source
+++ b/scripts/read-scheme-source
@@ -5,7 +5,7 @@ exec ${GUILE-guile} -l $0 -c "(apply $main (cdr (command-line)))" "$@"
!#
;;; read-scheme-source --- Read a file, recognizing scheme forms and comments
-;; Copyright (C) 2001 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2006 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