]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/journal/audit-type.c
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / journal / audit-type.c
index 086bf7e7e3ecd52852e7e8ab3fd82ea19557be22..0af0364e951b9344ff9f36dfce8f4029b6628a05 100644 (file)
@@ -1,5 +1,4 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
+/* SPDX-License-Identifier: LGPL-2.1+ */
 /***
   This file is part of systemd.
 
@@ -21,7 +20,7 @@
 
 #include <stdio.h>
 #include <linux/audit.h>
-#ifdef HAVE_AUDIT
+#if HAVE_AUDIT
 #  include <libaudit.h>
 #endif