diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2019-03-12 01:10:44 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-03-27 20:07:54 +0300 |
commit | 1e55b609b983f99290d210bf6578cb1a2eb905d2 (patch) | |
tree | d663ba7adf98f8e8c0f031929de8b492e1337c4d /drivers/misc/mei/dma-ring.c | |
parent | 514c37e320a24507590bd023a554a6671e7fca92 (diff) | |
download | linux-1e55b609b983f99290d210bf6578cb1a2eb905d2.tar.xz |
mei: adjust the copyright notice in the files.
Use unified version of the copyright notice in the files
Update copyright years according the year the files
were touched, except this patch and SPDX conversions.
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/mei/dma-ring.c')
-rw-r--r-- | drivers/misc/mei/dma-ring.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/mei/dma-ring.c b/drivers/misc/mei/dma-ring.c index 795641b82181..ef56f849b251 100644 --- a/drivers/misc/mei/dma-ring.c +++ b/drivers/misc/mei/dma-ring.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 /* - * Copyright(c) 2016 - 2018 Intel Corporation. All rights reserved. + * Copyright(c) 2016-2018 Intel Corporation. All rights reserved. */ #include <linux/dma-mapping.h> #include <linux/mei.h> |