On Fri, May 18, 2018 at 05:27:58PM +0800, Qiang Yu wrote:
> From: Lima Project Developers <[email protected]>
> 
> Signed-off-by: Qiang Yu <[email protected]>
> Signed-off-by: Heiko Stuebner <[email protected]>
> ---
>  drivers/gpu/drm/lima/lima_regs.h | 304 +++++++++++++++++++++++++++++++
>  1 file changed, 304 insertions(+)
>  create mode 100644 drivers/gpu/drm/lima/lima_regs.h
> 
> diff --git a/drivers/gpu/drm/lima/lima_regs.h 
> b/drivers/gpu/drm/lima/lima_regs.h
> new file mode 100644
> index 000000000000..ea4a37d69b98
> --- /dev/null
> +++ b/drivers/gpu/drm/lima/lima_regs.h
> @@ -0,0 +1,304 @@
> +/*
> + * Copyright (C) 2010-2017 ARM Limited. All rights reserved.

I assume this came from ARM's out of tree kernel driver  source. You 
should document what it was based on.

> + * Copyright (C) 2017-2018 Lima Project

IANAL, but is Lima Project a legal entity that can copyright things?

> + * 
> + * This program is free software and is provided to you under
> + * the terms of the GNU General Public License version 2 as
> + * published by the Free Software Foundation, and any use by
> + * you of this program is subject to the terms of such GNU
> + * licence.
> + * 
> + * A copy of the licence is included with the program, and
> + * can also be obtained from Free Software Foundation, Inc.,
> + * 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

You can use SPDX tags instead.

Rob
_______________________________________________
dri-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to