Is it necessary to check the copyright notice in the source control or just be accessible if the code is encrypted? If you only need this when the code is packed, you can use a placeholder at the top of your files, something like
Later, you can use the batch file, msbuild or powershell to replace all instances with your specific license text immediately before committing the code.
Pedro source share