summaryrefslogtreecommitdiff
path: root/crypto/zstd.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2019-06-22 11:16:25 +0200
committerThomas Gleixner <tglx@linutronix.de>2019-06-22 11:16:25 +0200
commitdbe02bf7c56e55a5d9ef542dc3cf4cfc12f3017c (patch)
tree9d316a6f7ed462d132786f074da835b8ff1f7196 /crypto/zstd.c
parent8dab4355510edce56ef3bb8e0f209b9d8dfe17b8 (diff)
parenta84aadf66a5970b4ada37b58f16c50dd797f2935 (diff)
downloadlinux-crypto-dbe02bf7c56e55a5d9ef542dc3cf4cfc12f3017c.tar.gz
linux-crypto-dbe02bf7c56e55a5d9ef542dc3cf4cfc12f3017c.zip
Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into efi/urgent
Pull another handful of EFI fixes for v5.2 from Arnd: - Fix a potential crash after kexec on arm64 with GICv3 - Fix a build warning on x86 - Stop policing the BGRT feature flags - Use a non-blocking version of SetVariable() in the boot control driver
Diffstat (limited to 'crypto/zstd.c')
-rw-r--r--crypto/zstd.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/crypto/zstd.c b/crypto/zstd.c
index 2c04055e..f1e4c70c 100644
--- a/crypto/zstd.c
+++ b/crypto/zstd.c
@@ -1,16 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
/*
* Cryptographic API.
*
* Copyright (c) 2017-present, Facebook, Inc.
- *
- * 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.
*/
#include <linux/crypto.h>
#include <linux/init.h>