All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging:dm365_ipipe:Add SPDX License Identifier
@ 2018-11-03 12:01 Irenge Jules Bashizi
  2018-11-03 14:12 ` [Outreachy kernel] " Julia Lawall
  2018-11-03 14:16 ` Julia Lawall
  0 siblings, 2 replies; 5+ messages in thread
From: Irenge Jules Bashizi @ 2018-11-03 12:01 UTC (permalink / raw)
  To: mchehab; +Cc: gregkh, outreachy-kernel, jules.octave

Add SPDX license Identifier to fix checkpatch malformed license warning

Remove old style text describing the License

Signed-off-by: Irenge Jules Bashizi <jbi.octave@gmail.com>
---
 .../staging/media/davinci_vpfe/dm365_ipipe.c  | 31 ++++++-------------
 1 file changed, 9 insertions(+), 22 deletions(-)

diff --git a/drivers/staging/media/davinci_vpfe/dm365_ipipe.c b/drivers/staging/media/davinci_vpfe/dm365_ipipe.c
index dcfeac818451..20bd6d652931 100644
--- a/drivers/staging/media/davinci_vpfe/dm365_ipipe.c
+++ b/drivers/staging/media/davinci_vpfe/dm365_ipipe.c
@@ -1,29 +1,16 @@
+// SPDX-License-Identifier: GPL-2.0
+
 /*
- * Copyright (C) 2012 Texas Instruments Inc
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation version 2.
- *
- * 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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
- *
- * Contributors:
- *      Manjunath Hadli <manjunath.hadli@ti.com>
- *      Prabhakar Lad <prabhakar.lad@ti.com>
  *
  *
- * IPIPE allows fine tuning of the input image using different
- * tuning modules in IPIPE. Some examples :- Noise filter, Defect
- * pixel correction etc. It essentially operate on Bayer Raw data
- * or YUV raw data. To do image tuning, application call,
+ *	IPIPE allows fine tuning of the input image using different
+ *	tuning modules in IPIPE. Some examples :- Noise filter, Defect
+ *	pixel correction etc. It essentially operate on Bayer Raw data
+ *	or YUV raw data. To do image tuning, application call,
  *
+ *	Contributors:
+ *		Manjunath Hadli <manjunath.hadli@ti.com>
+ *		Prabhakar Lad <prabhakar.lad@ti.com>
  */
 
 #include <linux/slab.h>
-- 
2.17.2



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-11-03 22:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-03 12:01 [PATCH] staging:dm365_ipipe:Add SPDX License Identifier Irenge Jules Bashizi
2018-11-03 14:12 ` [Outreachy kernel] " Julia Lawall
2018-11-03 14:16 ` Julia Lawall
2018-11-03 15:06   ` Greg KH
2018-11-03 22:25     ` Jules Octave

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.