Various license header consistency fixes (trivial).
[coreboot.git] / src / arch / i386 / include / arch / acpi.h
index 67d993de12df3d724870ba73b8b46f899cabc628..110804b4fa6f8d9b637e9ac00eae7aca333aa57d 100644 (file)
@@ -1,15 +1,14 @@
 /*
- * coreboot ACPI Support - headers and defines.
+ * This file is part of the coreboot project.
  *
- * written by Stefan Reinauer <stepan@coresystems.de>
  * Copyright (C) 2004 SUSE LINUX AG
  * Copyright (C) 2004 Nick Barker
  * Copyright (C) 2008-2009 coresystems GmbH
+ * (Written by Stefan Reinauer <stepan@coresystems.de>)
  *
- * 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 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
  *
  * 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
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+/*
+ * coreboot ACPI Support - headers and defines.
  */
 
 #ifndef __ASM_ACPI_H