diff options
author | Patrick Rudolph <siro@das-labor.org> | 2017-06-20 17:53:49 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2017-06-22 10:24:11 +0000 |
commit | be05f5d7d16b55cd4188da6ae4e4b9977933d057 (patch) | |
tree | 737d189d6f6c11f381109a8f02e59063a0226ecb | |
parent | 0380e0a68e63f36ce0d9507ad986407f36fa480f (diff) | |
download | coreboot-be05f5d7d16b55cd4188da6ae4e4b9977933d057.tar.xz |
drv/intel/gma/acpi: Fix copyright header
Use full text GPLv2 header.
Change-Id: I937aed725ebf0d2e12c52ac4d94794830fbd764d
Signed-off-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-on: https://review.coreboot.org/20282
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com>
-rw-r--r-- | src/drivers/intel/gma/acpi.c | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/src/drivers/intel/gma/acpi.c b/src/drivers/intel/gma/acpi.c index f6516c9926..f62e8ee88f 100644 --- a/src/drivers/intel/gma/acpi.c +++ b/src/drivers/intel/gma/acpi.c @@ -1,6 +1,17 @@ /* - * Copyright (C) 2014 Vladimir Serbinenko - * Subject to the GNU GPL v2, or (at your option) any later version. + * This file is part of the coreboot project. + * + * Copyright (C) 2014 Vladimir Serbinenko <phcoder@gmail.com> + * + * 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. */ #include <arch/acpi.h> |