]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/chattr-util.h
tree-wide: remove Lennart's copyright lines
[thirdparty/systemd.git] / src / basic / chattr-util.h
index f7e157b4f143e55d718c5cc69bf57a33c30da379..0c0816344a2eca521e383e659447640845a9fa73 100644 (file)
@@ -1,10 +1,6 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 #pragma once
 
-/***
-  Copyright 2010 Lennart Poettering
-***/
-
 int chattr_fd(int fd, unsigned value, unsigned mask);
 int chattr_path(const char *p, unsigned value, unsigned mask);