Skip to content

Commit ebd0437

Browse files
committed
udev: drop license boilerplate
1 parent 90ac73e commit ebd0437

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/udev/udev-ctrl.c

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
/* SPDX-License-Identifier: LGPL-2.1-or-later
2-
*
3-
* libudev - interface to udev device information
4-
*
5-
* This library is free software; you can redistribute it and/or
6-
* modify it under the terms of the GNU Lesser General Public
7-
* License as published by the Free Software Foundation; either
8-
* version 2.1 of the License, or (at your option) any later version.
9-
*/
1+
/* SPDX-License-Identifier: LGPL-2.1-or-later */
102

113
#include <errno.h>
124
#include <poll.h>

0 commit comments

Comments
 (0)