SF Bug 2125 - remove some comments that are no longer true. Update copyright.
#!/usr/bin/env python"A script for invoking coverage from the command line."import sysdel sys.path[0] # Otherwise "import coverage" finds this file!import coveragecoverage.the_coverage.command_line(sys.argv[1:])