From eb7f2f8030fd3cb0ffc21292006d5bd7fe4c23f1 Mon Sep 17 00:00:00 2001 From: Ville Rantanen Date: Wed, 1 Jun 2022 11:16:19 +0300 Subject: [PATCH] added license in the script itself --- bake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bake b/bake index 947f102..9a9da11 100755 --- a/bake +++ b/bake @@ -1,11 +1,12 @@ #!/bin/bash -## VERSION 22.5.27 +## VERSION 22.6.1 ## BASH-MAKE ========================================================== ## Utility to mimick some of GNU Make behavior, but run in a single ## bash shell. This executable can be used as the Bakefile, too, ## by adding the functions under this text, and setting ## STANDALONE=true ## +## LICENSE: The Unlicense, https://github.com/moonq/bake/blob/main/LICENSE # Target functions MUST be of format: "name() { # Menu description" set -e # In standalone mode, this script also contains targets