]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
email address update
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 9 Sep 2007 20:25:00 +0000 (20:25 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 9 Sep 2007 20:25:00 +0000 (20:25 +0000)
12 files changed:
Lib/bsddb/dbtables.py
Lib/bsddb/dbutils.py
Lib/bsddb/test/test_dbtables.py
Lib/hashlib.py
Lib/md5.py
Lib/sha.py
Lib/test/test_hashlib.py
Modules/_bsddb.c
Modules/_hashopenssl.c
Modules/sha256module.c
Modules/sha512module.c
Modules/shamodule.c

index 492d5fdfac29c9f6c1702ab7c7b46e032e98022d..b83247aefd6cb6c9ac08a9bf0de6e1c2ff20e10f 100644 (file)
@@ -10,7 +10,7 @@
 #               software has been tested, but no warranty is expressed or
 #               implied.
 #
-#   --  Gregory P. Smith <greg@electricrain.com>
+#   --  Gregory P. Smith <greg@krypto.org>
 
 # This provides a simple database table interface built on top of
 # the Python BerkeleyDB 3 interface.
index 6dcfdd5b52773d7c6768c76565d5bb3746ebc142..9a2f010ac9a61898f96622c4d6264eb45dfa8fe4 100644 (file)
@@ -9,7 +9,7 @@
 #               software has been tested, but no warranty is expressed or
 #               implied.
 #
-# Author: Gregory P. Smith <greg@electricrain.com>
+# Author: Gregory P. Smith <greg@krypto.org>
 #
 # Note: I don't know how useful this is in reality since when a
 #       DBLockDeadlockError happens the current transaction is supposed to be
index 7fbbf8b1437de6ca91b8bfabb553738e5aa16d4c..67005430b62ae2ee643a55ec09cf45b13404c6f4 100644 (file)
@@ -16,7 +16,7 @@
 #               software has been tested, but no warranty is expressed or
 #               implied.
 #
-#   --  Gregory P. Smith <greg@electricrain.com>
+#   --  Gregory P. Smith <greg@krypto.org>
 #
 # $Id$
 
index 3d8826fb7f682cfe0f4a7562659caf9df46a19cf..f7c0211a6dd61bce94440df079b466d68f755bf5 100644 (file)
@@ -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.
 #
 
index f6433ccbc942ccd1d6fe324d2dcaba3661efa29b..a44ca3b49340283afa075b12b3abd7ed0bbf8815 100644 (file)
@@ -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
index 7e6d7afcb880eec04ac011434a0282d84fd86de8..41dde8dde27b57c8d1fe9a3b06ee13b8aa9af5d7 100644 (file)
@@ -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
index 1dcadcda6112dd3f38ff2e54410b4f50ae25c740..cfb94e23a143cf8bf20d292d018b27bfcad17bf6 100644 (file)
@@ -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.
 #
 
index 03479075ed8db152165111674be243e55c7d9cc3..e5df97fe58d3f0a2dd3a7bd46760c1c0350f20ac 100644 (file)
  * 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 <greg@electricrain.com> who
- * based his work on a similar package by Robin Dunn <robin@alldunn.com>
- * 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 <robin@alldunn.com> 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 <greg@electricrain.com> is once again the maintainer.
+ * Gregory P. Smith <greg@krypto.org> 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
index fa8dafc592bef1f7bfd6d6943f1c5973c6b46ae8..b10e7b12f57ea8f12d163ba16aa66949fbe54f60 100644 (file)
@@ -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:
index 24fd47abd1267f2ed828b51c70c444ac25cff768..338f3d8a86f3c331038eebcd6153f2b232ae0798 100644 (file)
@@ -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.
 
 */
index b62cfd9e68f4c7fee9617fea19f5a4458a5fdcb5..9bb339122d7cc4c34f5cc7c14058ef4a544c3d31 100644 (file)
@@ -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.
 
 */
index e268352df873dd4b7d900a088057e054621b65a7..e08dc5df2fb7c66ac9d7632ee1c36857ac2087d8 100644 (file)
@@ -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.
 
 */