More bugs in CubeIDE code generation for STM32WL33
When generating code that uses the CMSIS OS V2, it appears that a template directory gets included in the generated code. causing massive linker errors.
The offending directory is Drivers/CMSIS/Device/ST/DEM32WL3X/Source/Templates. Removing it gets rid of the errors.
While we are at it, the LICENSE.txt file in the same directory is spelled incorrectly, it should be LICENCE.txt, as it is not a verb.
