diff options
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/_cursesmodule.c | 3 | ||||
-rw-r--r-- | Modules/shamodule.c | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/Modules/_cursesmodule.c b/Modules/_cursesmodule.c index 8d7c3d0..5361446 100644 --- a/Modules/_cursesmodule.c +++ b/Modules/_cursesmodule.c @@ -8,8 +8,7 @@ * Version 1.5b1, heavily extended for ncurses by Oliver Andrich: * Copyright 1996,1997 by Oliver Andrich, Koblenz, Germany. * - * Tidied for Python 1.6, and currently maintained by - * <akuchlin@mems-exchange.org>. + * Tidied for Python 1.6, and currently maintained by <amk@amk.ca>. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this source file to use, copy, modify, merge, or publish it diff --git a/Modules/shamodule.c b/Modules/shamodule.c index 5b9040d..1b3b76a 100644 --- a/Modules/shamodule.c +++ b/Modules/shamodule.c @@ -5,7 +5,7 @@ /* See below for information about the original code this module was based upon. Additional work performed by: - Andrew Kuchling (akuchlin@mems-exchange.org) + Andrew Kuchling (amk@amk.ca) Greg Stein (gstein@lyra.org) */ |