diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2002-10-30 21:08:34 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2002-10-30 21:08:34 (GMT) |
commit | 3adefccdcb26ca547e26184018b55e4243a568b1 (patch) | |
tree | 17a8df4aa05cf5e082bcb67cce5813ce3f40ba05 /Modules/_cursesmodule.c | |
parent | 0e2e687ba06eb30693dac16ba3e7deb4e9475a2e (diff) | |
download | cpython-3adefccdcb26ca547e26184018b55e4243a568b1.zip cpython-3adefccdcb26ca547e26184018b55e4243a568b1.tar.gz cpython-3adefccdcb26ca547e26184018b55e4243a568b1.tar.bz2 |
Use personal e-mail address
Diffstat (limited to 'Modules/_cursesmodule.c')
-rw-r--r-- | Modules/_cursesmodule.c | 3 |
1 files changed, 1 insertions, 2 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 |