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
diff --git a/cachegrind/cg_main.c b/cachegrind/cg_main.c
index e8de3c4..13450d9 100644
--- a/cachegrind/cg_main.c
+++ b/cachegrind/cg_main.c
@@ -1,13 +1,13 @@
 
 /*--------------------------------------------------------------------*/
-/*--- The cache simulation skin: cache detection; instrumentation, ---*/
-/*--- recording and results printing.                              ---*/
+/*--- Cachegrind: cache detection; instrumentation, recording and  ---*/
+/*--- results printing.                                            ---*/
 /*---                                                    cg_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 Cachegrind, a Valgrind skin for cache
+   profiling programs.
 
    Copyright (C) 2002 Nicholas Nethercote
       njn25@cam.ac.uk
diff --git a/cachegrind/cg_sim_D1.c b/cachegrind/cg_sim_D1.c
index ee277c5..0dc4e45 100644
--- a/cachegrind/cg_sim_D1.c
+++ b/cachegrind/cg_sim_D1.c
@@ -1,11 +1,12 @@
+
 /*--------------------------------------------------------------------*/
 /*--- D1 cache simulation.                                         ---*/
 /*---                                                  cg_sim_D1.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 Cachegrind, a Valgrind skin for cache
+   profiling programs.
 
    Copyright (C) 2002 Nicholas Nethercote
       njn25@cam.ac.uk
diff --git a/cachegrind/cg_sim_I1.c b/cachegrind/cg_sim_I1.c
index 59f8417..5bc49b1 100644
--- a/cachegrind/cg_sim_I1.c
+++ b/cachegrind/cg_sim_I1.c
@@ -1,11 +1,12 @@
+
 /*--------------------------------------------------------------------*/
 /*--- I1 cache simulation.                                         ---*/
 /*---                                                  cg_sim_I1.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 Cachegrind, a Valgrind skin for cache
+   profiling programs.
 
    Copyright (C) 2002 Nicholas Nethercote
       njn25@cam.ac.uk
diff --git a/cachegrind/cg_sim_L2.c b/cachegrind/cg_sim_L2.c
index 9945f1e..954b5ce 100644
--- a/cachegrind/cg_sim_L2.c
+++ b/cachegrind/cg_sim_L2.c
@@ -1,11 +1,12 @@
+
 /*--------------------------------------------------------------------*/
 /*--- L2 cache simulation.                                         ---*/
 /*---                                                  cg_sim_L2.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 Cachegrind, a Valgrind skin for cache
+   profiling programs.
 
    Copyright (C) 2002 Nicholas Nethercote
       njn25@cam.ac.uk
diff --git a/cachegrind/cg_sim_gen.c b/cachegrind/cg_sim_gen.c
index 3d8993c..1184d5d 100644
--- a/cachegrind/cg_sim_gen.c
+++ b/cachegrind/cg_sim_gen.c
@@ -5,8 +5,8 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   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