Skip to content

Commit

Permalink
Include plain text license info in License.h
Browse files Browse the repository at this point in the history
That was written in the file but overwritten afterwards.
  • Loading branch information
daute committed Feb 16, 2020
1 parent d81f98b commit 0add4a2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
20 changes: 19 additions & 1 deletion data/License.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion data/generate_wxmathml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ cat >License.h <<END
END

gzip -c ../COPYING > License.gz
xxd -i "License.gz" > "License.h"
xxd -i "License.gz" >> "License.h"
rm -f License.gz

2 changes: 1 addition & 1 deletion data/wxMathML.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0add4a2

Please sign in to comment.