Update copyrights. Minor formatting touch-ups.

This commit is contained in:
Darren 'Tadgy' Austin 2020-05-31 18:57:06 +01:00
commit 80c08901e6

View file

@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) 2018:
# Copyright (c) 2018-2020:
# Darren 'Tadgy' Austin <darren (at) afterdark.org.uk>
# Licensed under the terms of the GNU General Public License version 3.
#
@ -8,7 +8,7 @@
# Script details.
LJ_NAME="${0##*/}"
LJ_VERSION="0.1.6"
LJ_VERSION="0.1.7"
die() {
@ -26,8 +26,8 @@ display_help() {
<template>.
Options (all of which are optional):
-ca "<arg>" Set the compression command arguments. Default: ${LJ_COMPRESSOR_ARGS[@]}.
The quotes are required if more than one <arg> is supplied.
-ca <arg> Set the compression command arguments. Default: ${LJ_COMPRESSOR_ARGS[@]}.
Quotes are required if more than one <arg> is supplied.
-cc <util> Set the compression command to use. Default: $LJ_COMPRESSOR.
-f Request flushing of the log file to disk after every write.
This may significantly reduce performance and result in a lot of
@ -89,7 +89,7 @@ display_version() {
# |........1.........2.........3.........4.........5.........6.........7.........8
cat <<-EOF
$LJ_NAME v$LJ_VERSION.
Copyright (c) 2018 Darren 'Tadgy' Austin <darren (at) afterdark.org.uk>.
Copyright (c) 2018-2020 Darren 'Tadgy' Austin <darren (at) afterdark.org.uk>.
Licensed under the terms of the GNU GPL v3 <http://gnu.org/licenses/gpl.html>.
This program is free software; you can modify or redistribute it in accordence
with the GNU GPL. However, it comes with ABSOLUTELY NO WARRANTY; not even the