]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: add spdx header on source files
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 27 Jan 2021 12:38:40 +0000 (13:38 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 28 Jan 2021 08:55:35 +0000 (09:55 +0100)
version.h is tiny, but the other two certainly deserve a license header.

src/journal-remote/browse.html
src/shared/openssl-util.c
src/version/version.h.in

index 9a5ae803fcd8983fcf6bfccef3cf2374b455c2f3..4fe2cd84eaa85dd228e613c5f0a3551cba3b0b38 100644 (file)
@@ -1,4 +1,5 @@
 <!DOCTYPE html>
+<!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
 <html>
 <head>
         <title>Journal</title>
index 895539f4366873a5e50f546c3c11c27ae41a98a7..4ea72a8b2b0e441e6712bbedc784c0a072a71c6d 100644 (file)
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
+
 #include "openssl-util.h"
 #include "alloc-util.h"
 
index 7b0bf8e264a75a92e4ceb3ab5963fd171152162f..083779aab0ec560b29262809f698b617fbfa1f35 100644 (file)
@@ -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',