summaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-06-14 12:50:49 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-06-14 13:05:41 +0200
commit58f21e63b4816ed15dac31e4b3fc444a08fac70b (patch)
treed9603845eff4b9c22d3cbbb2018539ae17e92de3 /src/shared
parent0cd41d4dff5f0f7fd651a2c8ad86d1932313e666 (diff)
downloadsystemd-58f21e63b4816ed15dac31e4b3fc444a08fac70b.tar.gz
Fix SPDX license tags
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/bootspec.c2
-rw-r--r--src/shared/bootspec.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/bootspec.c b/src/shared/bootspec.c
index db8c047117..47a7dbafbd 100644
--- a/src/shared/bootspec.c
+++ b/src/shared/bootspec.c
@@ -1,4 +1,4 @@
-
+/* SPDX-License-Identifier: LGPL-2.1+ */
#include <stdio.h>
#include <linux/magic.h>
diff --git a/src/shared/bootspec.h b/src/shared/bootspec.h
index 63083dc0d8..f47c073a46 100644
--- a/src/shared/bootspec.h
+++ b/src/shared/bootspec.h
@@ -1,4 +1,4 @@
-
+/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once