diff options
Diffstat (limited to 'src/mainboard/via/epia-n/fadt.c')
-rw-r--r-- | src/mainboard/via/epia-n/fadt.c | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/src/mainboard/via/epia-n/fadt.c b/src/mainboard/via/epia-n/fadt.c index f9e2871d80..f894eee55d 100644 --- a/src/mainboard/via/epia-n/fadt.c +++ b/src/mainboard/via/epia-n/fadt.c @@ -1,13 +1,13 @@ /* - * ACPI - create the Fixed ACPI Description Tables (FADT) - * (C) Copyright 2004 Nick Barker <nick.barker9@btinternet.com> - * (C) Copyright 2009 Jon Harrison <bothlyn@blueyonder.co.uk> + * This file is part of the coreboot project. * + * Copyright (C) 2004 Nick Barker <nick.barker9@btinternet.com> + * Copyright (C) 2009 Jon Harrison <bothlyn@blueyonder.co.uk> * - * 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 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 @@ -16,10 +16,12 @@ * * 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 */ +/* + * ACPI - create the Fixed ACPI Description Tables (FADT) + */ #include <string.h> #include <arch/acpi.h> |