SF.net SVN: tmda: [2116] trunk/tmda
[email protected] Sun, 29 Oct 2006 19:08:13 -0800
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 2116
http://svn.sourceforge.net/tmda/?rev=2116&view=rev
Author: jasonrm
Date: 2006-10-29 19:07:56 -0800 (Sun, 29 Oct 2006)
Log Message:
-----------
truncate copyright notices.
Modified Paths:
--------------
trunk/tmda/README
trunk/tmda/TMDA/Address.py
trunk/tmda/TMDA/Auth.py
trunk/tmda/TMDA/AutoResponse.py
trunk/tmda/TMDA/Cookie.py
trunk/tmda/TMDA/Defaults.py
trunk/tmda/TMDA/Deliver.py
trunk/tmda/TMDA/Errors.py
trunk/tmda/TMDA/FilterParser.py
trunk/tmda/TMDA/HMAC.py
trunk/tmda/TMDA/MTA.py
trunk/tmda/TMDA/MessageLogger.py
trunk/tmda/TMDA/Pending.py
trunk/tmda/TMDA/Queue/MaildirQueue.py
trunk/tmda/TMDA/Queue/OriginalQueue.py
trunk/tmda/TMDA/Queue/Queue.py
trunk/tmda/TMDA/Queue/Util.py
trunk/tmda/TMDA/Queue/__init__.py
trunk/tmda/TMDA/SMTP.py
trunk/tmda/TMDA/Util.py
trunk/tmda/TMDA/Version.py
trunk/tmda/TMDA/__init__.py
trunk/tmda/bin/paths.py
trunk/tmda/bin/tmda-address
trunk/tmda/bin/tmda-check-address
trunk/tmda/bin/tmda-filter
trunk/tmda/bin/tmda-inject
trunk/tmda/bin/tmda-keygen
trunk/tmda/bin/tmda-ofmipd
trunk/tmda/bin/tmda-pending
trunk/tmda/bin/tmda-rfilter
trunk/tmda/bin/tmda-sendmail
trunk/tmda/compileall
trunk/tmda/contrib/collectaddys
trunk/tmda/contrib/def2html
trunk/tmda/contrib/printcdb
trunk/tmda/contrib/printdbm
trunk/tmda/htdocs/Makefile
Modified: trunk/tmda/README
===================================================================
--- trunk/tmda/README 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/README 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,5 +1,5 @@
Tagged Message Delivery Agent (TMDA)
-Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
This software is OSI Certified Open Source Software.
OSI Certified is a certification mark of the Open Source Initiative.
Modified: trunk/tmda/TMDA/Address.py
===================================================================
--- trunk/tmda/TMDA/Address.py 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/TMDA/Address.py 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,6 +1,6 @@
# -*- python -*-
#
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
#
# Author: Tim Legant <[email protected]>
#
Modified: trunk/tmda/TMDA/Auth.py
===================================================================
--- trunk/tmda/TMDA/Auth.py 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/TMDA/Auth.py 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,6 +1,6 @@
# -*- python -*-
#
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
#
# Author: David Guerizec <[email protected]>
#
Modified: trunk/tmda/TMDA/AutoResponse.py
===================================================================
--- trunk/tmda/TMDA/AutoResponse.py 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/TMDA/AutoResponse.py 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,6 +1,6 @@
# -*- python -*-
#
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
#
# This file is part of TMDA.
#
Modified: trunk/tmda/TMDA/Cookie.py
===================================================================
--- trunk/tmda/TMDA/Cookie.py 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/TMDA/Cookie.py 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,6 +1,6 @@
# -*- python -*-
#
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
#
# This file is part of TMDA.
#
Modified: trunk/tmda/TMDA/Defaults.py
===================================================================
--- trunk/tmda/TMDA/Defaults.py 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/TMDA/Defaults.py 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,6 +1,6 @@
# -*- python -*-
#
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
#
# This file is part of TMDA.
#
Modified: trunk/tmda/TMDA/Deliver.py
===================================================================
--- trunk/tmda/TMDA/Deliver.py 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/TMDA/Deliver.py 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,6 +1,6 @@
# -*- python -*-
#
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
#
# This file is part of TMDA.
#
Modified: trunk/tmda/TMDA/Errors.py
===================================================================
--- trunk/tmda/TMDA/Errors.py 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/TMDA/Errors.py 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,6 +1,6 @@
# -*- python -*-
#
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
#
# This file is part of TMDA.
#
Modified: trunk/tmda/TMDA/FilterParser.py
===================================================================
--- trunk/tmda/TMDA/FilterParser.py 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/TMDA/FilterParser.py 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,6 +1,6 @@
# -*- python -*-
#
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
#
# Authors: Tim Legant <[email protected]> and
# Jason R. Mastaler <[email protected]>
Modified: trunk/tmda/TMDA/HMAC.py
===================================================================
--- trunk/tmda/TMDA/HMAC.py 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/TMDA/HMAC.py 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,6 +1,6 @@
# -*- python -*-
#
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
#
# This file is part of TMDA.
#
Modified: trunk/tmda/TMDA/MTA.py
===================================================================
--- trunk/tmda/TMDA/MTA.py 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/TMDA/MTA.py 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,6 +1,6 @@
# -*- python -*-
#
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
#
# This file is part of TMDA.
#
Modified: trunk/tmda/TMDA/MessageLogger.py
===================================================================
--- trunk/tmda/TMDA/MessageLogger.py 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/TMDA/MessageLogger.py 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,6 +1,6 @@
# -*- python -*-
#
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
#
# This file is part of TMDA.
#
Modified: trunk/tmda/TMDA/Pending.py
===================================================================
--- trunk/tmda/TMDA/Pending.py 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/TMDA/Pending.py 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,6 +1,6 @@
# -*- python -*-
#
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
#
# Author: David Guerizec <[email protected]>
#
Modified: trunk/tmda/TMDA/Queue/MaildirQueue.py
===================================================================
--- trunk/tmda/TMDA/Queue/MaildirQueue.py 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/TMDA/Queue/MaildirQueue.py 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,6 +1,6 @@
# -*- python -*-
#
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
#
# This file is part of TMDA.
#
Modified: trunk/tmda/TMDA/Queue/OriginalQueue.py
===================================================================
--- trunk/tmda/TMDA/Queue/OriginalQueue.py 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/TMDA/Queue/OriginalQueue.py 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,6 +1,6 @@
# -*- python -*-
#
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
#
# This file is part of TMDA.
#
Modified: trunk/tmda/TMDA/Queue/Queue.py
===================================================================
--- trunk/tmda/TMDA/Queue/Queue.py 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/TMDA/Queue/Queue.py 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,6 +1,6 @@
# -*- python -*-
#
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
#
# This file is part of TMDA.
#
Modified: trunk/tmda/TMDA/Queue/Util.py
===================================================================
--- trunk/tmda/TMDA/Queue/Util.py 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/TMDA/Queue/Util.py 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,6 +1,6 @@
# -*- python -*-
#
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
#
# This file is part of TMDA.
#
Modified: trunk/tmda/TMDA/Queue/__init__.py
===================================================================
--- trunk/tmda/TMDA/Queue/__init__.py 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/TMDA/Queue/__init__.py 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,6 +1,6 @@
# -*- python -*-
#
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
#
# This file is part of TMDA.
#
Modified: trunk/tmda/TMDA/SMTP.py
===================================================================
--- trunk/tmda/TMDA/SMTP.py 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/TMDA/SMTP.py 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,6 +1,6 @@
# -*- python -*-
#
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
#
# This file is part of TMDA.
#
Modified: trunk/tmda/TMDA/Util.py
===================================================================
--- trunk/tmda/TMDA/Util.py 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/TMDA/Util.py 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,6 +1,6 @@
# -*- python -*-
#
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
#
# This file is part of TMDA.
#
Modified: trunk/tmda/TMDA/Version.py
===================================================================
--- trunk/tmda/TMDA/Version.py 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/TMDA/Version.py 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,6 +1,6 @@
# -*- python -*-
#
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
#
# This file is part of TMDA.
#
Modified: trunk/tmda/TMDA/__init__.py
===================================================================
--- trunk/tmda/TMDA/__init__.py 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/TMDA/__init__.py 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,6 +1,6 @@
# -*- python -*-
#
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
#
# This file is part of TMDA.
#
Modified: trunk/tmda/bin/paths.py
===================================================================
--- trunk/tmda/bin/paths.py 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/bin/paths.py 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,6 +1,6 @@
# -*- python -*-
#
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
#
# This file is part of TMDA.
#
Modified: trunk/tmda/bin/tmda-address
===================================================================
--- trunk/tmda/bin/tmda-address 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/bin/tmda-address 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
#
# This file is part of TMDA.
#
Modified: trunk/tmda/bin/tmda-check-address
===================================================================
--- trunk/tmda/bin/tmda-check-address 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/bin/tmda-check-address 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
#
# This file is part of TMDA.
#
Modified: trunk/tmda/bin/tmda-filter
===================================================================
--- trunk/tmda/bin/tmda-filter 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/bin/tmda-filter 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
#
# This file is part of TMDA.
#
Modified: trunk/tmda/bin/tmda-inject
===================================================================
--- trunk/tmda/bin/tmda-inject 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/bin/tmda-inject 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
#
# This file is part of TMDA.
#
Modified: trunk/tmda/bin/tmda-keygen
===================================================================
--- trunk/tmda/bin/tmda-keygen 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/bin/tmda-keygen 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
#
# This file is part of TMDA.
#
Modified: trunk/tmda/bin/tmda-ofmipd
===================================================================
--- trunk/tmda/bin/tmda-ofmipd 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/bin/tmda-ofmipd 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
#
# This file is part of TMDA.
#
Modified: trunk/tmda/bin/tmda-pending
===================================================================
--- trunk/tmda/bin/tmda-pending 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/bin/tmda-pending 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
#
# This file is part of TMDA.
#
Modified: trunk/tmda/bin/tmda-rfilter
===================================================================
--- trunk/tmda/bin/tmda-rfilter 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/bin/tmda-rfilter 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
#
# This file is part of TMDA.
#
Modified: trunk/tmda/bin/tmda-sendmail
===================================================================
--- trunk/tmda/bin/tmda-sendmail 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/bin/tmda-sendmail 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
#
# This file is part of TMDA.
#
Modified: trunk/tmda/compileall
===================================================================
--- trunk/tmda/compileall 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/compileall 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
#
# This file is part of TMDA.
#
Modified: trunk/tmda/contrib/collectaddys
===================================================================
--- trunk/tmda/contrib/collectaddys 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/contrib/collectaddys 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
#
# This file is part of TMDA.
#
Modified: trunk/tmda/contrib/def2html
===================================================================
--- trunk/tmda/contrib/def2html 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/contrib/def2html 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
#
# Author: Tim Legant <[email protected]>
#
Modified: trunk/tmda/contrib/printcdb
===================================================================
--- trunk/tmda/contrib/printcdb 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/contrib/printcdb 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
#
# This file is part of TMDA.
#
Modified: trunk/tmda/contrib/printdbm
===================================================================
--- trunk/tmda/contrib/printdbm 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/contrib/printdbm 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
#
# This file is part of TMDA.
#
Modified: trunk/tmda/htdocs/Makefile
===================================================================
--- trunk/tmda/htdocs/Makefile 2006-10-28 18:49:55 UTC (rev 2115)
+++ trunk/tmda/htdocs/Makefile 2006-10-30 03:07:56 UTC (rev 2116)
@@ -1,4 +1,4 @@
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
#
# This file is part of TMDA.
#
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.