Add whitespaces to important comments

This allows build scripts to trim comments while leaving important comments inside the script.
This commit is contained in:
JeremyStar™ 2024-10-26 23:23:16 +02:00
parent 41109f2bf4
commit 09a4952082
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -1,28 +1,28 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# STAROPENSOURCE BASHUTILS SOURCE FILE # STAROPENSOURCE BASHUTILS SOURCE FILE
# Copyright (c) 2024 The StarOpenSource bashutils Authors # Copyright (c) 2024 The StarOpenSource bashutils Authors
# Licensed under the GNU Affero General Public License v3 # Licensed under the GNU Affero General Public License v3
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as # it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the # published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version. # License, or (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of # but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details. # GNU Affero General Public License for more details.
# #
# You should have received a copy of the GNU Affero General Public License # You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>. # along with this program. If not, see <https://www.gnu.org/licenses/>.
# #
# #
# The copyright only protects the code from this line on until # The copyright only protects the code from this line on until
# the "BASHUTILS CODE ENDS HERE" line. This notice is provided # the "BASHUTILS CODE ENDS HERE" line. This notice is provided
# in case the bashutils script is embedded into a script file. # in case the bashutils script is embedded into a script file.
# The copyright notice above this notice does not apply the code # The copyright notice above this notice does not apply the code
# above this notice or below the "BASHUTILS CODE ENDS HERE" line # above this notice or below the "BASHUTILS CODE ENDS HERE" line
# unless it licensed under the same license without modifications. # unless it licensed under the same license without modifications.
# Logging # Logging
@ -77,8 +77,8 @@ function is_command_defined() { [ "$(type -t "${1}")" == "" ] && return 0 || ret
set_undefined BASHUTILS_LOGLEVEL 3 set_undefined BASHUTILS_LOGLEVEL 3
################################ ################################
### BASHUTILS CODE ENDS HERE ### ### BASHUTILS CODE ENDS HERE ###
################################ ################################