How do you insert the current year into IntelliJ IDEA Copyright template?
This page of the documentation explains the built-in Velocity variables for Settings → Copyright → Copyright Profiles:
Name Type Comment
$today DateInfo The current date and time.
...
DateInfo has the following properties:
year int The current year.
So in my case, I needed this in my template:
Copyright (c) 2015-${today.year}, My Name