summaryrefslogtreecommitdiff
path: root/lib/base32.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-01-01 02:59:23 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2017-01-01 02:59:23 +0000
commita3fd683de3decbb58ab5fb5d32ad2e62f74fbf12 (patch)
tree8695163ca59940117028a8bc2c4e2cfdd1be200a /lib/base32.c
parent52a5514ddf33782915338944596be28271285fe5 (diff)
downloadgnulib-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/base32.c')
-rw-r--r--lib/base32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base32.c b/lib/base32.c
index 46acd37f6a..58d288366e 100644
--- a/lib/base32.c
+++ b/lib/base32.c
@@ -1,5 +1,5 @@
/* base32.c -- Encode binary data using printable characters.
- Copyright (C) 1999-2001, 2004-2006, 2009-2016 Free Software Foundation, Inc.
+ Copyright (C) 1999-2001, 2004-2006, 2009-2017 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