diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2008-03-04 16:29:54 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2008-03-04 16:29:54 +0000 |
commit | 9ae23628fb08c784a301c20204587bd7818a56dc (patch) | |
tree | 50a13c1e04a71f801da8314a34845a5312838a9d /util/flashrom/layout.c | |
parent | cbb5ba8633c2ad143366c3bc367f8c4f6434c084 (diff) |
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 <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3126 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/layout.c')
-rw-r--r-- | util/flashrom/layout.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/util/flashrom/layout.c b/util/flashrom/layout.c index 3d24b25af6..46fcc431c0 100644 --- a/util/flashrom/layout.c +++ b/util/flashrom/layout.c @@ -1,3 +1,23 @@ +/* + * This file is part of the flashrom project. + * + * Copyright (C) 2005-2008 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 <stdlib.h> #include <string.h> |