microsoft / cppwinrt

C++/WinRT
MIT License
1.64k stars 238 forks source link

Add option for using custom license text #1262

Closed alvinhochun closed 1 year ago

alvinhochun commented 1 year ago

The -license option now accepts an optional path argument, which can point to a text file to be used as the license text in the generated header files. The license text is automatically wrapped in a block of single-line comments.

Closes #1261