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

Commit 2c7e4928 authored by Federico Vaga's avatar Federico Vaga Committed by Wolfram Sang
Browse files

i2c: ocores: add SPDX tag



It adds the SPDX tag and it removes the old text about the GPLv2.

Signed-off-by: default avatarFederico Vaga <federico.vaga@cern.ch>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent 69c8c0c0
Loading
Loading
Loading
Loading
+1 −4
Original line number Original line Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0
/*
/*
 * i2c-ocores.c: I2C bus driver for OpenCores I2C controller
 * i2c-ocores.c: I2C bus driver for OpenCores I2C controller
 * (https://opencores.org/project/i2c/overview)
 * (https://opencores.org/project/i2c/overview)
@@ -6,10 +7,6 @@
 *
 *
 * Support for the GRLIB port of the controller by
 * Support for the GRLIB port of the controller by
 * Andreas Larsson <andreas@gaisler.com>
 * Andreas Larsson <andreas@gaisler.com>
 *
 * This file is licensed under the terms of the GNU General Public License
 * version 2.  This program is licensed "as is" without any warranty of any
 * kind, whether express or implied.
 */
 */


#include <linux/clk.h>
#include <linux/clk.h>
+1 −4
Original line number Original line Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0 */
/*
/*
 * i2c-ocores.h - definitions for the i2c-ocores interface
 * i2c-ocores.h - definitions for the i2c-ocores interface
 *
 *
 * Peter Korsgaard <peter@korsgaard.com>
 * Peter Korsgaard <peter@korsgaard.com>
 *
 * This file is licensed under the terms of the GNU General Public License
 * version 2.  This program is licensed "as is" without any warranty of any
 * kind, whether express or implied.
 */
 */


#ifndef _LINUX_I2C_OCORES_H
#ifndef _LINUX_I2C_OCORES_H