diff options
Diffstat (limited to 'drivers/video/mx3fb.c')
-rw-r--r-- | drivers/video/mx3fb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/video/mx3fb.c b/drivers/video/mx3fb.c index fad027f0647..176ae70b7ce 100644 --- a/drivers/video/mx3fb.c +++ b/drivers/video/mx3fb.c @@ -1,10 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2009 * Guennadi Liakhovetski, DENX Software Engineering, <lg@denx.de> * Copyright (C) 2011 * HALE electronic GmbH, <helmut.raiger@hale.at> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> #include <malloc.h> |