Skip to content

Commit f8c4eac

Browse files
authored
Add licenseSets tag to pdsc file (ARM-software#135)
1 parent 01dee38 commit f8c4eac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ARM.CMSIS-NN.pdsc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
<description>CMSIS NN software library of efficient neural network kernels</description>
66
<vendor>ARM</vendor>
77
<license>LICENSE</license>
8+
<licenseSets>
9+
<licenseSet id="all" default="true" gating="true">
10+
<license name="LICENSE" title="Apache 2.0 open-source license" spdx="Apache-2.0"/>
11+
</licenseSet>
12+
</licenseSets>
813
<url>https://www.keil.com/pack/</url>
914
<repository type="git">https:/github.com/arm-software/CMSIS-NN.git</repository>
1015

0 commit comments

Comments
 (0)