SF.net SVN: tmda: [2135] trunk/tmda

[email protected] Wed, 17 Jan 2007 13:49:45 -0800
Newsgroups gmane.mail.spam.tmda.cvs
Message-ID <[email protected]>
Revision: 2135
          http://svn.sourceforge.net/tmda/?rev=2135&view=rev
Author:   jasonrm
Date:     2007-01-17 13:49:44 -0800 (Wed, 17 Jan 2007)

Log Message:
-----------
update 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
    trunk/tmda/htdocs/index.html

Modified: trunk/tmda/README
===================================================================
--- trunk/tmda/README	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/README	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,5 +1,5 @@
 Tagged Message Delivery Agent (TMDA)
-Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+Copyright (C) 2001-2007 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	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/TMDA/Address.py	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2007 Jason R. Mastaler <[email protected]>
 #
 # Author: Tim Legant <[email protected]>
 #

Modified: trunk/tmda/TMDA/Auth.py
===================================================================
--- trunk/tmda/TMDA/Auth.py	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/TMDA/Auth.py	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2007 Jason R. Mastaler <[email protected]>
 #
 # Author: David Guerizec <[email protected]>
 #

Modified: trunk/tmda/TMDA/AutoResponse.py
===================================================================
--- trunk/tmda/TMDA/AutoResponse.py	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/TMDA/AutoResponse.py	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2007 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Modified: trunk/tmda/TMDA/Cookie.py
===================================================================
--- trunk/tmda/TMDA/Cookie.py	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/TMDA/Cookie.py	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2007 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Modified: trunk/tmda/TMDA/Defaults.py
===================================================================
--- trunk/tmda/TMDA/Defaults.py	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/TMDA/Defaults.py	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2007 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Modified: trunk/tmda/TMDA/Deliver.py
===================================================================
--- trunk/tmda/TMDA/Deliver.py	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/TMDA/Deliver.py	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2007 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Modified: trunk/tmda/TMDA/Errors.py
===================================================================
--- trunk/tmda/TMDA/Errors.py	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/TMDA/Errors.py	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2007 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Modified: trunk/tmda/TMDA/FilterParser.py
===================================================================
--- trunk/tmda/TMDA/FilterParser.py	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/TMDA/FilterParser.py	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2007 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	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/TMDA/HMAC.py	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2007 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Modified: trunk/tmda/TMDA/MTA.py
===================================================================
--- trunk/tmda/TMDA/MTA.py	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/TMDA/MTA.py	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2007 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Modified: trunk/tmda/TMDA/MessageLogger.py
===================================================================
--- trunk/tmda/TMDA/MessageLogger.py	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/TMDA/MessageLogger.py	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2007 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Modified: trunk/tmda/TMDA/Pending.py
===================================================================
--- trunk/tmda/TMDA/Pending.py	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/TMDA/Pending.py	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2007 Jason R. Mastaler <[email protected]>
 #
 # Author: David Guerizec <[email protected]>
 #

Modified: trunk/tmda/TMDA/Queue/MaildirQueue.py
===================================================================
--- trunk/tmda/TMDA/Queue/MaildirQueue.py	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/TMDA/Queue/MaildirQueue.py	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2007 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Modified: trunk/tmda/TMDA/Queue/OriginalQueue.py
===================================================================
--- trunk/tmda/TMDA/Queue/OriginalQueue.py	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/TMDA/Queue/OriginalQueue.py	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2007 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Modified: trunk/tmda/TMDA/Queue/Queue.py
===================================================================
--- trunk/tmda/TMDA/Queue/Queue.py	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/TMDA/Queue/Queue.py	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2007 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Modified: trunk/tmda/TMDA/Queue/Util.py
===================================================================
--- trunk/tmda/TMDA/Queue/Util.py	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/TMDA/Queue/Util.py	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2007 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Modified: trunk/tmda/TMDA/Queue/__init__.py
===================================================================
--- trunk/tmda/TMDA/Queue/__init__.py	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/TMDA/Queue/__init__.py	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2007 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Modified: trunk/tmda/TMDA/SMTP.py
===================================================================
--- trunk/tmda/TMDA/SMTP.py	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/TMDA/SMTP.py	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2007 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Modified: trunk/tmda/TMDA/Util.py
===================================================================
--- trunk/tmda/TMDA/Util.py	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/TMDA/Util.py	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2007 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Modified: trunk/tmda/TMDA/Version.py
===================================================================
--- trunk/tmda/TMDA/Version.py	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/TMDA/Version.py	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2007 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Modified: trunk/tmda/TMDA/__init__.py
===================================================================
--- trunk/tmda/TMDA/__init__.py	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/TMDA/__init__.py	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2007 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Modified: trunk/tmda/bin/paths.py
===================================================================
--- trunk/tmda/bin/paths.py	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/bin/paths.py	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2007 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Modified: trunk/tmda/bin/tmda-address
===================================================================
--- trunk/tmda/bin/tmda-address	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/bin/tmda-address	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2007 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Modified: trunk/tmda/bin/tmda-check-address
===================================================================
--- trunk/tmda/bin/tmda-check-address	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/bin/tmda-check-address	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2007 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Modified: trunk/tmda/bin/tmda-filter
===================================================================
--- trunk/tmda/bin/tmda-filter	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/bin/tmda-filter	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2007 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Modified: trunk/tmda/bin/tmda-inject
===================================================================
--- trunk/tmda/bin/tmda-inject	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/bin/tmda-inject	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2007 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Modified: trunk/tmda/bin/tmda-keygen
===================================================================
--- trunk/tmda/bin/tmda-keygen	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/bin/tmda-keygen	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2007 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Modified: trunk/tmda/bin/tmda-ofmipd
===================================================================
--- trunk/tmda/bin/tmda-ofmipd	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/bin/tmda-ofmipd	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2007 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Modified: trunk/tmda/bin/tmda-pending
===================================================================
--- trunk/tmda/bin/tmda-pending	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/bin/tmda-pending	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2007 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Modified: trunk/tmda/bin/tmda-rfilter
===================================================================
--- trunk/tmda/bin/tmda-rfilter	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/bin/tmda-rfilter	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2007 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Modified: trunk/tmda/bin/tmda-sendmail
===================================================================
--- trunk/tmda/bin/tmda-sendmail	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/bin/tmda-sendmail	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2007 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Modified: trunk/tmda/compileall
===================================================================
--- trunk/tmda/compileall	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/compileall	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2007 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Modified: trunk/tmda/contrib/collectaddys
===================================================================
--- trunk/tmda/contrib/collectaddys	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/contrib/collectaddys	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2007 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Modified: trunk/tmda/contrib/def2html
===================================================================
--- trunk/tmda/contrib/def2html	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/contrib/def2html	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2007 Jason R. Mastaler <[email protected]>
 #
 # Author: Tim Legant <[email protected]>
 #

Modified: trunk/tmda/contrib/printcdb
===================================================================
--- trunk/tmda/contrib/printcdb	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/contrib/printcdb	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2007 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Modified: trunk/tmda/contrib/printdbm
===================================================================
--- trunk/tmda/contrib/printdbm	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/contrib/printdbm	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2007 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Modified: trunk/tmda/htdocs/Makefile
===================================================================
--- trunk/tmda/htdocs/Makefile	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/htdocs/Makefile	2007-01-17 21:49:44 UTC (rev 2135)
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2006 Jason R. Mastaler <[email protected]>
+# Copyright (C) 2001-2007 Jason R. Mastaler <[email protected]>
 #
 # This file is part of TMDA.
 #

Modified: trunk/tmda/htdocs/index.html
===================================================================
--- trunk/tmda/htdocs/index.html	2007-01-01 21:21:23 UTC (rev 2134)
+++ trunk/tmda/htdocs/index.html	2007-01-17 21:49:44 UTC (rev 2135)
@@ -108,7 +108,7 @@
 </div>
 
 <div id="footer-left">
-  Copyright &copy 2001-2006
+  Copyright &copy 2001-2007
 </div>
 
 <div id="footer">


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.