From 30e31503bd49f69b80e59d32bdc795f50ad96f05 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 27 Jan 2021 13:38:40 +0100 Subject: [PATCH] tree-wide: add spdx header on source files version.h is tiny, but the other two certainly deserve a license header. --- src/journal-remote/browse.html | 1 + src/shared/openssl-util.c | 2 ++ src/version/version.h.in | 4 +++- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/journal-remote/browse.html b/src/journal-remote/browse.html index 9a5ae803fcd..4fe2cd84eaa 100644 --- a/src/journal-remote/browse.html +++ b/src/journal-remote/browse.html @@ -1,4 +1,5 @@ + Journal diff --git a/src/shared/openssl-util.c b/src/shared/openssl-util.c index 895539f4366..4ea72a8b2b0 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 7b0bf8e264a..083779aab0e 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', -- 2.47.3