 * NcdT -- directory tree printer with extended capabilities
 * (C) 1999-2001 by Pawel Wiecek <coven@vmh.net>
 * See Copying file for licence.

CHANGELOG:
 v. 1.0 - initial release
 v. 1.1 - now printing time summaries as well
 v. 1.2 - few bugfixes (don't treat symlinks as what they point to; fixed
          sigsegv on empty directories, don't ignore directories starting
          with a dot), added --help
 v. 1.3 - added support for RIFF MP3 files
 v. 1.4 - added support for ID3v2, MP3 code is nicer, major reorganization,
          added manpage and some docs, packaged for Debian
 v. 1.5 - added support for VBR MP3s, MP3s having ID3v2 tag and THEN RIFF
          header are also supported, some security fixes, added MP3 info
	  format explanation to the manual
 v. 2.0 - changed command line parser a bit, implemented a few new options:
          --dirs, --bitrate, --prefix; fixed a bug in bitrate calculation
 v. 2.1 - more fixes in mp3 decoding code
