From 43a54284ee4bdda6d9ffdb6348d7c2d79c9d09f1 Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Sat, 30 Oct 2021 00:44:34 +0300 Subject: Add license header to source files Signed-off-by: Konstantin Aladyshev --- scripts/createNewDriver.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts/createNewDriver.sh') diff --git a/scripts/createNewDriver.sh b/scripts/createNewDriver.sh index 5c05916..1fa3c47 100644 --- a/scripts/createNewDriver.sh +++ b/scripts/createNewDriver.sh @@ -1,4 +1,9 @@ #!/bin/bash +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## # This is a simple script that creates a basic structure for your new UEFI driver # Put this script in your edk2 folder and run it with 1 argument - your new driver name -- cgit v1.2.3-18-g5258