From 3af26cec424c7108d1065754f5583827b9f9c3c5 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 12 Jun 2018 18:23:39 +0200 Subject: tree-wide: remove Lennart's copyright lines These lines are generally out-of-date, incomplete and unnecessary. With SPDX and git repository much more accurate and fine grained information about licensing and authorship is available, hence let's drop the per-file copyright notice. Of course, removing copyright lines of others is problematic, hence this commit only removes my own lines and leaves all others untouched. It might be nicer if sooner or later those could go away too, making git the only and accurate source of authorship information. --- src/basic/string-util.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/basic/string-util.c') diff --git a/src/basic/string-util.c b/src/basic/string-util.c index ed7714801..7abbfe0c4 100644 --- a/src/basic/string-util.c +++ b/src/basic/string-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include #include -- cgit v1.2.3