Github user iture123 commented on the issue:
https://github.com/apache/carbondata/pull/3043
find /data/carbondata -name "*.java" | xargs grep -Lr "Licensed to the
Apache Software Foundation" | xargs sed -e '1 r license.java' -e '1N' -i
By this command,I add the license.---
