summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-01-27 13:38:40 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-01-28 09:55:35 +0100
commit30e31503bd49f69b80e59d32bdc795f50ad96f05 (patch)
treef857b18e054f08fb254c3604c8ee37e5def38d72
parent9ee03516df30e068c22a9d86beaf4875b320170e (diff)
downloadsystemd-30e31503bd49f69b80e59d32bdc795f50ad96f05.tar.gz
tree-wide: add spdx header on source files
version.h is tiny, but the other two certainly deserve a license header.
-rw-r--r--src/journal-remote/browse.html1
-rw-r--r--src/shared/openssl-util.c2
-rw-r--r--src/version/version.h.in4
3 files changed, 6 insertions, 1 deletions
diff --git a/src/journal-remote/browse.html b/src/journal-remote/browse.html
index 9a5ae803fc..4fe2cd84ea 100644
--- a/src/journal-remote/browse.html
+++ b/src/journal-remote/browse.html
@@ -1,4 +1,5 @@
<!DOCTYPE html>
+<!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
<html>
<head>
<title>Journal</title>
diff --git a/src/shared/openssl-util.c b/src/shared/openssl-util.c
index 895539f436..4ea72a8b2b 100644
--- a/src/shared/openssl-util.c
+++ b/src/shared/openssl-util.c
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
+
#include "openssl-util.h"
#include "alloc-util.h"
diff --git a/src/version/version.h.in b/src/version/version.h.in
index 7b0bf8e264..083779aab0 100644
--- a/src/version/version.h.in
+++ b/src/version/version.h.in
@@ -1,4 +1,6 @@
-/* Detailed project version that includes git commit when not built from a release.
+/* SPDX-License-Identifier: LGPL-2.1-or-later
+ *
+ * Detailed project version that includes git commit when not built from a release.
* Use this in preference to PROJECT_VERSION, with the following exceptions:
* - where a simplified form is expected for compatibility, for example
* 'udevadm version',