diff --git a/src/conway.c b/src/conway.c index 81f394a..b3370bb 100644 --- a/src/conway.c +++ b/src/conway.c @@ -1,6 +1,7 @@ /** * C implementation of Conway's Game of Life * + * Grundlagen Informatik 1, 30.11.2010, RWTH Aachen * based on libncurses * * @author Steffen Vogel