diff options
Diffstat (limited to 'util/autoport/ec_none.go')
-rw-r--r-- | util/autoport/ec_none.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/autoport/ec_none.go b/util/autoport/ec_none.go index bcb61bf03f..a1a0df94f0 100644 --- a/util/autoport/ec_none.go +++ b/util/autoport/ec_none.go @@ -4,7 +4,7 @@ func NoEC(ctx Context) { ap := Create(ctx, "acpi/platform.asl") defer ap.Close() - Add_gpl(ap) + Add_SPDX(ap, ASL, GPL2_only) ap.WriteString( `Method(_WAK, 1) { |