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

firmware: ti_sci: Switch to SPDX Licensing

Switch to SPDX licensing and drop the GPL text which comes redundant.

Acked-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>

authored by

Lokesh Vutla and committed by
Santosh Shilimkar
1e0a6014 bc3acbb8

+3 -47
+1 -9
drivers/firmware/ti_sci.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Texas Instruments System Control Interface Protocol Driver 3 4 * 4 5 * Copyright (C) 2015-2016 Texas Instruments Incorporated - http://www.ti.com/ 5 6 * Nishanth Menon 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 10 - * 11 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 12 - * kind, whether express or implied; without even the implied warranty 13 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 */ 16 8 17 9 #define pr_fmt(fmt) "%s: " fmt, __func__
+1 -29
drivers/firmware/ti_sci.h
··· 1 + // SPDX-License-Identifier: BSD-3-Clause 1 2 /* 2 3 * Texas Instruments System Control Interface (TISCI) Protocol 3 4 * ··· 7 6 * See: http://processors.wiki.ti.com/index.php/TISCI for details 8 7 * 9 8 * Copyright (C) 2015-2016 Texas Instruments Incorporated - http://www.ti.com/ 10 - * 11 - * Redistribution and use in source and binary forms, with or without 12 - * modification, are permitted provided that the following conditions 13 - * are met: 14 - * 15 - * Redistributions of source code must retain the above copyright 16 - * notice, this list of conditions and the following disclaimer. 17 - * 18 - * Redistributions in binary form must reproduce the above copyright 19 - * notice, this list of conditions and the following disclaimer in the 20 - * documentation and/or other materials provided with the 21 - * distribution. 22 - * 23 - * Neither the name of Texas Instruments Incorporated nor the names of 24 - * its contributors may be used to endorse or promote products derived 25 - * from this software without specific prior written permission. 26 - * 27 - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 28 - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 29 - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 30 - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 31 - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 32 - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 33 - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 34 - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 35 - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 36 - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 37 - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 38 - * 39 9 */ 40 10 41 11 #ifndef __TI_SCI_H
+1 -9
include/linux/soc/ti/ti_sci_protocol.h
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Texas Instruments System Control Interface Protocol 3 4 * 4 5 * Copyright (C) 2015-2016 Texas Instruments Incorporated - http://www.ti.com/ 5 6 * Nishanth Menon 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 10 - * 11 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 12 - * kind, whether express or implied; without even the implied warranty 13 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 */ 16 8 17 9 #ifndef __TISCI_PROTOCOL_H