From 0d7caa744fc2d4fc7a634ac592202ef0438ee3bd Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Sun, 23 Oct 2011 07:49:30 +0000 Subject: [PATCH] Get a bunch more copyright dates in the right format, 20xx-2011, so the auto-update script will handle them correctly in future. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12207 --- callgrind/clo.c | 2 +- callgrind/command.c | 2 +- callgrind/debug.c | 2 +- coregrind/launcher-darwin.c | 2 +- coregrind/m_debuginfo/priv_readpdb.h | 2 +- coregrind/m_debuginfo/readpdb.c | 2 +- coregrind/m_dispatch/dispatch-amd64-darwin.S | 2 +- coregrind/m_dispatch/dispatch-x86-darwin.S | 2 +- coregrind/m_initimg/initimg-darwin.c | 2 +- coregrind/m_initimg/initimg-pathscan.c | 2 +- coregrind/m_initimg/simple_huffman.c | 2 +- coregrind/m_mach/mach_basics.c | 2 +- coregrind/m_mach/mach_traps-amd64-darwin.S | 2 +- coregrind/m_mach/mach_traps-x86-darwin.S | 2 +- coregrind/m_syswrap/syscall-amd64-darwin.S | 2 +- coregrind/m_syswrap/syscall-x86-darwin.S | 2 +- coregrind/m_ume/priv_ume.h | 2 +- coregrind/pub_core_mach.h | 2 +- drd/drd_basics.h | 2 +- exp-sgcheck/h_main.c | 4 ++-- include/vki/vki-arm-linux.h | 2 +- 21 files changed, 22 insertions(+), 22 deletions(-) diff --git a/callgrind/clo.c b/callgrind/clo.c index 28bc397f47..6488bacb0a 100644 --- a/callgrind/clo.c +++ b/callgrind/clo.c @@ -5,7 +5,7 @@ Copyright (C) 2002-2011, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This tool is derived from and contains lot of code from Cachegrind - Copyright (C) 2002 Nicholas Nethercote (njn@valgrind.org) + Copyright (C) 2002-2011 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 diff --git a/callgrind/command.c b/callgrind/command.c index 400fbbdc76..5b9342aa0f 100644 --- a/callgrind/command.c +++ b/callgrind/command.c @@ -5,7 +5,7 @@ Copyright (C) 2002-2011, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This tool is derived from and contains lot of code from Cachegrind - Copyright (C) 2002 Nicholas Nethercote (njn@valgrind.org) + Copyright (C) 2002-2011 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 diff --git a/callgrind/debug.c b/callgrind/debug.c index 0b602de7ec..6d21d4860e 100644 --- a/callgrind/debug.c +++ b/callgrind/debug.c @@ -5,7 +5,7 @@ Copyright (C) 2002-2011, Josef Weidendorfer (Josef.Weidendorfer@gmx.de) This tool is derived from and contains lot of code from Cachegrind - Copyright (C) 2002 Nicholas Nethercote (njn@valgrind.org) + Copyright (C) 2002-2011 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 diff --git a/coregrind/launcher-darwin.c b/coregrind/launcher-darwin.c index 83d016a110..9eedcf41f2 100644 --- a/coregrind/launcher-darwin.c +++ b/coregrind/launcher-darwin.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2007 Julian Seward + Copyright (C) 2000-2011 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/priv_readpdb.h b/coregrind/m_debuginfo/priv_readpdb.h index f5dc310cdf..c36016b417 100644 --- a/coregrind/m_debuginfo/priv_readpdb.h +++ b/coregrind/m_debuginfo/priv_readpdb.h @@ -11,7 +11,7 @@ derived from readelf.c and valgrind-20031012-wine/vg_symtab2.c derived from wine-1.0/tools/winedump/pdb.c and msc.c - Copyright (C) 2000-2008 Julian Seward + Copyright (C) 2000-2011 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_debuginfo/readpdb.c b/coregrind/m_debuginfo/readpdb.c index a7207504dc..e9fa7f5275 100644 --- a/coregrind/m_debuginfo/readpdb.c +++ b/coregrind/m_debuginfo/readpdb.c @@ -11,7 +11,7 @@ derived from readelf.c and valgrind-20031012-wine/vg_symtab2.c derived from wine-1.0/tools/winedump/pdb.c and msc.c - Copyright (C) 2000-2008 Julian Seward + Copyright (C) 2000-2011 Julian Seward jseward@acm.org Copyright 2006 Eric Pouech (winedump/pdb.c and msc.c) GNU Lesser General Public License version 2.1 or later applies. diff --git a/coregrind/m_dispatch/dispatch-amd64-darwin.S b/coregrind/m_dispatch/dispatch-amd64-darwin.S index e7e7ace5e8..63542810d9 100644 --- a/coregrind/m_dispatch/dispatch-amd64-darwin.S +++ b/coregrind/m_dispatch/dispatch-amd64-darwin.S @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2007 Julian Seward + Copyright (C) 2000-2011 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_dispatch/dispatch-x86-darwin.S b/coregrind/m_dispatch/dispatch-x86-darwin.S index f43bcb1a68..1b216b32d9 100644 --- a/coregrind/m_dispatch/dispatch-x86-darwin.S +++ b/coregrind/m_dispatch/dispatch-x86-darwin.S @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2006 Julian Seward + Copyright (C) 2000-2011 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_initimg/initimg-darwin.c b/coregrind/m_initimg/initimg-darwin.c index a1132bbb69..d21347d10f 100644 --- a/coregrind/m_initimg/initimg-darwin.c +++ b/coregrind/m_initimg/initimg-darwin.c @@ -8,7 +8,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2007 Julian Seward + Copyright (C) 2000-2011 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_initimg/initimg-pathscan.c b/coregrind/m_initimg/initimg-pathscan.c index cca58170c8..380e5800ed 100644 --- a/coregrind/m_initimg/initimg-pathscan.c +++ b/coregrind/m_initimg/initimg-pathscan.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2007 Julian Seward + Copyright (C) 2000-2011 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_initimg/simple_huffman.c b/coregrind/m_initimg/simple_huffman.c index f9f3bb5251..0b8719dd52 100644 --- a/coregrind/m_initimg/simple_huffman.c +++ b/coregrind/m_initimg/simple_huffman.c @@ -32,7 +32,7 @@ * - Allow for a few different predefined Huffman trees, which could * reduce the size of a block even further. *------------------------------------------------------------------------- -* Copyright (c) 2003-2004 Marcus Geelnard +* Copyright (c) 2003-2011 Marcus Geelnard * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/coregrind/m_mach/mach_basics.c b/coregrind/m_mach/mach_basics.c index a671b65476..7f9336fdb8 100644 --- a/coregrind/m_mach/mach_basics.c +++ b/coregrind/m_mach/mach_basics.c @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005 Apple Inc. + Copyright (C) 2005-2011 Apple Inc. Greg Parker gparker@apple.com This program is free software; you can redistribute it and/or diff --git a/coregrind/m_mach/mach_traps-amd64-darwin.S b/coregrind/m_mach/mach_traps-amd64-darwin.S index 8eb6036d73..d90cc6142c 100644 --- a/coregrind/m_mach/mach_traps-amd64-darwin.S +++ b/coregrind/m_mach/mach_traps-amd64-darwin.S @@ -6,7 +6,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2007 Apple Inc. + Copyright (C) 2007-2011 Apple Inc. Greg Parker gparker@apple.com This program is free software; you can redistribute it and/or diff --git a/coregrind/m_mach/mach_traps-x86-darwin.S b/coregrind/m_mach/mach_traps-x86-darwin.S index 4992cd07d9..32f106fedb 100644 --- a/coregrind/m_mach/mach_traps-x86-darwin.S +++ b/coregrind/m_mach/mach_traps-x86-darwin.S @@ -6,7 +6,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2006 Apple Inc. + Copyright (C) 2006-2011 Apple Inc. Greg Parker gparker@apple.com This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syscall-amd64-darwin.S b/coregrind/m_syswrap/syscall-amd64-darwin.S index fbc334fb55..bc8833682e 100644 --- a/coregrind/m_syswrap/syscall-amd64-darwin.S +++ b/coregrind/m_syswrap/syscall-amd64-darwin.S @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2007 Julian Seward + Copyright (C) 2000-2011 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_syswrap/syscall-x86-darwin.S b/coregrind/m_syswrap/syscall-x86-darwin.S index 3d45610c9c..9e90c8a033 100644 --- a/coregrind/m_syswrap/syscall-x86-darwin.S +++ b/coregrind/m_syswrap/syscall-x86-darwin.S @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2007 Julian Seward + Copyright (C) 2000-2011 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/m_ume/priv_ume.h b/coregrind/m_ume/priv_ume.h index 1fe5ba79b3..83b8678b9a 100644 --- a/coregrind/m_ume/priv_ume.h +++ b/coregrind/m_ume/priv_ume.h @@ -6,7 +6,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2005 Julian Seward + Copyright (C) 2000-2011 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or diff --git a/coregrind/pub_core_mach.h b/coregrind/pub_core_mach.h index 94f3220760..745655a896 100644 --- a/coregrind/pub_core_mach.h +++ b/coregrind/pub_core_mach.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2005 Apple Inc. + Copyright (C) 2005-2011 Apple Inc. Greg Parker gparker@apple.com This program is free software; you can redistribute it and/or diff --git a/drd/drd_basics.h b/drd/drd_basics.h index 26700cf26d..fda3b89345 100644 --- a/drd/drd_basics.h +++ b/drd/drd_basics.h @@ -2,7 +2,7 @@ /* This file is part of DRD, a thread error detector. - Copyright (C) 2009 Bart Van Assche . + Copyright (C) 2009-2011 Bart Van Assche . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/exp-sgcheck/h_main.c b/exp-sgcheck/h_main.c index b168959d3f..c5801b9764 100644 --- a/exp-sgcheck/h_main.c +++ b/exp-sgcheck/h_main.c @@ -11,12 +11,12 @@ Initial version (Annelid): - Copyright (C) 2003-2009 Nicholas Nethercote + Copyright (C) 2003-2011 Nicholas Nethercote njn@valgrind.org Valgrind-3.X port: - Copyright (C) 2008-2009 OpenWorks Ltd + Copyright (C) 2008-2011 OpenWorks Ltd info@open-works.co.uk This program is free software; you can redistribute it and/or diff --git a/include/vki/vki-arm-linux.h b/include/vki/vki-arm-linux.h index 4087f5e504..08e4b80329 100644 --- a/include/vki/vki-arm-linux.h +++ b/include/vki/vki-arm-linux.h @@ -7,7 +7,7 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2000-2008 Julian Seward + Copyright (C) 2000-2011 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or -- 2.47.2