diff options
-rwxr-xr-x | scripts/addLicense.sh | 8 | ||||
-rwxr-xr-x | scripts/createNewApp.sh | 2 | ||||
-rwxr-xr-x | scripts/createNewDriver.sh | 2 | ||||
-rwxr-xr-x | scripts/createNewHIIEfivarstoreDriver.sh | 2 | ||||
-rwxr-xr-x | scripts/createNewHIIVarstoreDriver.sh | 2 |
5 files changed, 8 insertions, 8 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 ## diff --git a/scripts/createNewApp.sh b/scripts/createNewApp.sh index a411a70..e13d4ac 100755 --- a/scripts/createNewApp.sh +++ b/scripts/createNewApp.sh @@ -1,6 +1,6 @@ #!/bin/bash ## -# Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com> +# Copyright (c) 2024, Konstantin Aladyshev <aladyshev22@gmail.com> # # SPDX-License-Identifier: MIT ## diff --git a/scripts/createNewDriver.sh b/scripts/createNewDriver.sh index 1fa3c47..6103066 100755 --- a/scripts/createNewDriver.sh +++ b/scripts/createNewDriver.sh @@ -1,6 +1,6 @@ #!/bin/bash ## -# Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com> +# Copyright (c) 2024, Konstantin Aladyshev <aladyshev22@gmail.com> # # SPDX-License-Identifier: MIT ## diff --git a/scripts/createNewHIIEfivarstoreDriver.sh b/scripts/createNewHIIEfivarstoreDriver.sh index 65feeba..1aabe87 100755 --- a/scripts/createNewHIIEfivarstoreDriver.sh +++ b/scripts/createNewHIIEfivarstoreDriver.sh @@ -1,6 +1,6 @@ #!/bin/bash ## -# Copyright (c) 2022, Konstantin Aladyshev <aladyshev22@gmail.com> +# Copyright (c) 2024, Konstantin Aladyshev <aladyshev22@gmail.com> # # SPDX-License-Identifier: MIT ## diff --git a/scripts/createNewHIIVarstoreDriver.sh b/scripts/createNewHIIVarstoreDriver.sh index 3083fb5..5c983be 100755 --- a/scripts/createNewHIIVarstoreDriver.sh +++ b/scripts/createNewHIIVarstoreDriver.sh @@ -1,6 +1,6 @@ #!/bin/bash ## -# Copyright (c) 2022, Konstantin Aladyshev <aladyshev22@gmail.com> +# Copyright (c) 2024, Konstantin Aladyshev <aladyshev22@gmail.com> # # SPDX-License-Identifier: MIT ## |