diff options
Diffstat (limited to 'archive')
| -rwxr-xr-x | archive/release.sh | 7 | ||||
| -rwxr-xr-x | archive/update-dots.sh | 6 | ||||
| -rwxr-xr-x | archive/upgrade.sh | 7 |
3 files changed, 18 insertions, 2 deletions
diff --git a/archive/release.sh b/archive/release.sh index 78df3444..8262708c 100755 --- a/archive/release.sh +++ b/archive/release.sh @@ -1,5 +1,10 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # +# ================================================== +# KoolDots (2026) +# Project URL: https://github.com/LinuxBeginnings +# License: GNU GPLv3 +# SPDX-License-Identifier: GPL-3.0-or-later +# ================================================== # For downloading dots from releases # Set some colors for output messages diff --git a/archive/update-dots.sh b/archive/update-dots.sh index 84bd7611..4ac97bec 100755 --- a/archive/update-dots.sh +++ b/archive/update-dots.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash +# ================================================== +# KoolDots (2026) +# Project URL: https://github.com/LinuxBeginnings +# License: GNU GPLv3 +# SPDX-License-Identifier: GPL-3.0-or-later +# ================================================== set -euo pipefail IFS=$'\n\t' diff --git a/archive/upgrade.sh b/archive/upgrade.sh index 63375762..f8442ded 100755 --- a/archive/upgrade.sh +++ b/archive/upgrade.sh @@ -1,5 +1,10 @@ #!/usr/bin/env bash -# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # +# ================================================== +# KoolDots (2026) +# Project URL: https://github.com/LinuxBeginnings +# License: GNU GPLv3 +# SPDX-License-Identifier: GPL-3.0-or-later +# ================================================== # for Semi-Manual upgrading your system. # NOTE: requires rsync |
