]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/cpysearch/readme.txt
ICU-8.11.1.tar.gz
[apple/icu.git] / icuSources / tools / cpysearch / readme.txt
index 661e5c52ee9ef7ec2a2c71d80a902001f00b5338..bb1d5a664995e0313f0b0a8431df9330127c6e5d 100644 (file)
@@ -1,8 +1,16 @@
-Copyright (c) 2002, International Business Machines Corporation and others. All Rights Reserved.
+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 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
 
 Have fun!
 weiv