Skip to content

Commit

Permalink
mailbox/omap: switch to SPDX license identifier
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Jassi Brar <[email protected]>
  • Loading branch information
sumananna authored and JassiBrar committed Aug 3, 2018
1 parent 3512a18 commit 2ad5157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
10 changes: 1 addition & 9 deletions drivers/mailbox/omap-mailbox.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/*
* OMAP mailbox driver
*
Expand All @@ -6,15 +7,6 @@
*
* Contact: Hiroshi DOYU <[email protected]>
* Suman Anna <[email protected]>
*
* 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.
*/

#include <linux/interrupt.h>
Expand Down
5 changes: 1 addition & 4 deletions include/linux/omap-mailbox.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2ad5157

Please sign in to comment.