diff options
Diffstat (limited to 'scripts/createNewApp.sh')
-rwxr-xr-x | scripts/createNewApp.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/createNewApp.sh b/scripts/createNewApp.sh index 9fde27f..a411a70 100755 --- a/scripts/createNewApp.sh +++ b/scripts/createNewApp.sh @@ -1,4 +1,9 @@ #!/bin/bash +## +# Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com> +# +# SPDX-License-Identifier: MIT +## # This is a simple script that creates a basic structure for your new UEFI application # Put this script in your edk2 folder and run it with 1 argument - your new application name |