satisfy shellcheck
[log-quiet] / sysd-prom-fail
index 0781ff4cb6d99eff36351d8968ff5c06c54ff4a1..d8a2c0a0d9f97c5976b6583d5c6cd04ba753f2f4 100755 (executable)
@@ -1,5 +1,12 @@
 #!/bin/bash
-# Copyright (C) 2022 Ian Kelling
+# I, Ian Kelling, follow the GNU license recommendations at
+# https://www.gnu.org/licenses/license-recommendations.en.html. They
+# recommend that small programs, < 300 lines, be licensed under the
+# Apache License 2.0. This file contains or is part of one or more small
+# programs. If a small program grows beyond 300 lines, I plan to switch
+# its license to GPL.
+
+# Copyright 2024 Ian Kelling
 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -14,6 +21,7 @@
 # limitations under the License.
 
 
+
 # requires 1.4.0 to run with multiple units due to bug before that:
 # https://github.com/prometheus/node_exporter/pull/2475