1

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 )

mail2subhajit
  • 1,106
  • 5
  • 16

3 Answers3

2

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:

Replace in files example

the_mandrill
  • 29,792
  • 6
  • 64
  • 93
0

It's just plain text, from the comments, so a Search & Replace should work.

MSalters
  • 173,980
  • 10
  • 155
  • 350
  • Thanks for your comment , I have different copyright years in different files.e.g. : Copyright 20XX, company name , 20XX-20XX – mail2subhajit Nov 04 '13 at 17:57
0

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.

mail2subhajit
  • 1,106
  • 5
  • 16