diff options
author | Thomas White <taw@physics.org> | 2012-03-19 18:35:55 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-03-19 18:35:55 +0100 |
commit | 1465cc87413caf31cf982741ac3c0d03cde8ced5 (patch) | |
tree | 5203e4dcd530ea2376d40f11e4a0aabd12c56a0f /lib/strnlen.c | |
parent | 289c8a77c252e080d4d4086b848ea8fdcb604147 (diff) |
Update GNUlib stuff
Diffstat (limited to 'lib/strnlen.c')
-rw-r--r-- | lib/strnlen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strnlen.c b/lib/strnlen.c index f1ec356d..3cefa978 100644 --- a/lib/strnlen.c +++ b/lib/strnlen.c @@ -1,5 +1,5 @@ /* Find the length of STRING, but scan at most MAXLEN characters. - Copyright (C) 2005, 2006, 2007, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2005-2007, 2009-2011 Free Software Foundation, Inc. Written by Simon Josefsson. This program is free software; you can redistribute it and/or modify |