aboutsummaryrefslogtreecommitdiff
path: root/exp-bbv
diff options
context:
space:
mode:
authorsewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2011-10-23 07:32:08 +0000
committersewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2011-10-23 07:32:08 +0000
commitec062e8d96a361af9905b5447027819dfbfee01a (patch)
tree81d05b903e2a5119a4729565d9aab0530c1ceee6 /exp-bbv
parent20cf5bd0c0db3481af0777596ca04c702f6971bf (diff)
downloadvalgrind-ec062e8d96a361af9905b5447027819dfbfee01a.tar.gz
Update all copyright dates, from 20xy-2010 to 20xy-2011.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12206 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'exp-bbv')
-rw-r--r--exp-bbv/bbv_main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/exp-bbv/bbv_main.c b/exp-bbv/bbv_main.c
index 34020e0b9..6c927d2ec 100644
--- a/exp-bbv/bbv_main.c
+++ b/exp-bbv/bbv_main.c
@@ -6,10 +6,10 @@
This file is part of BBV, a Valgrind tool for generating SimPoint
basic block vectors.
- Copyright (C) 2006-2010 Vince Weaver
+ Copyright (C) 2006-2011 Vince Weaver
vince _at_ csl.cornell.edu
- pcfile code is Copyright (C) 2006-2010 Oriol Prat
+ pcfile code is Copyright (C) 2006-2011 Oriol Prat
oriol.prat _at _ bsc.es
This program is free software; you can redistribute it and/or
@@ -607,7 +607,7 @@ static void bbv_pre_clo_init(void)
VG_(details_version) (NULL);
VG_(details_description) ("a SimPoint basic block vector generator");
VG_(details_copyright_author)(
- "Copyright (C) 2006-2010 Vince Weaver");
+ "Copyright (C) 2006-2011 Vince Weaver");
VG_(details_bug_reports_to) (VG_BUGS_TO);
VG_(basic_tool_funcs) (bbv_post_clo_init,