Remove 'created by' lines; people can use CVS for this, and the information is often out of date
diff --git a/Lib/distutils/msvccompiler.py b/Lib/distutils/msvccompiler.py
index a2459ad..c2bd77d 100644
--- a/Lib/distutils/msvccompiler.py
+++ b/Lib/distutils/msvccompiler.py
@@ -4,7 +4,7 @@
 for the Microsoft Visual Studio."""
 
 
-# created 1999/08/19, Perry Stoll
+# Written by Perry Stoll
 # hacked by Robin Becker and Thomas Heller to do a better job of
 #   finding DevStudio (through the registry)