QMAP: Quake level viewer
Copyright 1997 Sean Barrett

(1) Redistribution of the source zip QMSRC.ZIP without
    modification is allowed.

(2) Redistribution of the executable QMAP.EXE is forbidden,
    except when distributed with the source (either in a
    single zip, or in a pair of zips as found on my page).

(3) Anything you _learn_ from reading the source is yours.

(4) If you want to reuse a small part of QMAP (for example,
    a single function), you can simply cut-and-paste that part
    of QMAP as appropriate.  Add a comment like this above
    the code fragment: "code from QMAP (copyright 1997 Sean Barrett)"
    See also (6).

(5) If you want to use an entire source file from QMAP, then just
    leave in the copyright notice at the top of the file.  See (6).

(6) If you use an entire source file, or if you use more than
    200 lines total of fragments, you must also display the
    following banner in a prominent place at the start of
    your program's execution, for a sufficiently time for
    it to be read:
        "contains code from QMAP (copyright 1997 Sean Barrett)"
