]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/cpysearch/cpyscan.pl
ICU-8.11.4.tar.gz
[apple/icu.git] / icuSources / tools / cpysearch / cpyscan.pl
index d435e356949b3c043d186a4401457e8153ead3d4..eab4f36a2722b2b428e1fa41efbe9398ff798c5d 100644 (file)
@@ -1,9 +1,12 @@
 #!/usr/bin/perl -w
 #  ***********************************************************************
 #  * COPYRIGHT:
-#  * Copyright (c) 2002-2004, International Business Machines Corporation
+#  * Copyright (c) 2002-2005, International Business Machines Corporation
 #  * and others. All Rights Reserved.
 #  ***********************************************************************
+# 
+#  Search for and list files which don't have a copyright notice, and should.
+#
 use strict;
 
 my $icuSource = $ARGV[0];