From 632d48402afa55003437146c266c65e6af9acc00 Mon Sep 17 00:00:00 2001 From: uwe Date: Tue, 4 Mar 2008 16:29:54 +0000 Subject: Original v2 revision: 3126 Add missing license header to layout.c. The file was written by Stefan Reinauer for coresystems GmbH in 2005, as confirmed on IRC. Signed-off-by: Uwe Hermann Acked-by: Stefan Reinauer git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@198 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- layout.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'layout.c') diff --git a/layout.c b/layout.c index 3d24b25..46fcc43 100644 --- a/layout.c +++ b/layout.c @@ -1,3 +1,23 @@ +/* + * This file is part of the flashrom project. + * + * Copyright (C) 2005-2008 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.2.1