Hello,

Is it possible to automatically insert a license template with a filename?

Example(My license template file):

// Filename: %FILENAME%
// Copyright %YEAR% Contoso

Example(Output):
// Filename: main.cpp
// Copyright 2010 Contoso

Thanks for your help!