diff options
author | Suman Anna <s-anna@ti.com> | 2018-07-11 18:42:11 -0500 |
---|---|---|
committer | Jassi Brar <jaswinder.singh@linaro.org> | 2018-08-03 18:57:15 +0530 |
commit | 2ad5157650b446f14a719280ba3670303bc4f439 (patch) | |
tree | 7be52a5cb81b716d4e027e8c675e5e7e8711fdc3 /include/linux/omap-mailbox.h | |
parent | 3512a18cbd8d09e22a790540cb9624c3c49827ba (diff) | |
download | blackbird-op-linux-2ad5157650b446f14a719280ba3670303bc4f439.tar.gz blackbird-op-linux-2ad5157650b446f14a719280ba3670303bc4f439.zip |
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>
Diffstat (limited to 'include/linux/omap-mailbox.h')
-rw-r--r-- | include/linux/omap-mailbox.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/linux/omap-mailbox.h b/include/linux/omap-mailbox.h index c726bd833761..6dbcd2da0332 100644 --- a/include/linux/omap-mailbox.h +++ b/include/linux/omap-mailbox.h @@ -1,9 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * omap-mailbox: interprocessor communication module for OMAP - * - * 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. */ #ifndef OMAP_MAILBOX_H |