From 8a8e6b9d554d3889ca062cf9fea0a664231e0774 Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Tue, 15 Dec 2009 16:46:31 -0800 Subject: [PATCH] lxfb: add copyright/license info The GRUB folks requested copyright/license info for lxfb.h, so here it is. Signed-off-by: Andres Salomon Cc: Jordan Crouse Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- drivers/video/geode/lxfb.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/drivers/video/geode/lxfb.h b/drivers/video/geode/lxfb.h index fc68a8b0a14..cc781c00f75 100644 --- a/drivers/video/geode/lxfb.h +++ b/drivers/video/geode/lxfb.h @@ -1,3 +1,13 @@ +/* Geode LX framebuffer driver + * + * Copyright (C) 2006-2007, Advanced Micro Devices,Inc. + * Copyright (c) 2008 Andres Salomon + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + */ #ifndef _LXFB_H_ #define _LXFB_H_ -- 2.39.3