From: Zbigniew Jędrzejewski-Szmek Date: Wed, 27 Jan 2021 12:38:40 +0000 (+0100) Subject: tree-wide: add spdx header on source files X-Git-Tag: v248-rc1~242^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=30e31503bd49f69b80e59d32bdc795f50ad96f05;p=thirdparty%2Fsystemd.git tree-wide: add spdx header on source files version.h is tiny, but the other two certainly deserve a license header. --- 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',