diff --git a/LICENSE b/LICENSE index 1b8c143..4e5050c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (C) 2001-2009 Ask Bjoern Hansen, Develooper LLC +Copyright (C) 2001-2010 Ask Bjoern Hansen, Develooper LLC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/lib/Qpsmtpd.pm b/lib/Qpsmtpd.pm index de9d9fd..b9b068d 100644 --- a/lib/Qpsmtpd.pm +++ b/lib/Qpsmtpd.pm @@ -625,7 +625,7 @@ L and the I file for more information. =head1 COPYRIGHT -Copyright 2001-2009 Ask Bjørn Hansen, Develooper LLC. See the +Copyright 2001-2010 Ask Bjørn Hansen, Develooper LLC. See the LICENSE file for more information. diff --git a/qpsmtpd b/qpsmtpd index 449e110..19fa862 100755 --- a/qpsmtpd +++ b/qpsmtpd @@ -1,5 +1,5 @@ #!/usr/bin/perl -Tw -# Copyright (c) 2001-2009 Ask Bjoern Hansen. See the LICENSE file for details. +# Copyright (c) 2001-2010 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) diff --git a/qpsmtpd-forkserver b/qpsmtpd-forkserver index 9533092..c281a4f 100755 --- a/qpsmtpd-forkserver +++ b/qpsmtpd-forkserver @@ -1,5 +1,5 @@ #!/usr/bin/perl -Tw -# Copyright (c) 2001-2009 Ask Bjoern Hansen. See the LICENSE file for details. +# Copyright (c) 2001-2010 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://smtpd.develooper.com/