From 9d8bc3bead8bf3bf501cc9f52d8c7e43409982cd Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 10 Jan 2024 23:16:47 -0800 Subject: [PATCH] Bump the version number to 7 --- autodescribe | 4 ++-- autodescribe.1 | 4 ++-- automtime | 4 ++-- automtime.1 | 4 ++-- fv | 4 ++-- fv.1 | 4 ++-- fvi | 4 ++-- fvi.1 | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/autodescribe b/autodescribe index ceddb69..4b9136d 100755 --- a/autodescribe +++ b/autodescribe @@ -1,7 +1,7 @@ #!/bin/sh # autodescribe - automatically extract comments from files # -# Copyright (c) 2023 Dan Fandrich +# Copyright (c) 1998-2024 Dan Fandrich # Licensed under the MIT license (see LICENSE). if [ -n "$ZSH_VERSION" ]; then @@ -1276,7 +1276,7 @@ comment_pnm () { ########################### if [ $# -eq 0 -o "$1" = "-h" -o "$1" = "-?" ] ; then - echo 'autodescribe ver. 7-dev' + echo 'autodescribe ver. 7' echo 'Usage: autodescribe [-?] [-h] [-l] [-e program] [ -q ] [ -t type ] file1 [ file2 ... ]' echo 'Extracts comments from files' echo ' -e cmd command to run once for each file with args: comment file' diff --git a/autodescribe.1 b/autodescribe.1 index ef85ff8..91c8617 100644 --- a/autodescribe.1 +++ b/autodescribe.1 @@ -1,5 +1,5 @@ .\" -*- nroff -*- -.TH AUTODESCRIBE 1 "2023-06-19" "autodescribe version 7-dev" +.TH AUTODESCRIBE 1 "2024-01-10" "autodescribe version 7" .SH NAME autodescribe \- automatically extract descriptions from files .SH SYNOPSIS @@ -343,5 +343,5 @@ See https://github.com/dfandrich/fileviewinfo/ .\" --------------------------------------------------------------------------- .SH COPYRIGHT .B autodescribe -is Copyright (c) 2023 Dan Fandrich . +is Copyright (c) 2021\(en2024 Dan Fandrich . Licensed under the MIT license (see LICENSE). diff --git a/automtime b/automtime index 7602ad3..335844c 100755 --- a/automtime +++ b/automtime @@ -1,7 +1,7 @@ #!/bin/sh # automtime - automatically get modification time from internal file metadata # -# Copyright (c) 2023 Dan Fandrich +# Copyright (c) 2023-2024 Dan Fandrich # Licensed under the MIT license (see LICENSE). ########################### @@ -859,7 +859,7 @@ mtime_zpaq () { ########################### if [ $# -eq 0 -o "$1" = "-h" -o "$1" = "-?" ] ; then - echo 'automtime ver. 7-dev' + echo 'automtime ver. 7' echo 'Usage: automtime [-?] [-h] [-l] [-m] [-e program] [ -q ] [ -t type ] file1 [ file2 ... ]' echo 'Extracts modification from internal file metadata' echo ' -e cmd command to run once for each file with args: mtime file' diff --git a/automtime.1 b/automtime.1 index 7aca3c0..e431e70 100644 --- a/automtime.1 +++ b/automtime.1 @@ -1,5 +1,5 @@ .\" -*- nroff -*- -.TH AUTOMTIME 1 "2023-06-19" "automtime version 7-dev" +.TH AUTOMTIME 1 "2024-01-10" "automtime version 7" .SH NAME automtime \- automatically extract modification times from files .SH SYNOPSIS @@ -274,5 +274,5 @@ See https://github.com/dfandrich/fileviewinfo/ .\" --------------------------------------------------------------------------- .SH COPYRIGHT .B automtime -is Copyright (c) 2023 Dan Fandrich . +is Copyright (c) 2023\(en2024 Dan Fandrich . Licensed under the MIT license (see LICENSE). diff --git a/fv b/fv index df07ea2..ac460ab 100755 --- a/fv +++ b/fv @@ -1,7 +1,7 @@ #!/bin/sh # fv - archive and package directory lister # -# Copyright (c) 2023 Dan Fandrich +# Copyright (c) 2003-2024 Dan Fandrich # Licensed under the MIT license (see LICENSE). # # Format of archive entries in this file: @@ -31,7 +31,7 @@ # in the first position. These extensions are listed using the -l option. usage () { - echo 'fv ver. 7-dev' + echo 'fv ver. 7' echo 'Displays directory listings for many archive types.' echo '' echo 'Usage: fv [-v] [-?] [-h] [-l] [-t type] archive1 [ archive2 ... ]' diff --git a/fv.1 b/fv.1 index 38b48de..4ef1321 100644 --- a/fv.1 +++ b/fv.1 @@ -1,5 +1,5 @@ .\" -*- nroff -*- -.TH FV 1 "2023-06-19" "fv version 7-dev" +.TH FV 1 "2024-01-10" "fv version 7" .SH NAME fv \- archive and package directory lister .SH SYNOPSIS @@ -439,7 +439,7 @@ for displaying directories of MS-DOS archives. .\" --------------------------------------------------------------------------- .SH COPYRIGHT .B fv -is Copyright (c) 2023 Dan Fandrich . +is Copyright (c) 2003\(en2024 Dan Fandrich . Licensed under the MIT license (see LICENSE). .\" --------------------------------------------------------------------------- .SH "SEE ALSO" diff --git a/fvi b/fvi index e6a4690..ffd7490 100755 --- a/fvi +++ b/fvi @@ -1,7 +1,7 @@ #!/bin/sh # fvi - file metainformation lister # -# Copyright (c) 2023 Dan Fandrich +# Copyright (c) 2009-2024 Dan Fandrich # Licensed under the MIT license (see LICENSE). # # Format of file type entries in this file: @@ -31,7 +31,7 @@ # in the first position. These extensions are listed using the -l option. usage () { - echo 'fvi ver. 7-dev' + echo 'fvi ver. 7' echo 'Displays metadata for many file types.' echo '' echo 'Usage: fvi [-v] [-?] [-h] [-l] [-t type] file1 [ file2 ... ]' diff --git a/fvi.1 b/fvi.1 index 890587f..40c038f 100644 --- a/fvi.1 +++ b/fvi.1 @@ -1,5 +1,5 @@ .\" -*- nroff -*- -.TH FVI 1 "2023-06-19" "fvi version 7-dev" +.TH FVI 1 "2024-01-10" "fvi version 7" .SH NAME fvi \- File view info metadata displayer .SH SYNOPSIS @@ -404,5 +404,5 @@ See https://github.com/dfandrich/fileviewinfo/ .\" --------------------------------------------------------------------------- .SH COPYRIGHT .B fvi -is Copyright (c) 2023 Dan Fandrich . +is Copyright (c) 2021\(en2024 Dan Fandrich . Licensed under the MIT license (see LICENSE).