Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

crypto: atmel - switch to SPDX license identifiers

Adopt the SPDX license identifiers to ease license compliance
management.

Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Tudor Ambarus and committed by
Herbert Xu
820684cc e82867fd

+6 -47
+1 -4
drivers/crypto/atmel-aes.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Cryptographic API. 3 4 * ··· 6 5 * 7 6 * Copyright (c) 2012 Eukréa Electromatique - ATMEL 8 7 * Author: Nicolas Royer <nicolas@eukrea.com> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 as published 12 - * by the Free Software Foundation. 13 8 * 14 9 * Some ideas are from omap-aes.c driver. 15 10 */
+1 -12
drivers/crypto/atmel-authenc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * API for Atmel Secure Protocol Layers Improved Performances (SPLIP) 3 4 * 4 5 * Copyright (C) 2016 Atmel Corporation 5 6 * 6 7 * Author: Cyrille Pitchen <cyrille.pitchen@atmel.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License version 2 as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 15 - * more details. 16 - * 17 - * You should have received a copy of the GNU General Public License along with 18 - * this program. If not, see <http://www.gnu.org/licenses/>. 19 8 * 20 9 * This driver is based on drivers/mtd/spi-nor/fsl-quadspi.c from Freescale. 21 10 */
+1 -10
drivers/crypto/atmel-ecc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Microchip / Atmel ECC (I2C) driver. 3 4 * 4 5 * Copyright (c) 2017, Microchip Technology Inc. 5 6 * Author: Tudor Ambarus <tudor.ambarus@microchip.com> 6 - * 7 - * This software is licensed under the terms of the GNU General Public 8 - * License version 2, as published by the Free Software Foundation, and 9 - * may be copied, distributed, and modified under those terms. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 7 */ 17 8 18 9 #include <linux/bitrev.h>
+1 -13
drivers/crypto/atmel-ecc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (c) 2017, Microchip Technology Inc. 3 4 * Author: Tudor Ambarus <tudor.ambarus@microchip.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program. If not, see <http://www.gnu.org/licenses/>. 16 - * 17 5 */ 18 6 19 7 #ifndef __ATMEL_ECC_H__
+1 -4
drivers/crypto/atmel-sha.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Cryptographic API. 3 4 * ··· 6 5 * 7 6 * Copyright (c) 2012 Eukréa Electromatique - ATMEL 8 7 * Author: Nicolas Royer <nicolas@eukrea.com> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 as published 12 - * by the Free Software Foundation. 13 8 * 14 9 * Some ideas are from omap-sham.c drivers. 15 10 */
+1 -4
drivers/crypto/atmel-tdes.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Cryptographic API. 3 4 * ··· 6 5 * 7 6 * Copyright (c) 2012 Eukréa Electromatique - ATMEL 8 7 * Author: Nicolas Royer <nicolas@eukrea.com> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 as published 12 - * by the Free Software Foundation. 13 8 * 14 9 * Some ideas are from omap-aes.c drivers. 15 10 */