summaryrefslogtreecommitdiff
path: root/gl/lib/strnlen.c
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2023-09-23 22:17:23 +0100
committerColin Watson <cjwatson@debian.org>2023-09-23 22:17:23 +0100
commitc0cbb6e4f5cb2a778be6aa75daabbe8cf41686a8 (patch)
treecf06f6e7ea318fd4c5c4904bd1eb8f86cebcb747 /gl/lib/strnlen.c
parent0b7139d556a20a51aab0e70ae508eab3f3532473 (diff)
parent10ffa2be71a9ba46c4328b3792a2001f4092625d (diff)
New upstream release (2.12.0)
Diffstat (limited to 'gl/lib/strnlen.c')
-rw-r--r--gl/lib/strnlen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/lib/strnlen.c b/gl/lib/strnlen.c
index c8fc69c6..09c010ea 100644
--- a/gl/lib/strnlen.c
+++ b/gl/lib/strnlen.c
@@ -1,5 +1,5 @@
/* Find the length of STRING, but scan at most MAXLEN characters.
- Copyright (C) 2005-2007, 2009-2022 Free Software Foundation, Inc.
+ Copyright (C) 2005-2007, 2009-2023 Free Software Foundation, Inc.
Written by Simon Josefsson.
This file is free software: you can redistribute it and/or modify