From 9b6bb67f9e32fa82cf002ba602fbf8547a97410e Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Sun, 29 Dec 2024 15:29:28 +0900 Subject: [PATCH] interpreters/toywasm/tmpl/license.in: Add SPDX identifier --- interpreters/toywasm/tmpl/license.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interpreters/toywasm/tmpl/license.in b/interpreters/toywasm/tmpl/license.in index 90da07e10..2f7e88877 100644 --- a/interpreters/toywasm/tmpl/license.in +++ b/interpreters/toywasm/tmpl/license.in @@ -1,6 +1,8 @@ /**************************************************************************** * apps/interpreters/toywasm/FILENAME * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The