Add willow license

This commit is contained in:
Mikayla Maki 2023-07-13 21:04:47 -07:00
parent 929a9f97b2
commit 96ef6ab326
No known key found for this signature in database
2 changed files with 29 additions and 1 deletions

View file

@ -6,6 +6,13 @@ OUTPUT_FILE=$(pwd)/assets/licenses.md
> $OUTPUT_FILE
echo -e "# ###### ICON LICENSES ######\n" >> $OUTPUT_FILE
echo "Generating icon licenses"
cat script/licenses/willow_license.txt >> $OUTPUT_FILE
echo -e "" >> $OUTPUT_FILE
echo -e "# ###### THEME LICENSES ######\n" >> $OUTPUT_FILE
echo "Generating theme licenses"
@ -26,4 +33,4 @@ sed -i '' 's/'/'\''/g' $OUTPUT_FILE # The ` '\'' ` thing ends the string, a
sed -i '' 's/=/=/g' $OUTPUT_FILE
sed -i '' 's/`/`/g' $OUTPUT_FILE
sed -i '' 's/&lt;/</g' $OUTPUT_FILE
sed -i '' 's/&gt;/>/g' $OUTPUT_FILE
sed -i '' 's/&gt;/>/g' $OUTPUT_FILE