diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2018-12-31 18:19:36 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2018-12-31 18:20:07 -0800 |
commit | 115498702da91dc75d05bd0dea64f98cc6157327 (patch) | |
tree | 1503ef74eb373344fd698a048b8aa57b8028a305 /lib/c-strncasecmp.c | |
parent | ba809612c06bcabd05dcbaae79da39dcb0925992 (diff) | |
download | emacs-115498702da91dc75d05bd0dea64f98cc6157327.tar.gz emacs-115498702da91dc75d05bd0dea64f98cc6157327.tar.bz2 emacs-115498702da91dc75d05bd0dea64f98cc6157327.zip |
Update from Gnulib
This incorporates mostly just copyright-year changes, plus
recent minor updates from glibc for the non-Emacs regular
expression code.
Diffstat (limited to 'lib/c-strncasecmp.c')
-rw-r--r-- | lib/c-strncasecmp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/c-strncasecmp.c b/lib/c-strncasecmp.c index 1d284e62366..513c353f6c2 100644 --- a/lib/c-strncasecmp.c +++ b/lib/c-strncasecmp.c @@ -1,6 +1,5 @@ /* c-strncasecmp.c -- case insensitive string comparator in C locale - Copyright (C) 1998-1999, 2005-2006, 2009-2019 Free Software - Foundation, Inc. + Copyright (C) 1998-1999, 2005-2006, 2009-2019 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |