Please let me know if we can replace or update the copyright information accross all the project file automatically.
Is there any tool or script/cmd for doing this.( prefer Visual studio )
Please let me know if we can replace or update the copyright information accross all the project file automatically.
Is there any tool or script/cmd for doing this.( prefer Visual studio )
Use the Find and Replace in Files dialog and switch the regular expression checkbox on. You can then use :z
to match integers, so the following will replace all instances in the solution:
It's just plain text, from the comments, so a Search & Replace should work.
While searching for a tool to insert the copyright header in all the files of the project
http://www.amazify.com/licenseheader
People can use this tool for C & C++ files too.