aboutsummaryrefslogtreecommitdiffstats
path: root/tools/wmi/dell-smbios-example.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/wmi/dell-smbios-example.c')
-rw-r--r--tools/wmi/dell-smbios-example.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/wmi/dell-smbios-example.c b/tools/wmi/dell-smbios-example.c
index 9d3bde081249..1f3e7ab14b68 100644
--- a/tools/wmi/dell-smbios-example.c
+++ b/tools/wmi/dell-smbios-example.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * Sample application for SMBIOS communication over WMI interface 3 * Sample application for SMBIOS communication over WMI interface
3 * Performs the following: 4 * Performs the following:
@@ -6,10 +7,6 @@
6 * - Simple activation of a token 7 * - Simple activation of a token
7 * 8 *
8 * Copyright (C) 2017 Dell, Inc. 9 * Copyright (C) 2017 Dell, Inc.
9 *
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License version 2 as
12 * published by the Free Software Foundation.
13 */ 10 */
14 11
15#include <errno.h> 12#include <errno.h>