Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 600bac00 authored by Hook, Gary's avatar Hook, Gary Committed by Herbert Xu
Browse files

crypto: ccp - Switch to SPDX license identifiers



Add an SPDX identifier and remove any specific statements.

Signed-off-by: default avatarGary R Hook <gary.hook@amd.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 52393d61
Loading
Loading
Loading
Loading
+1 −4
Original line number Original line Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0
/*
/*
 * AMD Cryptographic Coprocessor (CCP) AES CMAC crypto API support
 * AMD Cryptographic Coprocessor (CCP) AES CMAC crypto API support
 *
 *
 * Copyright (C) 2013,2018 Advanced Micro Devices, Inc.
 * Copyright (C) 2013,2018 Advanced Micro Devices, Inc.
 *
 *
 * Author: Tom Lendacky <thomas.lendacky@amd.com>
 * Author: Tom Lendacky <thomas.lendacky@amd.com>
 *
 * 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.
 */
 */


#include <linux/module.h>
#include <linux/module.h>
+1 −4
Original line number Original line Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0
/*
/*
 * AMD Cryptographic Coprocessor (CCP) AES GCM crypto API support
 * AMD Cryptographic Coprocessor (CCP) AES GCM crypto API support
 *
 *
 * Copyright (C) 2016,2017 Advanced Micro Devices, Inc.
 * Copyright (C) 2016,2017 Advanced Micro Devices, Inc.
 *
 *
 * Author: Gary R Hook <gary.hook@amd.com>
 * Author: Gary R Hook <gary.hook@amd.com>
 *
 * 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.
 */
 */


#include <linux/module.h>
#include <linux/module.h>
+1 −4
Original line number Original line Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0
/*
/*
 * AMD Cryptographic Coprocessor (CCP) AES XTS crypto API support
 * AMD Cryptographic Coprocessor (CCP) AES XTS crypto API support
 *
 *
@@ -5,10 +6,6 @@
 *
 *
 * Author: Gary R Hook <gary.hook@amd.com>
 * Author: Gary R Hook <gary.hook@amd.com>
 * Author: Tom Lendacky <thomas.lendacky@amd.com>
 * Author: Tom Lendacky <thomas.lendacky@amd.com>
 *
 * 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.
 */
 */


#include <linux/module.h>
#include <linux/module.h>
+0 −4
Original line number Original line Diff line number Diff line
@@ -5,10 +5,6 @@
 * Copyright (C) 2013-2019 Advanced Micro Devices, Inc.
 * Copyright (C) 2013-2019 Advanced Micro Devices, Inc.
 *
 *
 * Author: Tom Lendacky <thomas.lendacky@amd.com>
 * Author: Tom Lendacky <thomas.lendacky@amd.com>
 *
 * 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.
 */
 */


#include <linux/module.h>
#include <linux/module.h>
+1 −4
Original line number Original line Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0
/*
/*
 * AMD Cryptographic Coprocessor (CCP) DES3 crypto API support
 * AMD Cryptographic Coprocessor (CCP) DES3 crypto API support
 *
 *
 * Copyright (C) 2016,2017 Advanced Micro Devices, Inc.
 * Copyright (C) 2016,2017 Advanced Micro Devices, Inc.
 *
 *
 * Author: Gary R Hook <ghook@amd.com>
 * Author: Gary R Hook <ghook@amd.com>
 *
 * 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.
 */
 */


#include <linux/module.h>
#include <linux/module.h>
Loading