From f80578548d46dbe6dad87b8b8f1ac0002bf6aef8 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Sun, 9 Sep 2007 20:25:00 +0000 Subject: email address update --- Lib/bsddb/dbtables.py | 2 +- Lib/bsddb/dbutils.py | 2 +- Lib/bsddb/test/test_dbtables.py | 2 +- Lib/hashlib.py | 2 +- Lib/md5.py | 2 +- Lib/sha.py | 2 +- Lib/test/test_hashlib.py | 2 +- Modules/_bsddb.c | 8 ++++---- Modules/_hashopenssl.c | 2 +- Modules/sha256module.c | 2 +- Modules/sha512module.c | 2 +- Modules/shamodule.c | 2 +- 12 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Lib/bsddb/dbtables.py b/Lib/bsddb/dbtables.py index 492d5fd..b83247a 100644 --- a/Lib/bsddb/dbtables.py +++ b/Lib/bsddb/dbtables.py @@ -10,7 +10,7 @@ # software has been tested, but no warranty is expressed or # implied. # -# -- Gregory P. Smith +# -- Gregory P. Smith # This provides a simple database table interface built on top of # the Python BerkeleyDB 3 interface. diff --git a/Lib/bsddb/dbutils.py b/Lib/bsddb/dbutils.py index 6dcfdd5..9a2f010 100644 --- a/Lib/bsddb/dbutils.py +++ b/Lib/bsddb/dbutils.py @@ -9,7 +9,7 @@ # software has been tested, but no warranty is expressed or # implied. # -# Author: Gregory P. Smith +# Author: Gregory P. Smith # # Note: I don't know how useful this is in reality since when a # DBLockDeadlockError happens the current transaction is supposed to be diff --git a/Lib/bsddb/test/test_dbtables.py b/Lib/bsddb/test/test_dbtables.py index 7fbbf8b..6700543 100644 --- a/Lib/bsddb/test/test_dbtables.py +++ b/Lib/bsddb/test/test_dbtables.py @@ -16,7 +16,7 @@ # software has been tested, but no warranty is expressed or # implied. # -# -- Gregory P. Smith +# -- Gregory P. Smith # # $Id$ diff --git a/Lib/hashlib.py b/Lib/hashlib.py index 3d8826f..f7c0211 100644 --- a/Lib/hashlib.py +++ b/Lib/hashlib.py @@ -1,6 +1,6 @@ # $Id$ # -# Copyright (C) 2005 Gregory P. Smith (greg@electricrain.com) +# Copyright (C) 2005 Gregory P. Smith (greg@krypto.org) # Licensed to PSF under a Contributor Agreement. # diff --git a/Lib/md5.py b/Lib/md5.py index f6433cc..a44ca3b 100644 --- a/Lib/md5.py +++ b/Lib/md5.py @@ -1,6 +1,6 @@ # $Id$ # -# Copyright (C) 2005 Gregory P. Smith (greg@electricrain.com) +# Copyright (C) 2005 Gregory P. Smith (greg@krypto.org) # Licensed to PSF under a Contributor Agreement. import warnings diff --git a/Lib/sha.py b/Lib/sha.py index 7e6d7af..41dde8d 100644 --- a/Lib/sha.py +++ b/Lib/sha.py @@ -1,6 +1,6 @@ # $Id$ # -# Copyright (C) 2005 Gregory P. Smith (greg@electricrain.com) +# Copyright (C) 2005 Gregory P. Smith (greg@krypto.org) # Licensed to PSF under a Contributor Agreement. import warnings diff --git a/Lib/test/test_hashlib.py b/Lib/test/test_hashlib.py index 1dcadcd..cfb94e2 100644 --- a/Lib/test/test_hashlib.py +++ b/Lib/test/test_hashlib.py @@ -2,7 +2,7 @@ # # $Id$ # -# Copyright (C) 2005 Gregory P. Smith (greg@electricrain.com) +# Copyright (C) 2005 Gregory P. Smith (greg@krypto.org) # Licensed to PSF under a Contributor Agreement. # diff --git a/Modules/_bsddb.c b/Modules/_bsddb.c index 0347907..e5df97f 100644 --- a/Modules/_bsddb.c +++ b/Modules/_bsddb.c @@ -39,16 +39,16 @@ * to compile with BerkeleyDB versions 3.2 through 4.2. * * This module was started by Andrew Kuchling to remove the dependency - * on SWIG in a package by Gregory P. Smith who - * based his work on a similar package by Robin Dunn - * which wrapped Berkeley DB 2.7.x. + * on SWIG in a package by Gregory P. Smith who based his work on a + * similar package by Robin Dunn which wrapped + * Berkeley DB 2.7.x. * * Development of this module then returned full circle back to Robin Dunn * who worked on behalf of Digital Creations to complete the wrapping of * the DB 3.x API and to build a solid unit test suite. Robin has * since gone onto other projects (wxPython). * - * Gregory P. Smith is once again the maintainer. + * Gregory P. Smith is once again the maintainer. * * Use the pybsddb-users@lists.sf.net mailing list for all questions. * Things can change faster than the header of this file is updated. This diff --git a/Modules/_hashopenssl.c b/Modules/_hashopenssl.c index fa8dafc..b10e7b1 100644 --- a/Modules/_hashopenssl.c +++ b/Modules/_hashopenssl.c @@ -1,7 +1,7 @@ /* Module that wraps all OpenSSL hash algorithms */ /* - * Copyright (C) 2005 Gregory P. Smith (greg@electricrain.com) + * Copyright (C) 2005 Gregory P. Smith (greg@krypto.org) * Licensed to PSF under a Contributor Agreement. * * Derived from a skeleton of shamodule.c containing work performed by: diff --git a/Modules/sha256module.c b/Modules/sha256module.c index 24fd47a..338f3d8 100644 --- a/Modules/sha256module.c +++ b/Modules/sha256module.c @@ -9,7 +9,7 @@ Greg Stein (gstein@lyra.org) Trevor Perrin (trevp@trevp.net) - Copyright (C) 2005 Gregory P. Smith (greg@electricrain.com) + Copyright (C) 2005 Gregory P. Smith (greg@krypto.org) Licensed to PSF under a Contributor Agreement. */ diff --git a/Modules/sha512module.c b/Modules/sha512module.c index b62cfd9..9bb3391 100644 --- a/Modules/sha512module.c +++ b/Modules/sha512module.c @@ -9,7 +9,7 @@ Greg Stein (gstein@lyra.org) Trevor Perrin (trevp@trevp.net) - Copyright (C) 2005 Gregory P. Smith (greg@electricrain.com) + Copyright (C) 2005 Gregory P. Smith (greg@krypto.org) Licensed to PSF under a Contributor Agreement. */ diff --git a/Modules/shamodule.c b/Modules/shamodule.c index e268352..e08dc5d 100644 --- a/Modules/shamodule.c +++ b/Modules/shamodule.c @@ -8,7 +8,7 @@ Andrew Kuchling (amk@amk.ca) Greg Stein (gstein@lyra.org) - Copyright (C) 2005 Gregory P. Smith (greg@electricrain.com) + Copyright (C) 2005 Gregory P. Smith (greg@krypto.org) Licensed to PSF under a Contributor Agreement. */ -- cgit v0.12