The title says everything. If I want to add copyright comment in code files in Android Studio? I, of course, find the Copyright settings in Preference/Copyright, but I can\'t ma
File > Settings > Editor > Copyright > Copyright Profiles > + add -> profile name
Sample Copyright Template Text
/**
* Created by Karthik Kompelli on $today
* Copyright (c) $today.year . All rights reserved.
* Last modified $file.lastModified
*/
If you need any extra variables, please visit source Copyright Profiles