]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix some copyright notices:
authorNicholas Nethercote <njn@valgrind.org>
Sun, 15 Apr 2007 22:15:57 +0000 (22:15 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Sun, 15 Apr 2007 22:15:57 +0000 (22:15 +0000)
- extend some to 2007
- use njn@valgrind.org instead of njn25@cam.ac.uk
- use "tool" instead of "skin"

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6703

15 files changed:
cachegrind/cg-ppc32.c
cachegrind/cg-ppc64.c
callgrind/callgrind.h
callgrind/callgrind_annotate.in
callgrind/clo.c
callgrind/command.c
callgrind/debug.c
callgrind/main.c
callgrind/sim.c
coregrind/m_syswrap/syscall-ppc32-linux.S
coregrind/m_syswrap/syswrap-ppc32-linux.c
coregrind/m_syswrap/syswrap-ppc64-linux.c
include/vki/vki-posixtypes-ppc32-linux.h
include/vki/vki-posixtypes-ppc64-linux.h
massif/ms_main.c

index 485d0dc477254851c2665713d14b4f171f8ff4e1..cd447d4a0c6ad1cb22ce0a8fe8f3adb471b423e4 100644 (file)
@@ -1,13 +1,13 @@
 
 /*--------------------------------------------------------------------*/
-/*--- PPC32-specific definitions.                 ppc32/cg-ppc32.c ---*/
+/*--- PPC32-specific definitions.                       cg-ppc32.c ---*/
 /*--------------------------------------------------------------------*/
 
 /*
    This file is part of Cachegrind, a Valgrind tool for cache
    profiling programs.
 
-   Copyright (C) 2005 Nicholas Nethercote
+   Copyright (C) 2005-2007 Nicholas Nethercote
       njn@valgrind.org
 
    This program is free software; you can redistribute it and/or
index 7c09f702f0864d2d10c1b9246132642ee3ac5c74..41f3054bc1b2b6b219e5745518a23d66d3250506 100644 (file)
@@ -1,13 +1,13 @@
 
 /*--------------------------------------------------------------------*/
-/*--- PPC64-specific definitions.                 ppc64/cg-ppc64.c ---*/
+/*--- PPC64-specific definitions.                       cg-ppc64.c ---*/
 /*--------------------------------------------------------------------*/
 
 /*
    This file is part of Cachegrind, a Valgrind tool for cache
    profiling programs.
 
-   Copyright (C) 2005 Nicholas Nethercote
+   Copyright (C) 2005-2007 Nicholas Nethercote
       njn@valgrind.org
 
    This program is free software; you can redistribute it and/or
index 1bea6311e2f72e21ad84de7dc368be5b2ce269e3..d3704c333f12c1e33cc0d471fa4d398c8a65739f 100644 (file)
@@ -10,7 +10,7 @@
 
    ----------------------------------------------------------------
 
-   This file is part of callgrind, a valgrind skin for cache simulation
+   This file is part of callgrind, a valgrind tool for cache simulation
    and call tree tracing.
 
    Copyright (C) 2003-2007 Josef Weidendorfer.  All rights reserved.
index 68703b163a63d516cc2b24a2d7dffb79bb7c18b7..f80a36ec54b5de08ffa39e3f5b6f4b30198c9878 100644 (file)
@@ -11,9 +11,9 @@
 #  Copyright (C) 2003 Josef Weidendorfer
 #     Josef.Weidendorfer@gmx.de
 #
-#  This file is based heavily on vg_annotate, part of Valgrind.
+#  This file is based heavily on cg_annotate, part of Valgrind.
 #  Copyright (C) 2002 Nicholas Nethercote
-#     njn25@cam.ac.uk
+#     njn@valgrind.org
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU General Public License as
index 829158ea7ea84bcd8c9bd2951003b7a480ea2713..98da3fe446fed660f114bee54e8d9c769beebf20 100644 (file)
@@ -1,11 +1,11 @@
 /*
-   This file is part of Callgrind, a Valgrind skin for call graph
+   This file is part of Callgrind, a Valgrind tool for call graph
    profiling programs.
 
    Copyright (C) 2002-2007, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
 
-   This skin is derived from and contains lot of code from Cachegrind
-   Copyright (C) 2002 Nicholas Nethercote (njn25@cam.ac.uk)
+   This tool is derived from and contains lot of code from Cachegrind
+   Copyright (C) 2002 Nicholas Nethercote (njn@valgrind.org)
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
index 67fcab9f28ab50205dc468361a506005adfc7b1c..faf9f9cc136bc9d7cf4b1099144620cb4c67a0d8 100644 (file)
@@ -1,11 +1,11 @@
 /*
-   This file is part of Callgrind, a Valgrind skin for call graph
+   This file is part of Callgrind, a Valgrind tool for call graph
    profiling programs.
 
    Copyright (C) 2002-2007, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
 
-   This skin is derived from and contains lot of code from Cachegrind
-   Copyright (C) 2002 Nicholas Nethercote (njn25@cam.ac.uk)
+   This tool is derived from and contains lot of code from Cachegrind
+   Copyright (C) 2002 Nicholas Nethercote (njn@valgrind.org)
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
index f9bc3785cc2aaeefe06162426e4f6618ab901396..ff700ee87dd994a65dfe0f69dc146542ee8abeef 100644 (file)
@@ -1,11 +1,11 @@
 /*
-   This file is part of Callgrind, a Valgrind skin for call graph
+   This file is part of Callgrind, a Valgrind tool for call graph
    profiling programs.
 
    Copyright (C) 2002-2007, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
 
-   This skin is derived from and contains lot of code from Cachegrind
-   Copyright (C) 2002 Nicholas Nethercote (njn25@cam.ac.uk)
+   This tool is derived from and contains lot of code from Cachegrind
+   Copyright (C) 2002 Nicholas Nethercote (njn@valgrind.org)
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
index 160de9565d673c381637373b66d41d95761aa371..52cc4b063806f1001facceaaefc68a0dc37efa15 100644 (file)
@@ -10,8 +10,8 @@
 
    Copyright (C) 2002-2007, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
 
-   This skin is derived from and contains code from Cachegrind
-   Copyright (C) 2002-2007 Nicholas Nethercote (njn25@cam.ac.uk)
+   This tool is derived from and contains code from Cachegrind
+   Copyright (C) 2002-2007 Nicholas Nethercote (njn@valgrind.org)
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
index 1c4c3b5de414424cae8426680ac5f3e279b57ea9..f15fc7d0c5f1e18728e14884f0d05a9f6d9d5ec9 100644 (file)
@@ -5,12 +5,13 @@
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Callgrind.
-   (c) 2003-2005, Josef Weidendorfer
+   This file is part of Callgrind, a Valgrind tool for call graph
+   profiling programs.
 
-   Parts are Copyright (C) 2002 Nicholas Nethercote
-      njn25@cam.ac.uk
+   Copyright (C) 2003-2005, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
 
+   This tool is derived from and contains code from Cachegrind
+   Copyright (C) 2002-2007 Nicholas Nethercote (njn@valgrind.org)
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
index bf51bb734f9bf4874e59abdfeb936b63b9d7a463..35923eabce5b65956fdd97f553efcdc9d23238b8 100644 (file)
@@ -7,7 +7,7 @@
   This file is part of Valgrind, a dynamic binary instrumentation
   framework.
 
-  Copyright (C) 2005 Paul Mackerras <paulus@samba.org>
+  Copyright (C) 2005-2007 Paul Mackerras (paulus@samba.org)
 
   This program is free software; you can redistribute it and/or
   modify it under the terms of the GNU General Public License as
index ef865baa0c697a836c54eb0aa9846cdc845837ed..faec292e45f884b42b733806c11be051f9b0bb06 100644 (file)
@@ -7,8 +7,8 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2005 Nicholas Nethercote <njn@valgrind.org>
-   Copyright (C) 2005 Cerion Armour-Brown <cerion@open-works.co.uk>
+   Copyright (C) 2005-2007 Nicholas Nethercote <njn@valgrind.org>
+   Copyright (C) 2005-2007 Cerion Armour-Brown <cerion@open-works.co.uk>
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
index 427d3649fe1db10d492fec779ea731e27fb8b284..6907401d1c431c433fc4ab1a6a096689a52d6b5d 100644 (file)
@@ -7,8 +7,8 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2005 Nicholas Nethercote <njn@valgrind.org>
-   Copyright (C) 2005 Cerion Armour-Brown <cerion@open-works.co.uk>
+   Copyright (C) 2005-2007 Nicholas Nethercote <njn@valgrind.org>
+   Copyright (C) 2005-2007 Cerion Armour-Brown <cerion@open-works.co.uk>
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
index 59da11018edcc0b14254655eeae4cf49712d04e2..8d9f2d4aa8cde873d9e9385610581224e0d33d9b 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2005 Julian Seward
+   Copyright (C) 2005-2007 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index a4c5a0d2f2df8b08dca9e37b7381552d3791994c..e152479b5b4aeaa59d7fce6bed2f2fbb6f22e3ee 100644 (file)
@@ -8,7 +8,7 @@
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.
 
-   Copyright (C) 2005 Julian Seward
+   Copyright (C) 2005-2007 Julian Seward
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
index 6c9ab8946abd3e65be729e24eff5288143c557ed..6fa430b1f83fa0cfffe614b48f554a56d3062d48 100644 (file)
@@ -1722,7 +1722,8 @@ static void ms_pre_clo_init(void)
    VG_(details_name)            ("Massif");
    VG_(details_version)         (NULL);
    VG_(details_description)     ("a space profiler");
-   VG_(details_copyright_author)("Copyright (C) 2003, Nicholas Nethercote");
+   VG_(details_copyright_author)(
+      "Copyright (C) 2003-2007, Nicholas Nethercote");
    VG_(details_bug_reports_to)  (VG_BUGS_TO);
 
    // Basic functions