Remove obsolete e-mail address
This commit is contained in:
parent
6a3e5f14a6
commit
10f9c075b9
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
# life.py -- A curses-based version of Conway's Game of Life.
|
||||
# Contributed by A.M. Kuchling <amk1@bigfoot.com>
|
||||
# Contributed by AMK
|
||||
#
|
||||
# An empty board will be displayed, and the following commands are available:
|
||||
# E : Erase the board
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
\title{What's New in Python 2.0}
|
||||
\release{1.01}
|
||||
\author{A.M. Kuchling and Moshe Zadka}
|
||||
\authoraddress{\email{amk1@bigfoot.com}, \email{moshez@math.huji.ac.il} }
|
||||
\authoraddress{\email{akuchlin@mems-exchange.org}, \email{moshez@math.huji.ac.il} }
|
||||
\begin{document}
|
||||
\maketitle\tableofcontents
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
\title{What's New in Python 2.1}
|
||||
\release{1.00}
|
||||
\author{A.M. Kuchling}
|
||||
\authoraddress{\email{amk1@bigfoot.com}}
|
||||
\authoraddress{\email{akuchlin@mems-exchange.org}}
|
||||
\begin{document}
|
||||
\maketitle\tableofcontents
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
/ Author: Sam Rushing <rushing@nightmare.com>
|
||||
/ Hacked for Unix by A.M. Kuchling <amk1@bigfoot.com>
|
||||
/ Hacked for Unix by AMK
|
||||
/ $Id$
|
||||
|
||||
/ mmapmodule.cpp -- map a view of a file into memory
|
||||
|
|
Loading…
Reference in New Issue