From 1f9152a50f16fb5979871e3c9f2db9f91dbc4dbc Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Fri, 21 Dec 2018 08:31:00 +0100 Subject: [PATCH] maint: mention base32 in the title line of common basenc.c * src/basenc.c: Do the above, and remove a redundant comment. --- src/basenc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.47.2