From 036ae95ac4a425475b58e1a8e53d5c52b2c8a218 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Mon, 23 Sep 2013 16:53:19 -0500 Subject: shared: device-nodes - add include guard --- src/shared/utf8.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/shared/utf8.c') diff --git a/src/shared/utf8.c b/src/shared/utf8.c index c3d97cc783..a8e28accd3 100644 --- a/src/shared/utf8.c +++ b/src/shared/utf8.c @@ -3,6 +3,7 @@ /*** This file is part of systemd. + Copyright 2008-2011 Kay Sievers Copyright 2012 Lennart Poettering systemd is free software; you can redistribute it and/or modify it @@ -19,7 +20,7 @@ along with systemd; If not, see . ***/ -/* This file is based on the GLIB utf8 validation functions. The +/* Parts of this file are based on the GLIB utf8 validation functions. The * original license text follows. */ /* gutf8.c - Operations on UTF-8 strings. -- cgit v1.2.3-54-g00ecf