Update URL

This commit is contained in:
Ask Bjørn Hansen 2009-04-02 23:34:12 -07:00
parent 1ea8e79850
commit ff0c6134a9
3 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,12 @@
#!/usr/bin/perl -Tw
# Copyright (c) 2001 Ask Bjoern Hansen. See the LICENSE file for details.
# The "command dispatch" system is taken from colobus - http://trainedmonkey.com/colobus/
# Copyright (c) 2001-2009 Ask Bjoern Hansen. See the LICENSE file for details.
# The "command dispatch" system was taken from colobus - http://trainedmonkey.com/colobus/
#
# this is designed to be run under tcpserver (http://cr.yp.to/ucspi-tcp.html)
# or inetd if you're into that sort of thing
#
#
# For more information see http://develooper.com/code/qpsmtpd/
# For more information see http://smtpd.develooper.com/
#
#

View File

@ -1,8 +1,8 @@
#!/usr/bin/perl -Tw
# Copyright (c) 2001 Ask Bjoern Hansen. See the LICENSE file for details.
# Copyright (c) 2001-2009 Ask Bjoern Hansen. See the LICENSE file for details.
# The "command dispatch" system is taken from colobus - http://trainedmonkey.com/colobus/
#
# For more information see http://develooper.com/code/qpsmtpd/
# For more information see http://smtpd.develooper.com/
#
#

View File

@ -5,7 +5,7 @@
# Based on qpsmtpd-forkserver Copyright (C) 2001 Ask Bjoern Hansen
# See the LICENSE file for details.
#
# For more information see http://develooper.com/code/qpsmtpd/
# For more information see http://smtpd.develooper.com/
# safety guards
use strict;