I have just started learning android and using the Android Studio by IntelliJ, so please bear with me if this is a very stupid question to ask.
Is there a way to have copyright notice text automatically added to source code files, by android studio IDE?
I have eclipse setup to automatically add copyright notice text at the top of my source code file, whenever it is created. So, I am expecting something similar for android studio as well.
Please note: I know that I can easily do it by write a script that can add a license text, so please don't suggest that as an answer.
Thanks for reading this question.