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/corecheck/cc_main.c b/corecheck/cc_main.c
index 44bd66c..5ac657a 100644
--- a/corecheck/cc_main.c
+++ b/corecheck/cc_main.c
@@ -1,11 +1,12 @@
 
 /*--------------------------------------------------------------------*/
-/*--- Skin reporting errors detected in core.            cc_main.c ---*/
+/*--- CoreCheck: a skin reporting errors detected in core.         ---*/
+/*---                                                    cc_main.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 CoreCheck, a rudimentary Valgrind skin for
+   detecting certain basic program errors.
 
    Copyright (C) 2002 Nicholas Nethercote
       njn25@cam.ac.uk