8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-25 01:23:03 +01:00
firebird-mirror/extern/icu/source/tools/cpysearch/readme.txt

10 lines
568 B
Plaintext
Raw Normal View History

2005-05-28 00:45:31 +02:00
Copyright (c) 2002, 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.
Have fun!
weiv