]> git.proxmox.com Git - efi-boot-shim.git/blob - version.c.in
Update copyright file
[efi-boot-shim.git] / version.c.in
1 // SPDX-License-Identifier: BSD-2-Clause-Patent
2
3 #include "version.h"
4
5 CHAR8 shim_version[] __attribute__((section (".data.ident"))) =
6 "UEFI SHIM\n"
7 "$Version: @@VERSION@@ $\n"
8 "$BuildMachine: @@UNAME@@ $\n"
9 "$Commit: @@COMMIT@@ $\n";