summaryrefslogtreecommitdiffstats
path: root/util/autoport/ec_none.go
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2020-09-16 16:23:46 +0800
committerHung-Te Lin <hungte@chromium.org>2020-12-17 06:23:30 +0000
commit16f213a499a033627a4897f808110759cf3d52fa (patch)
tree89a6ac7af5672d86d3d3f086750e2b9727798119 /util/autoport/ec_none.go
parent2e2fc7a4f0e9d14591ce2868840af3043d5147f3 (diff)
downloadcoreboot-16f213a499a033627a4897f808110759cf3d52fa.tar.gz
coreboot-16f213a499a033627a4897f808110759cf3d52fa.tar.bz2
coreboot-16f213a499a033627a4897f808110759cf3d52fa.zip
autoport: Add a license header to non-empty files
Change-Id: I8078d8babf24feabb22856ee820ab45b7d466f62 Signed-off-by: Iru Cai <mytbk920423@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45464 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/autoport/ec_none.go')
-rw-r--r--util/autoport/ec_none.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/autoport/ec_none.go b/util/autoport/ec_none.go
index eb2b87c2edac..bcb61bf03f92 100644
--- a/util/autoport/ec_none.go
+++ b/util/autoport/ec_none.go
@@ -4,6 +4,7 @@ func NoEC(ctx Context) {
ap := Create(ctx, "acpi/platform.asl")
defer ap.Close()
+ Add_gpl(ap)
ap.WriteString(
`Method(_WAK, 1)
{