1Copyright (C) 2017 and later: Unicode, Inc. and others. 2License & terms of use: http://www.unicode.org/copyright.html 3 4Copyright (c) 2002-2009, International Business Machines Corporation and others. All Rights Reserved. 5 6cpysearch.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. 7 8cpysearch.pl searches for files modified this year that don't have the 9 correct year copyright (i.e. 'copyright 1995') 10 11cpyscan.pl searches for all files that don't have any copyright 12 13.cpyskip.txt is part of the ignore list. It resides as hidden file on 14 the top level of the repsoitory. Download the latest from 15 https://raw.githubusercontent.com/unicode-org/icu/main/.cpyskip.txt 16 17more docs on copyright scan at: 18 https://icu.unicode.org/processes/copyright-scan 19