]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
crypto: zynqmp-sha: Switch to SPDX license header
authorMichal Simek <michal.simek@xilinx.com>
Tue, 26 Feb 2019 07:28:36 +0000 (08:28 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 28 Feb 2019 13:54:20 +0000 (14:54 +0100)
Use SPDX license header.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/crypto/zynqmp-sha.c

index 42fa86fff5c48f93ed9a80a751a494b71d25f37e..3a15fedbad98efab3452be7b7ce7d84150feaf3c 100644 (file)
@@ -1,16 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2017 Xilinx, Inc.
- *
- * 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.
  */
+
 #include <asm/cacheflush.h>
 #include <linux/kernel.h>
 #include <linux/module.h>