udev: drop license boilerplate

This commit is contained in:
Yu Watanabe 2020-12-14 22:06:18 +09:00
parent 90ac73eb1b
commit ebd04379cd
1 changed files with 1 additions and 9 deletions

View File

@ -1,12 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later
*
* libudev - interface to udev device information
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*/
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#include <errno.h>
#include <poll.h>