shared: device-nodes - add include guard

This commit is contained in:
Kay Sievers 2013-09-23 16:53:19 -05:00
parent fb8f3f9869
commit 036ae95ac4
3 changed files with 5 additions and 2 deletions

View file

@ -3,7 +3,7 @@
/***
This file is part of systemd.
Copyright 2012 Lennart Poettering
Copyright 2008-2011 Kay Sievers
systemd is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by

View file

@ -1,5 +1,7 @@
/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
#pragma once
/***
This file is part of systemd.

View file

@ -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 <http://www.gnu.org/licenses/>.
***/
/* 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.