#!/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];