]> git.saurik.com Git - apple/icu.git/blame - icuSources/tools/cpysearch/readme.txt
ICU-8.11.1.tar.gz
[apple/icu.git] / icuSources / tools / cpysearch / readme.txt
CommitLineData
73c04bcf 1Copyright (c) 2002-2005, International Business Machines Corporation and others. All Rights Reserved.
b75a7d8f
A
2
3
4cpysearch.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.
5
73c04bcf
A
6cpysearch.pl searches for files modified this year that don't have the
7 correct year copyright (i.e. 'copyright 1995')
8
9cpyscan.pl searches for all files that don't have any copyright
10
11cpyskip.txt is part of the ignore list.
12
13
b75a7d8f
A
14Have fun!
15weiv
16
17