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/cachegrind/cg_annotate.in b/cachegrind/cg_annotate.in
index 4fd28eb..40c804b 100644
--- a/cachegrind/cg_annotate.in
+++ b/cachegrind/cg_annotate.in
@@ -1,12 +1,13 @@
 #! /usr/bin/perl -w
+
 ##--------------------------------------------------------------------##
 ##--- The cache simulation framework: instrumentation, recording   ---##
 ##--- and results printing.                                        ---##
 ##---                                                  vg_annotate ---##
 ##--------------------------------------------------------------------##
 
-#  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 Cachegrind, a Valgrind skin for cache
+#  profiling programs.
 #
 #  Copyright (C) 2002 Nicholas Nethercote
 #     njn25@cam.ac.uk