aboutsummaryrefslogtreecommitdiff
path: root/cachegrind/cg_main.c
diff options
context:
space:
mode:
authorsewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2007-01-08 06:01:59 +0000
committersewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2007-01-08 06:01:59 +0000
commit9ebd6e0c607fa30301b1325874eb8de871c21cc5 (patch)
tree20070d850143638f02e18e87b1d07241699aa4c7 /cachegrind/cg_main.c
parentb2de62405345ab9251120d65b8701bd7c9405ca4 (diff)
downloadvalgrind-9ebd6e0c607fa30301b1325874eb8de871c21cc5.tar.gz
Update copyright dates.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6488 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'cachegrind/cg_main.c')
-rw-r--r--cachegrind/cg_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cachegrind/cg_main.c b/cachegrind/cg_main.c
index a9d92a5c1..1e1ff0757 100644
--- a/cachegrind/cg_main.c
+++ b/cachegrind/cg_main.c
@@ -8,7 +8,7 @@
This file is part of Cachegrind, a Valgrind tool for cache
profiling programs.
- Copyright (C) 2002-2006 Nicholas Nethercote
+ Copyright (C) 2002-2007 Nicholas Nethercote
njn@valgrind.org
This program is free software; you can redistribute it and/or
@@ -1341,7 +1341,7 @@ static void cg_pre_clo_init(void)
VG_(details_version) (NULL);
VG_(details_description) ("an I1/D1/L2 cache profiler");
VG_(details_copyright_author)(
- "Copyright (C) 2002-2006, and GNU GPL'd, by Nicholas Nethercote et al.");
+ "Copyright (C) 2002-2007, and GNU GPL'd, by Nicholas Nethercote et al.");
VG_(details_bug_reports_to) (VG_BUGS_TO);
VG_(details_avg_translation_sizeB) ( 500 );