aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Voelker <mail@bernhard-voelker.de>2018-12-21 08:31:00 +0100
committerAssaf Gordon <assafgordon@gmail.com>2019-01-01 16:32:27 -0700
commit1f9152a50f16fb5979871e3c9f2db9f91dbc4dbc (patch)
tree43dec441ee1aebe6b0c53b09cedd6c90dc64e1e1
parentbase64,base32: fix 'extra operand' error message (diff)
downloadcoreutils-1f9152a50f16fb5979871e3c9f2db9f91dbc4dbc.tar.gz
coreutils-1f9152a50f16fb5979871e3c9f2db9f91dbc4dbc.zip
maint: mention base32 in the title line of common basenc.c
* src/basenc.c: Do the above, and remove a redundant comment.
-rw-r--r--src/basenc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/basenc.c b/src/basenc.c
index d0eaef0c2..3ce1328a2 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