summaryrefslogtreecommitdiff
path: root/gcc/sancov.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/sancov.c')
-rw-r--r--gcc/sancov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sancov.c b/gcc/sancov.c
index 59786ac49f9..838001e16b6 100644
--- a/gcc/sancov.c
+++ b/gcc/sancov.c
@@ -1,5 +1,5 @@
/* Code coverage instrumentation for fuzzing.
- Copyright (C) 2015-2019 Free Software Foundation, Inc.
+ Copyright (C) 2015-2020 Free Software Foundation, Inc.
Contributed by Dmitry Vyukov <dvyukov@google.com> and
Wish Wu <wishwu007@gmail.com>