diff options
Diffstat (limited to '')
-rw-r--r-- | build-aux/manconv.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/build-aux/manconv.sh b/build-aux/manconv.sh index 73e8e3b..0f5ee09 100644 --- a/build-aux/manconv.sh +++ b/build-aux/manconv.sh @@ -1,5 +1,6 @@ #!/bin/sh -# +# SPDX-License-Identifier: 0BSD + ############################################################################### # # Wrapper for GNU groff to convert man pages to a few formats @@ -17,9 +18,6 @@ # # Author: Lasse Collin # -# This file has been put into the public domain. -# You can do whatever you want with this file. -# ############################################################################### FORMAT=$1 |