diff options
author | Martin Roth <martinroth@google.com> | 2016-01-12 16:17:44 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-01-14 22:52:51 +0100 |
commit | edb937acd64dbeb6b363ac5e15eb5e2e78469537 (patch) | |
tree | cc1c31d4b7fa2e9670c91f13d03743c38d4f5121 /src/ec/lenovo | |
parent | 1766b1ea9dfed13316ea6cdc2fa97016481f9e85 (diff) | |
download | coreboot-edb937acd64dbeb6b363ac5e15eb5e2e78469537.tar.xz |
ec/: add missing license headers
thermal.asl was written as part of the coreboot project, so gets
the standard coreboot license header.
ec_commands.h came from the chrome ec tree, so gets the BSD license
from that tree as mentioned in the header that has been replaced.
Change-Id: I514138fd4ed236105998b25d1d2d8eb8441cf91d
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/12918
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/ec/lenovo')
-rw-r--r-- | src/ec/lenovo/h8/acpi/thermal.asl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ec/lenovo/h8/acpi/thermal.asl b/src/ec/lenovo/h8/acpi/thermal.asl index fce079897c..3a3487d257 100644 --- a/src/ec/lenovo/h8/acpi/thermal.asl +++ b/src/ec/lenovo/h8/acpi/thermal.asl @@ -1,3 +1,16 @@ +/* + * This file is part of the coreboot project. + * + * 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. + */ + Scope(\_TZ) { #if defined (EC_LENOVO_H8_ME_WORKAROUND) |