]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/mount-setup.h
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / core / mount-setup.h
index 4b521ad0e13453b6e6941fc5377bdc2af5bfd178..2c96e64e5205f123d3acd003766c5e1da60d5c97 100644 (file)
@@ -1,5 +1,4 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
+/* SPDX-License-Identifier: LGPL-2.1+ */
 #pragma once
 
 /***
@@ -24,7 +23,6 @@
 #include <stdbool.h>
 
 int mount_setup_early(void);
-
 int mount_setup(bool loaded_policy);
 
 int mount_cgroup_controllers(char ***join_controllers);