License: Update block replacer
[csit.git] / resources / tools / block_replacer / gpl2apache.sh
index a1ef8df..18ec5ee 100644 (file)
@@ -25,3 +25,6 @@ fi
 
 find "${1}" \( -name "*.py" -o -name "*.sh" \) -print0 | xargs -0 \
 python3 replace.py "gpl_block.txt" "apache_block.txt"
+
+find "${1}" \( -name "*.py" -o -name "*.sh" \) -print0 | xargs -0 \
+python3 replace.py "gpl_long_block.txt" "apache_block.txt"