This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 9b6bb67f9e32fa82cf002ba602fbf8547a97410e Author: YAMAMOTO Takashi <yamam...@midokura.com> AuthorDate: Sun Dec 29 15:29:28 2024 +0900 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