diff options
author | sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2008-02-11 11:34:59 +0000 |
---|---|---|
committer | sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2008-02-11 11:34:59 +0000 |
commit | 4d474d086188fd1f29fa97dbd84d8ea2e589a9b8 (patch) | |
tree | 92e366a099be04c8ee2091bd08f528c4c2f1f908 /memcheck/mc_main.c | |
parent | 6ffc8dea9e00ecc8cdae4c60aafc14abb5fd83eb (diff) |
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 'memcheck/mc_main.c')
-rw-r--r-- | memcheck/mc_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/memcheck/mc_main.c b/memcheck/mc_main.c index b7e70061..4f704a2a 100644 --- a/memcheck/mc_main.c +++ b/memcheck/mc_main.c @@ -9,7 +9,7 @@ This file is part of MemCheck, a heavyweight Valgrind tool for detecting memory errors. - Copyright (C) 2000-2007 Julian Seward + Copyright (C) 2000-2008 Julian Seward jseward@acm.org This program is free software; you can redistribute it and/or @@ -4969,7 +4969,7 @@ static void mc_pre_clo_init(void) VG_(details_version) (NULL); VG_(details_description) ("a memory error detector"); VG_(details_copyright_author)( - "Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al."); + "Copyright (C) 2002-2008, and GNU GPL'd, by Julian Seward et al."); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(details_avg_translation_sizeB) ( 556 ); |