]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/nspawn/nspawn-patch-uid.h
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / nspawn / nspawn-patch-uid.h
index ff6a7b76479709e2b430902fd6f6e6dc9ac0e7b7..fc1d22beb3493c32f1f6e267b693cc2f7a231549 100644 (file)
@@ -1,5 +1,4 @@
-#pragma once
-
+/* SPDX-License-Identifier: LGPL-2.1+ */
 /***
   This file is part of systemd.
 
@@ -19,6 +18,8 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#pragma once
+
 #include <sys/types.h>
 
 int fd_patch_uid(int fd, uid_t shift, uid_t range);