summaryrefslogtreecommitdiff
path: root/scripts/read-rfc822
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2006-04-16 23:37:40 +0000
committerKevin Ryde <user42@zip.com.au>2006-04-16 23:37:40 +0000
commit6e7d5622eebd416d95e487cc358ee19d0a22c762 (patch)
tree405ef9b19ae23d270bf990aa994fe7497d506a36 /scripts/read-rfc822
parent1b09b607dd1096ab572afe0667e8602560622624 (diff)
downloadguile-6e7d5622eebd416d95e487cc358ee19d0a22c762.tar.gz
merge from 1.8 branch
Diffstat (limited to 'scripts/read-rfc822')
-rwxr-xr-xscripts/read-rfc8222
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/read-rfc822 b/scripts/read-rfc822
index 12d84b3db..0904d61d1 100755
--- a/scripts/read-rfc822
+++ b/scripts/read-rfc822
@@ -5,7 +5,7 @@ exec ${GUILE-guile} -l $0 -c "(apply $main (cdr (command-line)))" "$@"
!#
;;; read-rfc822 --- Validate RFC822 file by displaying it to stdout
-;; Copyright (C) 2002, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2004, 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