diff options
Diffstat (limited to 'scripts/lint')
-rwxr-xr-x | scripts/lint | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lint b/scripts/lint index 6b62ed057..354420751 100755 --- a/scripts/lint +++ b/scripts/lint @@ -5,7 +5,7 @@ exec ${GUILE-guile} -l $0 -c "(apply $main (cdr (command-line)))" "$@" !# ;;; lint --- Preemptive checks for coding errors in Guile Scheme code -;; Copyright (C) 2002 Free Software Foundation, Inc. +;; Copyright (C) 2002, 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 |