From 62b52ff364bf2958a522f6c15ca5b6771d656def Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Thu, 9 May 2024 11:32:20 +0200 Subject: src: update license header --- src/utils/uefi.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/utils/uefi.py') diff --git a/src/utils/uefi.py b/src/utils/uefi.py index 10095a7..179df4d 100644 --- a/src/utils/uefi.py +++ b/src/utils/uefi.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2023 Soleta Networks +# Copyright (C) 2020-2024 Soleta Networks # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU Affero General Public License as published by the @@ -233,4 +233,4 @@ def restore_windows_efi_bootloader(disk, partition): raise OgError(f'Failed to copy {loader_dir} into {destination_dir}: {e}') from e finally: umount(mountpoint) - umount(esp_mountpoint) \ No newline at end of file + umount(esp_mountpoint) -- cgit v1.2.3-18-g5258