aboutsummaryrefslogtreecommitdiff
path: root/cachegrind/cg_main.c
diff options
context:
space:
mode:
authorsewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2008-02-11 11:34:59 +0000
committersewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2008-02-11 11:34:59 +0000
commit4d474d086188fd1f29fa97dbd84d8ea2e589a9b8 (patch)
tree92e366a099be04c8ee2091bd08f528c4c2f1f908 /cachegrind/cg_main.c
parent6ffc8dea9e00ecc8cdae4c60aafc14abb5fd83eb (diff)
downloadvalgrind-4d474d086188fd1f29fa97dbd84d8ea2e589a9b8.tar.gz
Update copyright dates ("200X-2007" --> "200X-2008").
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7398 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 45dfd7014..dcfa79c0d 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-2007 Nicholas Nethercote
+ Copyright (C) 2002-2008 Nicholas Nethercote
njn@valgrind.org
This program is free software; you can redistribute it and/or
@@ -1725,7 +1725,7 @@ static void cg_pre_clo_init(void)
VG_(details_version) (NULL);
VG_(details_description) ("a cache and branch-prediction profiler");
VG_(details_copyright_author)(
- "Copyright (C) 2002-2007, and GNU GPL'd, by Nicholas Nethercote et al.");
+ "Copyright (C) 2002-2008, and GNU GPL'd, by Nicholas Nethercote et al.");
VG_(details_bug_reports_to) (VG_BUGS_TO);
VG_(details_avg_translation_sizeB) ( 500 );