From: Bernhard Voelker Date: Fri, 21 Dec 2018 07:31:00 +0000 (+0100) Subject: maint: mention base32 in the title line of common basenc.c X-Git-Tag: v8.31~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f9152a50f16fb5979871e3c9f2db9f91dbc4dbc;p=thirdparty%2Fcoreutils.git maint: mention base32 in the title line of common basenc.c * src/basenc.c: Do the above, and remove a redundant comment. --- diff --git a/src/basenc.c b/src/basenc.c index d0eaef0c24..3ce1328a24 100644 --- a/src/basenc.c +++ b/src/basenc.c @@ -1,8 +1,6 @@ -/* Base64 encode/decode strings or files. +/* Base64, base32, and similar encoding/decoding strings or files. Copyright (C) 2004-2018 Free Software Foundation, Inc. - This file is part of Base64. - 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 the Free Software Foundation, either version 3 of the License, or