Updated file descriptions in the copyright notices to reflect the core/skin
split.  Each skin now has its own two-line description.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1166 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/vg_instrument.c b/coregrind/vg_instrument.c
index dd870ec..94a8a41 100644
--- a/coregrind/vg_instrument.c
+++ b/coregrind/vg_instrument.c
@@ -1,11 +1,12 @@
+
 /*--------------------------------------------------------------------*/
 /*--- Higher-level UCode sequence builders                         ---*/
 /*---                                              vg_instrument.c ---*/
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an x86 protected-mode emulator 
-   designed for debugging and profiling binaries on x86-Unixes.
+   This file is part of Valgrind, an extensible x86 protected-mode
+   emulator for monitoring program execution on x86-Unixes.
 
    Copyright (C) 2000-2002 Nicholas Nethercote
       njn25@cam.ac.uk