Mercurial > p > roundup > code
diff roundup/mailgw.py @ 214:18134bffab37
stupid typo
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 07 Aug 2001 00:24:43 +0000 |
| parents | d45384bc6420 |
| children | 877042bf42e8 |
line wrap: on
line diff
--- a/roundup/mailgw.py Tue Aug 07 00:15:51 2001 +0000 +++ b/roundup/mailgw.py Tue Aug 07 00:24:43 2001 +0000 @@ -4,7 +4,7 @@ # under the same terms as Python, so long as this copyright message and # disclaimer are retained in their original form. # -# IN NO EVENT SHALL THE BIZAR SOFTWARE PTY LTD BE LIABLE TO ANY PARTY FOR +# IN NO EVENT SHALL BIZAR SOFTWARE PTY LTD BE LIABLE TO ANY PARTY FOR # DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING # OUT OF THE USE OF THIS CODE, EVEN IF THE AUTHOR HAS BEEN ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. @@ -72,7 +72,7 @@ an exception, the original message is bounced back to the sender with the explanatory message given in the exception. -$Id: mailgw.py,v 1.9 2001-08-07 00:15:51 richard Exp $ +$Id: mailgw.py,v 1.10 2001-08-07 00:24:42 richard Exp $ ''' @@ -334,6 +334,10 @@ # # $Log: not supported by cvs2svn $ +# Revision 1.9 2001/08/07 00:15:51 richard +# Added the copyright/license notice to (nearly) all files at request of +# Bizar Software. +# # Revision 1.8 2001/08/05 07:06:07 richard # removed some print statements #
