diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2024-02-06 16:03:59 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2024-02-06 16:03:59 +0300 |
commit | 1ec7447ed8f6cdcedb2a3c017573cc31f74d1a59 (patch) | |
tree | 30fc14b386939e3a59f01ec938df25e2a3dcacb8 /scripts/addLicense.sh | |
parent | 4d1dc04ef80a2a4d375cf81896251c657acf485b (diff) | |
download | UEFI-Lessons-1ec7447ed8f6cdcedb2a3c017573cc31f74d1a59.tar.gz UEFI-Lessons-1ec7447ed8f6cdcedb2a3c017573cc31f74d1a59.tar.bz2 UEFI-Lessons-1ec7447ed8f6cdcedb2a3c017573cc31f74d1a59.zip |
Update year to 2024 in template scripts
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 e8a1cd3..4edd895 100755 --- a/scripts/addLicense.sh +++ b/scripts/addLicense.sh @@ -1,12 +1,12 @@ ## -# Copyright (c) 2022, Konstantin Aladyshev <aladyshev22@gmail.com> +# Copyright (c) 2024, Konstantin Aladyshev <aladyshev22@gmail.com> # # SPDX-License-Identifier: MIT ## COPYRIGHT_C="\ /* - * Copyright (c) 2022, Konstantin Aladyshev <aladyshev22@gmail.com> + * Copyright (c) 2024, Konstantin Aladyshev <aladyshev22@gmail.com> * * SPDX-License-Identifier: MIT */ @@ -14,7 +14,7 @@ COPYRIGHT_C="\ COPYRIGHT_UNI="\ // -// Copyright (c) 2022, Konstantin Aladyshev <aladyshev22@gmail.com> +// Copyright (c) 2024, Konstantin Aladyshev <aladyshev22@gmail.com> // // SPDX-License-Identifier: MIT // @@ -22,7 +22,7 @@ COPYRIGHT_UNI="\ COPYRIGHT_META="\ ## -# Copyright (c) 2022, Konstantin Aladyshev <aladyshev22@gmail.com> +# Copyright (c) 2024, Konstantin Aladyshev <aladyshev22@gmail.com> # # SPDX-License-Identifier: MIT ## |