forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media: platform: stm32: Adopt SPDX identifier
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
1 parent
a7bc577
commit 8d0f6e1
Showing
2 changed files
with
2 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
* | ||
|