diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-09-23 18:04:19 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-09-23 18:04:19 +0300 |
commit | 8824a76ded9314d4f8218b5bc0f0463cf2d3bba6 (patch) | |
tree | aa899365a3443d134d16d7ecf8c9a8949b5e8a84 /scripts/addLicense.sh | |
parent | a591eeab543508e7224fec40a35cbb5a5631c22c (diff) | |
download | UEFI-Lessons-8824a76ded9314d4f8218b5bc0f0463cf2d3bba6.tar.gz UEFI-Lessons-8824a76ded9314d4f8218b5bc0f0463cf2d3bba6.tar.bz2 UEFI-Lessons-8824a76ded9314d4f8218b5bc0f0463cf2d3bba6.zip |
Update license script
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'scripts/addLicense.sh')
-rwxr-xr-x | scripts/addLicense.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/addLicense.sh b/scripts/addLicense.sh index 8fccf7f..e8a1cd3 100755 --- a/scripts/addLicense.sh +++ b/scripts/addLicense.sh @@ -1,12 +1,12 @@ ## -# Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com> +# Copyright (c) 2022, Konstantin Aladyshev <aladyshev22@gmail.com> # # SPDX-License-Identifier: MIT ## COPYRIGHT_C="\ /* - * Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com> + * Copyright (c) 2022, Konstantin Aladyshev <aladyshev22@gmail.com> * * SPDX-License-Identifier: MIT */ @@ -14,7 +14,7 @@ COPYRIGHT_C="\ COPYRIGHT_UNI="\ // -// Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com> +// Copyright (c) 2022, Konstantin Aladyshev <aladyshev22@gmail.com> // // SPDX-License-Identifier: MIT // @@ -22,7 +22,7 @@ COPYRIGHT_UNI="\ COPYRIGHT_META="\ ## -# Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com> +# Copyright (c) 2022, Konstantin Aladyshev <aladyshev22@gmail.com> # # SPDX-License-Identifier: MIT ## |