summaryrefslogtreecommitdiff
path: root/src/basic/utf8.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-06-12 18:23:39 +0200
committerSven Eden <yamakuzure@gmx.net>2018-08-24 16:47:08 +0200
commit3af26cec424c7108d1065754f5583827b9f9c3c5 (patch)
tree76227117234249f6005b078b43be7e1f18445768 /src/basic/utf8.c
parentdd656b3679e4b5a7ec3534bf8786b022327e080d (diff)
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.
Diffstat (limited to 'src/basic/utf8.c')
-rw-r--r--src/basic/utf8.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/basic/utf8.c b/src/basic/utf8.c
index 3b8b7b12c..d18dbc352 100644
--- a/src/basic/utf8.c
+++ b/src/basic/utf8.c
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
Copyright 2008-2011 Kay Sievers
- Copyright 2012 Lennart Poettering
***/
/* Parts of this file are based on the GLIB utf8 validation functions. The