]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/import/pull-tar.h
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / import / pull-tar.h
index 420845ae508e7f8f4e61b7b2d53ac18b09a9bd7d..9f004acdc660f51826d2ba4b901f1647df0fe9e8 100644 (file)
@@ -1,5 +1,4 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
+/* SPDX-License-Identifier: LGPL-2.1+ */
 #pragma once
 
 /***
@@ -22,8 +21,9 @@
 ***/
 
 #include "sd-event.h"
-#include "macro.h"
+
 #include "import-util.h"
+#include "macro.h"
 
 typedef struct TarPull TarPull;