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

mailbox/omap: switch to SPDX license identifier

Use the appropriate SPDX license identifier in the OMAP Mailbox
driver source files and drop the previous boilerplate license text.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>

authored by

Suman Anna and committed by
Jassi Brar
2ad51576 3512a18c

+2 -13
+1 -9
drivers/mailbox/omap-mailbox.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * OMAP mailbox driver 3 4 * ··· 7 6 * 8 7 * Contact: Hiroshi DOYU <Hiroshi.DOYU@nokia.com> 9 8 * Suman Anna <s-anna@ti.com> 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License 13 - * version 2 as published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 9 */ 20 10 21 11 #include <linux/interrupt.h>
+1 -4
include/linux/omap-mailbox.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * omap-mailbox: interprocessor communication module for OMAP 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 7 4 */ 8 5 9 6 #ifndef OMAP_MAILBOX_H