diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-06-14 12:57:09 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-06-14 13:05:41 +0200 |
commit | 50d1760d2690db8636d8800b5777b03334f6afba (patch) | |
tree | d9b63df52201fd158315e16e0c353ef7e045f8e2 /src/udev/udevadm-settle.c | |
parent | Fix SPDX license tags (diff) | |
download | systemd-50d1760d2690db8636d8800b5777b03334f6afba.tar.xz systemd-50d1760d2690db8636d8800b5777b03334f6afba.zip |
Drop more license boilerplate
$ git grep -e 'This program is free software' -l |grep -v LICENSE | \
xargs perl -i -0pe 's/ \* This program.*?for more details.\s*\*\n( \* You should have.*licenses.>.\n)?//gms'
For some reason they were missed previously. All those files seem to
have proper SDPX tags.
Diffstat (limited to 'src/udev/udevadm-settle.c')
-rw-r--r-- | src/udev/udevadm-settle.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/udev/udevadm-settle.c b/src/udev/udevadm-settle.c index 425a22cce7..884ceb7ba8 100644 --- a/src/udev/udevadm-settle.c +++ b/src/udev/udevadm-settle.c @@ -4,18 +4,6 @@ * Copyright © 2009 Canonical Ltd. * Copyright © 2009 Scott James Remnant <scott@netsplit.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <errno.h> |