aboutsummaryrefslogtreecommitdiff
path: root/none
diff options
context:
space:
mode:
authorsewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2015-08-21 11:32:26 +0000
committersewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2015-08-21 11:32:26 +0000
commitb3a1e4bffbdbbf38304f216af405009868f43628 (patch)
tree0fb59aa2060901fb559e372800b525691ecc31f8 /none
parent712575e5c2355f951c4e7056e629bcba0ecf4e0d (diff)
downloadvalgrind-b3a1e4bffbdbbf38304f216af405009868f43628.tar.gz
Update copyright dates, to include 2015. No functional change.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15577 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'none')
-rw-r--r--none/nl_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/none/nl_main.c b/none/nl_main.c
index 574486a0e..ffe19e128 100644
--- a/none/nl_main.c
+++ b/none/nl_main.c
@@ -7,7 +7,7 @@
This file is part of Nulgrind, the minimal Valgrind tool,
which does no instrumentation or analysis.
- Copyright (C) 2002-2013 Nicholas Nethercote
+ Copyright (C) 2002-2015 Nicholas Nethercote
njn@valgrind.org
This program is free software; you can redistribute it and/or
@@ -56,7 +56,7 @@ static void nl_pre_clo_init(void)
VG_(details_version) (NULL);
VG_(details_description) ("the minimal Valgrind tool");
VG_(details_copyright_author)(
- "Copyright (C) 2002-2013, and GNU GPL'd, by Nicholas Nethercote.");
+ "Copyright (C) 2002-2015, and GNU GPL'd, by Nicholas Nethercote.");
VG_(details_bug_reports_to) (VG_BUGS_TO);
VG_(details_avg_translation_sizeB) ( 275 );