diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2024-05-09 11:32:20 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2024-11-28 16:45:56 +0100 |
commit | 62b52ff364bf2958a522f6c15ca5b6771d656def (patch) | |
tree | d7e6551dcd77e39049719c3c8689e066ab44db74 /src/utils/uefi.py | |
parent | e4be5c34eb71da9a705bc62fdfcfe6d763022747 (diff) |
src: update license header
Diffstat (limited to 'src/utils/uefi.py')
-rw-r--r-- | src/utils/uefi.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 <info@soleta.eu> +# Copyright (C) 2020-2024 Soleta Networks <info@soleta.eu> # # 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) |