Renamed LICENSE file

pull/100/merge
Christophe Favergeon 3 years ago
parent 7ffd9b534b
commit 8703d4547d

@ -4,7 +4,7 @@
<name>CMSIS-DSP</name> <name>CMSIS-DSP</name>
<description>CMSIS Embedded Compute Library</description> <description>CMSIS Embedded Compute Library</description>
<vendor>ARM</vendor> <vendor>ARM</vendor>
<license>LICENSE.txt</license> <license>LICENSE</license>
<url>https://www.keil.com/pack/</url> <url>https://www.keil.com/pack/</url>
<releases> <releases>

@ -1347,7 +1347,7 @@ HTML_EXTRA_FILES = templates/tabs.css \
templates/navtree.js \ templates/navtree.js \
templates/version.css \ templates/version.css \
templates/dropdown.png \ templates/dropdown.png \
../LICENSE.txt ../LICENSE
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
# will adjust the colors in the style sheet and background images according to # will adjust the colors in the style sheet and background images according to

@ -294,7 +294,7 @@ Other folders are part of different projects, tests or examples.
Some files are needed to generate the PythonWrapper: Some files are needed to generate the PythonWrapper:
* PythonWrapper_README.md * PythonWrapper_README.md
* LICENSE.txt * LICENSE
* MANIFEST.in * MANIFEST.in
* pyproject.toml * pyproject.toml
* setup.py * setup.py

@ -109,21 +109,7 @@ PACK_DIRS="
# Specify file names to be added to pack base directory # Specify file names to be added to pack base directory
PACK_BASE_FILES=" PACK_BASE_FILES="
LICENSE.txt LICENSE
ComputeGraph/cg/src/GenericNodes.h
ComputeGraph/cg/src/cg_status.h
ComputeGraph/cg/nodes/cpp/CFFT.h
ComputeGraph/cg/nodes/cpp/ICFFT.h
ComputeGraph/cg/nodes/cpp/InterleavedStereoToMono.h
ComputeGraph/cg/nodes/cpp/MFCC.h
ComputeGraph/cg/nodes/cpp/NullSink.h
ComputeGraph/cg/nodes/cpp/OverlapAndAdd.h
ComputeGraph/cg/nodes/cpp/SlidingBuffer.h
ComputeGraph/cg/nodes/cpp/ToComplex.h
ComputeGraph/cg/nodes/cpp/ToReal.h
ComputeGraph/cg/nodes/cpp/Unzip.h
ComputeGraph/cg/nodes/cpp/Zip.h
ComputeGraph/cg.scvd
" "
# Specify file names to be deleted from pack build directory # Specify file names to be deleted from pack build directory

Loading…
Cancel
Save