]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/path/path.c
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / path / path.c
index 73b7bd2c01c485c2779879bde648ccc918fed4ea..0f029c4ae63dcb4598dd42fa585a187f3bac7b3a 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.
 
 
 #include "sd-path.h"
 
+#include "alloc-util.h"
 #include "log.h"
 #include "macro.h"
+#include "string-util.h"
 #include "util.h"
 
 static const char *arg_suffix = NULL;