diff options
-rwxr-xr-x | fetchmailconf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmailconf.py b/fetchmailconf.py index db55ca58..5af382c7 100755 --- a/fetchmailconf.py +++ b/fetchmailconf.py @@ -2085,10 +2085,10 @@ Usage: fetchmailconf {[-d] [-f fetchmailrc]|-h|--help|-V|--version} print "fetchmailconf %s" % version print """ Copyright (C) 1997 - 2003 Eric S. Raymond -Copyright (C) 2005 - 2006 Matthias Andree +Copyright (C) 2005, 2006, 2008, 2009 Matthias Andree fetchmailconf comes with ABSOLUTELY NO WARRANTY. This is free software, you are welcome to redistribute it under certain conditions. Please see the file -COPYING in the source or documentation directory for details. """ +COPYING in the source or documentation directory for details.""" sys.exit(0) # Get client host's FQDN |