summaryrefslogtreecommitdiff
path: root/exp-ptrcheck
diff options
context:
space:
mode:
authornjn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9>2009-03-10 22:02:09 +0000
committernjn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9>2009-03-10 22:02:09 +0000
commit9f207460d70d38c46c9e81996a3dcdf90961c6db (patch)
treec415fcf64be01e6863252de6e5e097be2034b143 /exp-ptrcheck
parent62dd9fa7874b5449fd8ff94a0371d18a3a4bb501 (diff)
Updated copyright years.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9344 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'exp-ptrcheck')
-rw-r--r--exp-ptrcheck/h_intercepts.c2
-rw-r--r--exp-ptrcheck/h_main.c4
-rw-r--r--exp-ptrcheck/h_main.h4
-rw-r--r--exp-ptrcheck/pc_common.c2
-rw-r--r--exp-ptrcheck/pc_common.h2
-rw-r--r--exp-ptrcheck/pc_main.c4
-rw-r--r--exp-ptrcheck/sg_main.c2
-rw-r--r--exp-ptrcheck/sg_main.h2
8 files changed, 11 insertions, 11 deletions
diff --git a/exp-ptrcheck/h_intercepts.c b/exp-ptrcheck/h_intercepts.c
index eef99a9a..890bada7 100644
--- a/exp-ptrcheck/h_intercepts.c
+++ b/exp-ptrcheck/h_intercepts.c
@@ -7,7 +7,7 @@
This file is part of Ptrcheck, a Valgrind tool for checking pointer
use in programs.
- Copyright (C) 2003-2008 Nicholas Nethercote
+ Copyright (C) 2003-2009 Nicholas Nethercote
njn@valgrind.org
This program is free software; you can redistribute it and/or
diff --git a/exp-ptrcheck/h_main.c b/exp-ptrcheck/h_main.c
index a0333f2c..403388f7 100644
--- a/exp-ptrcheck/h_main.c
+++ b/exp-ptrcheck/h_main.c
@@ -11,12 +11,12 @@
Initial version (Annelid):
- Copyright (C) 2003-2008 Nicholas Nethercote
+ Copyright (C) 2003-2009 Nicholas Nethercote
njn@valgrind.org
Valgrind-3.X port:
- Copyright (C) 2008-2008 OpenWorks Ltd
+ Copyright (C) 2008-2009 OpenWorks Ltd
info@open-works.co.uk
This program is free software; you can redistribute it and/or
diff --git a/exp-ptrcheck/h_main.h b/exp-ptrcheck/h_main.h
index b8aae922..de626227 100644
--- a/exp-ptrcheck/h_main.h
+++ b/exp-ptrcheck/h_main.h
@@ -9,9 +9,9 @@
This file is part of Ptrcheck, a Valgrind tool for checking pointer
use in programs.
- Copyright (C) 2003-2008 Nicholas Nethercote
+ Copyright (C) 2003-2009 Nicholas Nethercote
njn@valgrind.org
- Copyright (C) 2008-2008 OpenWorks Ltd
+ Copyright (C) 2008-2009 OpenWorks Ltd
info@open-works.co.uk
This program is free software; you can redistribute it and/or
diff --git a/exp-ptrcheck/pc_common.c b/exp-ptrcheck/pc_common.c
index dc4b622b..90f9098c 100644
--- a/exp-ptrcheck/pc_common.c
+++ b/exp-ptrcheck/pc_common.c
@@ -9,7 +9,7 @@
This file is part of Ptrcheck, a Valgrind tool for checking pointer
use in programs.
- Copyright (C) 2008-2008 OpenWorks Ltd
+ Copyright (C) 2008-2009 OpenWorks Ltd
info@open-works.co.uk
This program is free software; you can redistribute it and/or
diff --git a/exp-ptrcheck/pc_common.h b/exp-ptrcheck/pc_common.h
index 77bab6e0..023307f4 100644
--- a/exp-ptrcheck/pc_common.h
+++ b/exp-ptrcheck/pc_common.h
@@ -9,7 +9,7 @@
This file is part of Ptrcheck, a Valgrind tool for checking pointer
use in programs.
- Copyright (C) 2008-2008 OpenWorks Ltd
+ Copyright (C) 2008-2009 OpenWorks Ltd
info@open-works.co.uk
This program is free software; you can redistribute it and/or
diff --git a/exp-ptrcheck/pc_main.c b/exp-ptrcheck/pc_main.c
index c98666a2..1dfd9a5d 100644
--- a/exp-ptrcheck/pc_main.c
+++ b/exp-ptrcheck/pc_main.c
@@ -9,7 +9,7 @@
This file is part of Ptrcheck, a Valgrind tool for checking pointer
use in programs.
- Copyright (C) 2008-2008 OpenWorks Ltd
+ Copyright (C) 2008-2009 OpenWorks Ltd
info@open-works.co.uk
This program is free software; you can redistribute it and/or
@@ -149,7 +149,7 @@ static void pc_pre_clo_init(void)
VG_(details_description) ("a heap, stack & global array "
"overrun detector");
VG_(details_copyright_author)(
- "Copyright (C) 2003-2008, and GNU GPL'd, by OpenWorks Ltd et al.");
+ "Copyright (C) 2003-2009, and GNU GPL'd, by OpenWorks Ltd et al.");
VG_(details_bug_reports_to) (VG_BUGS_TO);
VG_(details_avg_translation_sizeB) ( 496 );
diff --git a/exp-ptrcheck/sg_main.c b/exp-ptrcheck/sg_main.c
index 0213dfa0..e285a3d1 100644
--- a/exp-ptrcheck/sg_main.c
+++ b/exp-ptrcheck/sg_main.c
@@ -9,7 +9,7 @@
This file is part of Ptrcheck, a Valgrind tool for checking pointer
use in programs.
- Copyright (C) 2008-2008 OpenWorks Ltd
+ Copyright (C) 2008-2009 OpenWorks Ltd
info@open-works.co.uk
This program is free software; you can redistribute it and/or
diff --git a/exp-ptrcheck/sg_main.h b/exp-ptrcheck/sg_main.h
index b8cfb25f..5d56f6b8 100644
--- a/exp-ptrcheck/sg_main.h
+++ b/exp-ptrcheck/sg_main.h
@@ -9,7 +9,7 @@
This file is part of Ptrcheck, a Valgrind tool for checking pointer
use in programs.
- Copyright (C) 2008-2008 OpenWorks Ltd
+ Copyright (C) 2008-2009 OpenWorks Ltd
info@open-works.co.uk
This program is free software; you can redistribute it and/or