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/time-wait-sync | |
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/time-wait-sync')
-rw-r--r-- | src/time-wait-sync/time-wait-sync.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/time-wait-sync/time-wait-sync.c b/src/time-wait-sync/time-wait-sync.c index e1dd2db933..d268fb0c5a 100644 --- a/src/time-wait-sync/time-wait-sync.c +++ b/src/time-wait-sync/time-wait-sync.c @@ -3,16 +3,6 @@ * * Copyright © 2018 Peter A. Bigot * - * 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, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |