satisfy shellcheck
[log-quiet] / README
1 # I, Ian Kelling, follow the GNU license recommendations at
2 # https://www.gnu.org/licenses/license-recommendations.en.html. They
3 # recommend that small programs, < 300 lines, be licensed under the
4 # Apache License 2.0. This file contains or is part of one or more small
5 # programs. If a small program grows beyond 300 lines, I plan to switch
6 # its license to GPL.
7
8 # Copyright 2024 Ian Kelling
9
10 # Licensed under the Apache License, Version 2.0 (the "License");
11 # you may not use this file except in compliance with the License.
12 # You may obtain a copy of the License at
13
14 # http://www.apache.org/licenses/LICENSE-2.0
15
16 # Unless required by applicable law or agreed to in writing, software
17 # distributed under the License is distributed on an "AS IS" BASIS,
18 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19 # See the License for the specific language governing permissions and
20 # limitations under the License.
21
22 Log output, conditionally email or print it
23
24 The main documentation is availiable via --help and near the top of the
25 bash script files which sit next to this file.
26
27 Please email me if you have a patches, bugs, feedback, or republish this
28 somewhere else: Ian Kelling <ian@iankelling.org>.
29
30 All files in this repo are licensed under the Apache License, Version
31 2.0, as specified at the start of the file.