]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
add CITATION.cff file
authorLennart Poettering <lennart@poettering.net>
Thu, 5 Jun 2025 12:35:26 +0000 (14:35 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 5 Jun 2025 12:39:20 +0000 (14:39 +0200)
As per spec: https://citation-file-format.github.io/

Fixes: #35260
CITATION.cff [new file with mode: 0644]

diff --git a/CITATION.cff b/CITATION.cff
new file mode 100644 (file)
index 0000000..91cedc2
--- /dev/null
@@ -0,0 +1,15 @@
+cff-version: 1.2.0
+title: systemd
+type: software
+repository-code: 'https://github.com/systemd/systemd'
+url: 'https://systemd.io/'
+abstract: >-
+  systemd is a suite of basic building blocks for a Linux
+  system. It provides a system and service manager that runs
+  as PID 1 and starts the rest of the system.
+keywords:
+  - Linux
+  - PID 1
+  - Service Manager
+  - Boot
+license: LGPL-2.1-or-later