summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/gnulib/lib/memrchr.c
diff options
context:
space:
mode:
Diffstat (limited to 'macros/texinfo/texinfo/gnulib/lib/memrchr.c')
-rw-r--r--macros/texinfo/texinfo/gnulib/lib/memrchr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/texinfo/texinfo/gnulib/lib/memrchr.c b/macros/texinfo/texinfo/gnulib/lib/memrchr.c
index 96022835ce..dcd24fafc6 100644
--- a/macros/texinfo/texinfo/gnulib/lib/memrchr.c
+++ b/macros/texinfo/texinfo/gnulib/lib/memrchr.c
@@ -1,6 +1,6 @@
/* memrchr -- find the last occurrence of a byte in a memory block
- Copyright (C) 1991, 1993, 1996-1997, 1999-2000, 2003-2019 Free Software
+ Copyright (C) 1991, 1993, 1996-1997, 1999-2000, 2003-2021 Free Software
Foundation, Inc.
Based on strlen implementation by Torbjorn Granlund (tege@sics.se),