summaryrefslogtreecommitdiff
path: root/src/boot/efi/shim.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-06-14 12:57:09 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-06-14 13:05:41 +0200
commit50d1760d2690db8636d8800b5777b03334f6afba (patch)
treed9b63df52201fd158315e16e0c353ef7e045f8e2 /src/boot/efi/shim.c
parent58f21e63b4816ed15dac31e4b3fc444a08fac70b (diff)
downloadsystemd-50d1760d2690db8636d8800b5777b03334f6afba.tar.gz
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/boot/efi/shim.c')
-rw-r--r--src/boot/efi/shim.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/boot/efi/shim.c b/src/boot/efi/shim.c
index d272b6ccd9..73ff861cb6 100644
--- a/src/boot/efi/shim.c
+++ b/src/boot/efi/shim.c
@@ -1,15 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/*
- * This program 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.
- *
- * 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
- * Lesser General Public License for more details.
- *
* Port to systemd-boot
* Copyright © 2017 Max Resch <resch.max@gmail.com>
*