RequiredContentAdvisor for enforcement of copyright statements

One answer

The current year is a pretty static string, isn't it?
Comments

Oh, correct year. I am not sure how to check for a correct year, but if you have needs that exceed the existing precondition, it is possible to create custom ones.

"I am not sure how to check for a correct year" -> regular expression
this way it would also be possible to provide better quick fix (other than just prefixing with a complete new string).
I will consider custom adviser....