diff options
author | Joel Stanley <joel@jms.id.au> | 2020-01-07 06:43:24 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-02-24 18:10:39 +0300 |
commit | bfaaa20df9f5e70ef6c4e610ce563ee7ea40b530 (patch) | |
tree | 2ae9f186ca7840c399ef7a80a555d8d9af2b6ade /drivers/media/platform/aspeed-video.c | |
parent | 39857de4f82f1458842edd7f3a9f2e82ab48b479 (diff) | |
download | linux-bfaaa20df9f5e70ef6c4e610ce563ee7ea40b530.tar.xz |
media: video: aspeed: Update copyright information
Use the preferred form for GPL2+, and add IBM and Intel as the authors.
The driver was initially upstreamed by Eddie from IBM, and has had major
contributions from Jae at Intel.
Signed-off-by: Joel Stanley <joel@jms.id.au>
Acked-by: Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com>
Reviewed-by: Eddie James <eajames@linux.ibm.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/platform/aspeed-video.c')
-rw-r--r-- | drivers/media/platform/aspeed-video.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/platform/aspeed-video.c b/drivers/media/platform/aspeed-video.c index c55dfdb34a54..ef9c09298461 100644 --- a/drivers/media/platform/aspeed-video.c +++ b/drivers/media/platform/aspeed-video.c @@ -1,4 +1,6 @@ -// SPDX-License-Identifier: GPL-2.0+ +// SPDX-License-Identifier: GPL-2.0-or-later +// Copyright 2020 IBM Corp. +// Copyright (c) 2019 Intel Corporation #include <linux/atomic.h> #include <linux/bitfield.h> |