]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/chown-recursive.h
tree-wide: remove Lennart's copyright lines
[thirdparty/systemd.git] / src / core / chown-recursive.h
index 6b2b6eefb886f8f88d301c78c5c8533dcc1ad009..f3fa40a6563de1a4cc2548d073428ee59084ea39 100644 (file)
@@ -1,12 +1,6 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 #pragma once
 
-/***
-  This file is part of systemd.
-
-  Copyright 2017 Lennart Poettering
-***/
-
 #include <sys/types.h>
 
 int path_chown_recursive(const char *path, uid_t uid, gid_t gid);