[LinuxBIOS] License header for src/cpu/amd/model_lx/model_lx_init.c

Jordan Crouse jordan.crouse at amd.com
Wed May 2 02:07:56 CEST 2007


This patch adds the common license header to
src/cpu/amd/model_lx/model_lx_init.c
The original authors are CCed, I would appreciate it if they would respond
to this email with their agreement.
 
-- 
Jordan Crouse
Senior Linux Engineer
Advanced Micro Devices, Inc.
<www.amd.com/embeddedprocessors>
-------------- next part --------------
Index: LinuxBIOSv2/src/cpu/amd/model_lx/model_lx_init.c
===================================================================
--- LinuxBIOSv2.orig/src/cpu/amd/model_lx/model_lx_init.c	2007-05-01 17:58:53.000000000 -0600
+++ LinuxBIOSv2/src/cpu/amd/model_lx/model_lx_init.c	2007-05-01 18:00:10.000000000 -0600
@@ -1,3 +1,27 @@
+/*
+ * This file is part of the LinuxBIOS project.
+ *
+ * Indrek Kruusa, indrek.kruusa at artecdesign.ee
+ * Ronald Minnich
+ * Stefan Reinauer stepan at coresystems.de
+ * Andrei Birjukov andrei.birjukov at artecdesign.ee
+ * Copyright (C) 2007, Advanced Micro Devices, Inc.
+ *
+ * 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.
+ *
+ * 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 <console/console.h>
 #include <device/device.h>
 #include <device/pci.h>


More information about the coreboot mailing list