Author: jcrouse Date: 2008-10-21 17:07:53 +0200 (Tue, 21 Oct 2008) New Revision: 3678
Modified: trunk/coreboot-v2/src/southbridge/amd/sb600/sb600_smbus.c Log: Add missing license header.
Signed-off-by: Uwe Hermann uwe@hermann-uwe.de Acked-by: Jordan Crouse jordan.crouse@amd.com
Modified: trunk/coreboot-v2/src/southbridge/amd/sb600/sb600_smbus.c =================================================================== --- trunk/coreboot-v2/src/southbridge/amd/sb600/sb600_smbus.c 2008-10-20 17:08:08 UTC (rev 3677) +++ trunk/coreboot-v2/src/southbridge/amd/sb600/sb600_smbus.c 2008-10-21 15:07:53 UTC (rev 3678) @@ -1,3 +1,22 @@ +/* + * This file is part of the coreboot project. + * + * Copyright (C) 2008 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; 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 <arch/io.h> //#include <device/device.h> //#include <device/pci.h>