International Components for Unicode |
||||||||||||||||||||||||||||||
|
What is the copyright scanner?ICU requires all files checked in to have a current copyright with the current year. Usually this is in a comment at the top of the file. The scanner is looking for "Copyright" and the current year (such as 2008) on the same line, within the first few lines of file data. A command-line version of the copyright scanner can also be run manually, from http://source.icu-project.org/repos/icu/tools/trunk/scripts/cpysearch/ Exclusion listIf a file can not contain a copyright, like a binary
file, simply add the file's path to the file
The latest copy that the server is using is viewable as http://source.icu-project.org/cpyskip.txt Exclusion list syntaxThe following are some example formats that can be used in cpyskip.txt Comment
Path
Suffix matchA full file path, starting with the module (icu). It will match files which end with ".jar". (Note, it is not a full regular expression.) *.jar
Prefix match
|
|||||||||||||||||||||||||||||