diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-01-01 02:59:23 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-01-01 02:59:23 +0000 |
commit | a3fd683de3decbb58ab5fb5d32ad2e62f74fbf12 (patch) | |
tree | 8695163ca59940117028a8bc2c4e2cfdd1be200a /lib/unistr/u8-strmblen.c | |
parent | 52a5514ddf33782915338944596be28271285fe5 (diff) | |
download | gnulib-a3fd683de3decbb58ab5fb5d32ad2e62f74fbf12.tar.gz |
version-etc: new year
* build-aux/gendocs.sh (version):
* doc/gendocs_template:
* doc/gendocs_template_min:
* doc/gnulib.texi:
* lib/version-etc.c (COPYRIGHT_YEAR):
Update copyright dates by hand in templates and the like.
* all files: Run 'make update-copyright'.
Diffstat (limited to 'lib/unistr/u8-strmblen.c')
-rw-r--r-- | lib/unistr/u8-strmblen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unistr/u8-strmblen.c b/lib/unistr/u8-strmblen.c index 5cb721416b..49ee5f6963 100644 --- a/lib/unistr/u8-strmblen.c +++ b/lib/unistr/u8-strmblen.c @@ -1,5 +1,5 @@ /* Look at first character in UTF-8 string. - Copyright (C) 1999-2000, 2002, 2006-2007, 2009-2016 Free Software + Copyright (C) 1999-2000, 2002, 2006-2007, 2009-2017 Free Software Foundation, Inc. Written by Bruno Haible <bruno@clisp.org>, 2002. |