scuffed-code/icu4c/source/tools/cpysearch
George Rhoten bf9d88bc15 ICU-4481 Add an ICU4C# wrapper example.
X-SVN-Rev: 18208
2005-07-12 05:23:40 +00:00
..
cpyscan.pl ICU-4561 Update copyright notices for ICU 3.4 2005-06-07 23:38:09 +00:00
cpysearch.pl ICU-2967 merged CVS root update. Document which search files are which. 2005-04-25 23:47:25 +00:00
cpyskip.txt ICU-4481 Add an ICU4C# wrapper example. 2005-07-12 05:23:40 +00:00
readme.txt ICU-2967 merged CVS root update. Document which search files are which. 2005-04-25 23:47:25 +00:00

Copyright (c) 2002-2005, International Business Machines Corporation and others. All Rights Reserved.


cpysearch.pl is a perl script used to detect the files that might not have the copyright notice. Best when used on windows on a clean checkout. Edit $icuSource to your path. If you are working on other platform, you probably want to edit $ignore to reflect different temporary files that you don't want in the scan. The result will be the list of files that don't have word copyright (case ignored) in first 10 lines. Look at them and fix if needed. 

cpysearch.pl  searches for files modified this year that don't have the
  correct year copyright (i.e. 'copyright 1995') 

cpyscan.pl    searches for all files that don't have any copyright

cpyskip.txt  is part of the ignore list.


Have fun!
weiv