summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-12-14 22:06:18 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-12-16 02:31:44 +0900
commitebd04379cda763bf1608e927be79ff86ea30e6d1 (patch)
tree8c7795a3bddb1a99f56bbc7409cb324392de6d80
parent90ac73eb1bae1a317b4270b86230f99c3abb4298 (diff)
downloadsystemd-ebd04379cda763bf1608e927be79ff86ea30e6d1.tar.gz
udev: drop license boilerplate
-rw-r--r--src/udev/udev-ctrl.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/udev/udev-ctrl.c b/src/udev/udev-ctrl.c
index 64051d0aa8..c65f8772ea 100644
--- a/src/udev/udev-ctrl.c
+++ b/src/udev/udev-ctrl.c
@@ -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>