summaryrefslogtreecommitdiffstats
path: root/lbtable.c
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2007-05-24 09:08:36 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2007-05-24 09:08:36 +0000
commit5380d51c69a6fc9710396b600b42757fb9b0058e (patch)
tree2b92994e263eb29bc30a4c8a2aaaace43077133a /lbtable.c
parentff4f197a24d2b06162e062004874ac915ee353ac (diff)
downloadast2050-flashrom-5380d51c69a6fc9710396b600b42757fb9b0058e.zip
ast2050-flashrom-5380d51c69a6fc9710396b600b42757fb9b0058e.tar.gz
Some copyright analysis
Corresponding to flashrom svn r114 and coreboot v2 svn r2692. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de>
Diffstat (limited to 'lbtable.c')
-rw-r--r--lbtable.c23
1 files changed, 23 insertions, 0 deletions
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 <pyro@linuxlabs.com>
+ * Copyright (C) 2002 Linux Networx
+ * (Written by Eric Biederman <ebiederman@lnxi.com> for Linux Networx)
+ * Copyright (C) 2006-2007 coresystems GmbH
+ * (Written by Stefan Reinauer <stepan@coresystems.de> 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 <stdio.h>
#include <stdint.h>
#include <stdlib.h>
OpenPOWER on IntegriCloud