ckeditor4-presets
ckeditor4-presets copied to clipboard
After building preset some language file have copyright headers some don't
For example plugins/language/lang/en.js has the header while plugins/mathjax/lang/en.js doesn't.
It seems one line files don't get minified (so they are just copied from source) while longer files gets minified which removes the copy header (haven't verified this hypothesis though).