Skip to content

Commit

Permalink
media: platform: stm32: Adopt SPDX identifier
Browse files Browse the repository at this point in the history
Add SPDX identifiers to files under stm32 directory

Signed-off-by: Benjamin Gaignard <[email protected]>
Acked-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
Benjamin-Gaignard authored and mchehab committed Feb 26, 2018
1 parent a7bc577 commit 8d0f6e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions drivers/media/platform/stm32/stm32-cec.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0
/*
* STM32 CEC driver
* Copyright (C) STMicroelectronics SA 2017
*
* 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; either version 2 of the License, or
* (at your option) any later version.
*/

#include <linux/clk.h>
Expand Down
2 changes: 1 addition & 1 deletion drivers/media/platform/stm32/stm32-dcmi.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// SPDX-License-Identifier: GPL-2.0
/*
* Driver for STM32 Digital Camera Memory Interface
*
* Copyright (C) STMicroelectronics SA 2017
* Authors: Yannick Fertre <[email protected]>
* Hugues Fruchet <[email protected]>
* for STMicroelectronics.
* License terms: GNU General Public License (GPL), version 2
*
* This driver is based on atmel_isi.c
*
Expand Down

0 comments on commit 8d0f6e1

Please sign in to comment.