diff --git a/ARM.CMSIS-DSP.pdsc b/ARM.CMSIS-DSP.pdsc index db27adae..6fd3058d 100644 --- a/ARM.CMSIS-DSP.pdsc +++ b/ARM.CMSIS-DSP.pdsc @@ -4,7 +4,7 @@ CMSIS-DSP CMSIS Embedded Compute Library ARM - LICENSE.txt + LICENSE https://www.keil.com/pack/ diff --git a/Doxygen/dsp.dxy.in b/Doxygen/dsp.dxy.in index ac25969f..8cf5d3e1 100644 --- a/Doxygen/dsp.dxy.in +++ b/Doxygen/dsp.dxy.in @@ -1347,7 +1347,7 @@ HTML_EXTRA_FILES = templates/tabs.css \ templates/navtree.js \ templates/version.css \ templates/dropdown.png \ - ../LICENSE.txt + ../LICENSE # 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 diff --git a/LICENSE.txt b/LICENSE old mode 100755 new mode 100644 similarity index 100% rename from LICENSE.txt rename to LICENSE diff --git a/README.md b/README.md index 52d4cf96..4bfde556 100755 --- a/README.md +++ b/README.md @@ -294,7 +294,7 @@ Other folders are part of different projects, tests or examples. Some files are needed to generate the PythonWrapper: * PythonWrapper_README.md -* LICENSE.txt +* LICENSE * MANIFEST.in * pyproject.toml * setup.py diff --git a/Scripts/git/gen_pack.sh b/Scripts/git/gen_pack.sh index 39dc652b..e003d5f9 100644 --- a/Scripts/git/gen_pack.sh +++ b/Scripts/git/gen_pack.sh @@ -109,21 +109,7 @@ PACK_DIRS=" # Specify file names to be added to pack base directory PACK_BASE_FILES=" - LICENSE.txt - 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 + LICENSE " # Specify file names to be deleted from pack build directory