]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
udev: drop license boilerplate 17968/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 14 Dec 2020 13:06:18 +0000 (22:06 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 15 Dec 2020 17:31:44 +0000 (02:31 +0900)
src/udev/udev-ctrl.c

index 64051d0aa8eda1fe829ba57ed950f8a8cf398024..c65f8772ea42a8718317e643b371860282e039e2 100644 (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>