]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/firmware/efi/dev-path-parser.c
efi: Replace GPL license boilerplate with SPDX headers
[linux.git] / drivers / firmware / efi / dev-path-parser.c
index 85d1834ee9b7231a5f6a29c7022a8767438f5b3f..85ec99f978412fc9c4d18fb3dc3c94c0164b1042 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * dev-path-parser.c - EFI Device Path parser
  * Copyright (C) 2016 Lukas Wunner <lukas@wunner.de>
@@ -5,14 +6,6 @@
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License (version 2) as
  * published by the Free Software Foundation.
- *
- * 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 <linux/acpi.h>