Zeiterfassung (C) 2006 by Vlado Plaga 

A simple stop watch for measuring multiple discontinuous events
simultaneously. It was made to gather information on the distribution of
speech time in a classroom.

Using: Once you've entered the number of speakers and the names
       just press numbers 1 - [number of speakers] or 'q' to quit.

Requirements: Zeiterfassung needs the ncurses libraries. These come with
most GNU / Unix distributions, and are included in my M$ Windows package.

(Re-)Compiling: see file "compile.txt" in the folder / directory "src"

The name: "Zeiterfassung" consists of the German words "Zeit" (time) and
"Erfassung" (capture, acqusition, gathering...).

Copyright and licence notice:

 Zeiterfassung is Copyright (C) 2006 by Vlado Plaga

 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or (at
 your option) any later version.

 Zeiterfassung is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 General Public License for more details.

 Read it online at: http://www.gnu.org/licenses/gpl.html

 (On any Debian system, you can find the complete text of the GNU GPL
  in the file /usr/share/common-licenses/GPL )
