From 5380d51c69a6fc9710396b600b42757fb9b0058e Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 24 May 2007 09:08:36 +0000 Subject: Some copyright analysis Corresponding to flashrom svn r114 and coreboot v2 svn r2692. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer --- flashrom.1 | 2 +- lbtable.c | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/flashrom.1 b/flashrom.1 index 8c32f65..62b09fd 100644 --- a/flashrom.1 +++ b/flashrom.1 @@ -69,7 +69,7 @@ is covered by the GNU General Public License (GPL), version 2 or later. .br 2004 Tyan Corp .br -2005-2006 coresystems GmbH +2005-2007 coresystems GmbH .SH AUTHORS Yinghai Lu .br diff --git a/lbtable.c b/lbtable.c index bbee991..dd005e2 100644 --- a/lbtable.c +++ b/lbtable.c @@ -1,3 +1,26 @@ +/* + * lbtable.c: LinuxBIOS table handling + * + * Copyright (C) 2002 Steven James + * Copyright (C) 2002 Linux Networx + * (Written by Eric Biederman for Linux Networx) + * Copyright (C) 2006-2007 coresystems GmbH + * (Written by Stefan Reinauer for coresystems GmbH) + * + * 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; version 2 of the License. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301 USA + */ + #include #include #include -- cgit v1.1