CVS: tmda/TMDA Address.py, 1.6, 1.7 Auth.py, 1.20, 1.21 AutoResponse.py, 1.16, 1.17 Cookie.py, 1.25, 1.26 Defaults.py, 1.188, 1.189 Deliver.py, 1.18, 1.19 Errors.py, 1.12, 1.13 FilterParser.py, 1.62, 1.63 HMAC.py, 1.7, 1.8 MTA.py, 1.17, 1.18 MessageLogger.py, 1.4, 1.5 Pending.py, 1.26, 1.27 SMTP.py, 1.6, 1.7 Util.py, 1.110, 1.111 Version.py, 1.119, 1.120 __init__.py, 1.3, 1.4

"Jason R. Mastaler" <[email protected]>
Newsgroups gmane.mail.spam.tmda.cvs
Message-ID <[email protected]>
Update of /cvsroot/tmda/tmda/TMDA
In directory sc8-pr-cvs1:/tmp/cvs-serv2437/TMDA

Modified Files:
	Address.py Auth.py AutoResponse.py Cookie.py Defaults.py 
	Deliver.py Errors.py FilterParser.py HMAC.py MTA.py 
	MessageLogger.py Pending.py SMTP.py Util.py Version.py 
	__init__.py 
Log Message:
update Copyright notices

Index: Address.py
===================================================================
RCS file: /cvsroot/tmda/tmda/TMDA/Address.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Address.py	2 Sep 2003 03:53:52 -0000	1.6
+++ Address.py	1 Jan 2004 23:22:19 -0000	1.7
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001,2002,2003 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001,2002,2003,2004 Jason R. Mastaler <[email protected]>
 #
 # Author: Tim Legant <[email protected]>
 #

Index: Auth.py
===================================================================
RCS file: /cvsroot/tmda/tmda/TMDA/Auth.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- Auth.py	16 Nov 2003 21:46:46 -0000	1.20
+++ Auth.py	1 Jan 2004 23:22:19 -0000	1.21
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001,2002,2003 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001,2002,2003,2004 Jason R. Mastaler <[email protected]>
 #
 # Author: David Guerizec <[email protected]>
 #

Index: AutoResponse.py
===================================================================
RCS file: /cvsroot/tmda/tmda/TMDA/AutoResponse.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- AutoResponse.py	3 Dec 2003 19:10:50 -0000	1.16
+++ AutoResponse.py	1 Jan 2004 23:22:19 -0000	1.17
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001,2002,2003 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001,2002,2003,2004 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Index: Cookie.py
===================================================================
RCS file: /cvsroot/tmda/tmda/TMDA/Cookie.py,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- Cookie.py	27 Apr 2003 07:58:17 -0000	1.25
+++ Cookie.py	1 Jan 2004 23:22:19 -0000	1.26
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001,2002,2003 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001,2002,2003,2004 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Index: Defaults.py
===================================================================
RCS file: /cvsroot/tmda/tmda/TMDA/Defaults.py,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -r1.188 -r1.189
--- Defaults.py	13 Oct 2003 19:33:24 -0000	1.188
+++ Defaults.py	1 Jan 2004 23:22:19 -0000	1.189
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001,2002,2003 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001,2002,2003,2004 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Index: Deliver.py
===================================================================
RCS file: /cvsroot/tmda/tmda/TMDA/Deliver.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- Deliver.py	14 Oct 2003 17:59:03 -0000	1.18
+++ Deliver.py	1 Jan 2004 23:22:19 -0000	1.19
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001,2002,2003 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001,2002,2003,2004 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Index: Errors.py
===================================================================
RCS file: /cvsroot/tmda/tmda/TMDA/Errors.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Errors.py	20 Nov 2003 01:31:51 -0000	1.12
+++ Errors.py	1 Jan 2004 23:22:19 -0000	1.13
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001,2002,2003 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001,2002,2003,2004 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Index: FilterParser.py
===================================================================
RCS file: /cvsroot/tmda/tmda/TMDA/FilterParser.py,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- FilterParser.py	2 Sep 2003 03:53:52 -0000	1.62
+++ FilterParser.py	1 Jan 2004 23:22:19 -0000	1.63
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001,2002,2003 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001,2002,2003,2004 Jason R. Mastaler <[email protected]>
 #
 # Authors: Tim Legant <[email protected]> and
 #          Jason R. Mastaler <[email protected]>

Index: HMAC.py
===================================================================
RCS file: /cvsroot/tmda/tmda/TMDA/HMAC.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- HMAC.py	27 Apr 2003 07:58:17 -0000	1.7
+++ HMAC.py	1 Jan 2004 23:22:19 -0000	1.8
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001,2002,2003 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001,2002,2003,2004 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Index: MTA.py
===================================================================
RCS file: /cvsroot/tmda/tmda/TMDA/MTA.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- MTA.py	19 Jul 2003 04:29:26 -0000	1.17
+++ MTA.py	1 Jan 2004 23:22:19 -0000	1.18
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001,2002,2003 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001,2002,2003,2004 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Index: MessageLogger.py
===================================================================
RCS file: /cvsroot/tmda/tmda/TMDA/MessageLogger.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- MessageLogger.py	27 Apr 2003 07:58:17 -0000	1.4
+++ MessageLogger.py	1 Jan 2004 23:22:19 -0000	1.5
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001,2002,2003 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001,2002,2003,2004 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Index: Pending.py
===================================================================
RCS file: /cvsroot/tmda/tmda/TMDA/Pending.py,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- Pending.py	10 Dec 2003 07:36:55 -0000	1.26
+++ Pending.py	1 Jan 2004 23:22:19 -0000	1.27
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001,2002,2003 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001,2002,2003,2004 Jason R. Mastaler <[email protected]>
 #
 # Author: David Guerizec <[email protected]>
 #

Index: SMTP.py
===================================================================
RCS file: /cvsroot/tmda/tmda/TMDA/SMTP.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- SMTP.py	2 Sep 2003 04:12:50 -0000	1.6
+++ SMTP.py	1 Jan 2004 23:22:19 -0000	1.7
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001,2002,2003 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001,2002,2003,2004 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Index: Util.py
===================================================================
RCS file: /cvsroot/tmda/tmda/TMDA/Util.py,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- Util.py	14 Oct 2003 00:02:11 -0000	1.110
+++ Util.py	1 Jan 2004 23:22:19 -0000	1.111
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001,2002,2003 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001,2002,2003,2004 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Index: Version.py
===================================================================
RCS file: /cvsroot/tmda/tmda/TMDA/Version.py,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- Version.py	19 Dec 2003 23:00:33 -0000	1.119
+++ Version.py	1 Jan 2004 23:22:19 -0000	1.120
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001,2002,2003 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001,2002,2003,2004 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Index: __init__.py
===================================================================
RCS file: /cvsroot/tmda/tmda/TMDA/__init__.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- __init__.py	27 Apr 2003 07:58:17 -0000	1.3
+++ __init__.py	1 Jan 2004 23:22:19 -0000	1.4
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001,2002,2003 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001,2002,2003,2004 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.