Author: chrisz
Date: Sat Jan 24 11:15:44 2009
New Revision: 7762
Modified:
Webware/trunk/Docs/Copyright.phtml
Webware/trunk/WebKit/AppServer.py
Webware/trunk/WebKit/Tests/twill/Docs.twill
Webware/trunk/_COPYRIGHT_ET_AL
Log:
Update year from 2008 to 2009.
Modified: Webware/trunk/Docs/Copyright.phtml
==============================================================================
--- Webware/trunk/Docs/Copyright.phtml (original)
+++ Webware/trunk/Docs/Copyright.phtml Sat Jan 24 11:15:44 2009
@@ -13,7 +13,7 @@
<h2>Copyright</h2>
-<p>Copyright © 1999-2008 by Chuck Esterbrook.
+<p>Copyright © 1999-2009 by Chuck Esterbrook.
<br>All Rights Reserved</p>
<h2>License</h2>
Modified: Webware/trunk/WebKit/AppServer.py
==============================================================================
--- Webware/trunk/WebKit/AppServer.py (original)
+++ Webware/trunk/WebKit/AppServer.py Sat Jan 24 11:15:44 2009
@@ -231,7 +231,7 @@
"""Invoked by __init__, prints a little intro."""
print 'WebKit AppServer', self.version()
print 'Part of Webware for Python.'
- print 'Copyright 1999-2008 by Chuck Esterbrook. All Rights Reserved.'
+ print 'Copyright 1999-2009 by Chuck Esterbrook. All Rights Reserved.'
print 'WebKit and Webware are open source.'
print 'Please visit: http://www.webwareforpython.org'
print
Modified: Webware/trunk/WebKit/Tests/twill/Docs.twill
==============================================================================
--- Webware/trunk/WebKit/Tests/twill/Docs.twill (original)
+++ Webware/trunk/WebKit/Tests/twill/Docs.twill Sat Jan 24 11:15:44 2009
@@ -250,17 +250,17 @@
title "Webware Copyright et al"
find '<h1 class="titlebar">Webware Copyright et al</h1>'
find "<h2>Copyright</h2>"
-find 'Copyright © 1999-2008 by Chuck Esterbrook.'
+find 'Copyright © 1999-2009 by Chuck Esterbrook.'
find "<h2>License</h2>"
back
follow "Release Notes"
title "Webware for Python Release Notes"
find '<h1 class="header">Webware for Python Release Notes</h1>'
-follow "0\.9\.4"
-title "Webware for Python 0\.9\.4 Release Notes"
-find '<h1 class="header">Webware for Python 0\.9\.4 Release Notes</h1>'
-find "Webware for Python version 0\.9\.4 released on 07/07/07"
+follow "1\.0"
+title "Webware for Python 1\.0 Release Notes"
+find '<h1 class="header">Webware for Python 1\.0 Release Notes</h1>'
+find "Webware for Python version 1\.0 released on 11/29/08"
back
back
Modified: Webware/trunk/_COPYRIGHT_ET_AL
==============================================================================
--- Webware/trunk/_COPYRIGHT_ET_AL (original)
+++ Webware/trunk/_COPYRIGHT_ET_AL Sat Jan 24 11:15:44 2009
@@ -21,7 +21,7 @@
Copyright
=========
-Copyright (c) 1999-2008 by Chuck Esterbrook
+Copyright (c) 1999-2009 by Chuck Esterbrook
All Rights Reserved
|