Add separate license to bin2cppheader Python script

This commit is contained in:
Adam Macdonald 2025-02-09 00:50:19 +00:00
parent 1fb8988987
commit 8dfd00430d

View File

@ -1,7 +1,8 @@
# bin2cppheader.py
# Convert a binary file to its static std::array representation as an
# includable header file in your C++ project.
# Author: Adam Macdonald [https://github.com/twokilohertz]
# Author: Adam Macdonald [https://github.com/twokilohertz]
# License: MIT License
usage = "Usage: python bin2cppheader.py in_file [out_file]"