Commit 820684cc authored by Tudor Ambarus's avatar Tudor Ambarus Committed by Herbert Xu

crypto: atmel - switch to SPDX license identifiers

Adopt the SPDX license identifiers to ease license compliance
management.
Signed-off-by: default avatarTudor Ambarus <tudor.ambarus@microchip.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent e82867fd
// SPDX-License-Identifier: GPL-2.0
/* /*
* Cryptographic API. * Cryptographic API.
* *
...@@ -6,10 +7,6 @@ ...@@ -6,10 +7,6 @@
* Copyright (c) 2012 Eukréa Electromatique - ATMEL * Copyright (c) 2012 Eukréa Electromatique - ATMEL
* Author: Nicolas Royer <nicolas@eukrea.com> * Author: Nicolas Royer <nicolas@eukrea.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.
*
* Some ideas are from omap-aes.c driver. * Some ideas are from omap-aes.c driver.
*/ */
......
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* API for Atmel Secure Protocol Layers Improved Performances (SPLIP) * API for Atmel Secure Protocol Layers Improved Performances (SPLIP)
* *
...@@ -5,18 +6,6 @@ ...@@ -5,18 +6,6 @@
* *
* Author: Cyrille Pitchen <cyrille.pitchen@atmel.com> * Author: Cyrille Pitchen <cyrille.pitchen@atmel.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.
*
* 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/>.
*
* This driver is based on drivers/mtd/spi-nor/fsl-quadspi.c from Freescale. * This driver is based on drivers/mtd/spi-nor/fsl-quadspi.c from Freescale.
*/ */
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* Microchip / Atmel ECC (I2C) driver. * Microchip / Atmel ECC (I2C) driver.
* *
* Copyright (c) 2017, Microchip Technology Inc. * Copyright (c) 2017, Microchip Technology Inc.
* Author: Tudor Ambarus <tudor.ambarus@microchip.com> * Author: Tudor Ambarus <tudor.ambarus@microchip.com>
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
*
* 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/bitrev.h> #include <linux/bitrev.h>
......
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright (c) 2017, Microchip Technology Inc. * Copyright (c) 2017, Microchip Technology Inc.
* Author: Tudor Ambarus <tudor.ambarus@microchip.com> * Author: Tudor Ambarus <tudor.ambarus@microchip.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.
*
* 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/>.
*
*/ */
#ifndef __ATMEL_ECC_H__ #ifndef __ATMEL_ECC_H__
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* Cryptographic API. * Cryptographic API.
* *
...@@ -6,10 +7,6 @@ ...@@ -6,10 +7,6 @@
* Copyright (c) 2012 Eukréa Electromatique - ATMEL * Copyright (c) 2012 Eukréa Electromatique - ATMEL
* Author: Nicolas Royer <nicolas@eukrea.com> * Author: Nicolas Royer <nicolas@eukrea.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.
*
* Some ideas are from omap-sham.c drivers. * Some ideas are from omap-sham.c drivers.
*/ */
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* Cryptographic API. * Cryptographic API.
* *
...@@ -6,10 +7,6 @@ ...@@ -6,10 +7,6 @@
* Copyright (c) 2012 Eukréa Electromatique - ATMEL * Copyright (c) 2012 Eukréa Electromatique - ATMEL
* Author: Nicolas Royer <nicolas@eukrea.com> * Author: Nicolas Royer <nicolas@eukrea.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.
*
* Some ideas are from omap-aes.c drivers. * Some ideas are from omap-aes.c drivers.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment