--- a/common/tools/listdir.pl Fri May 29 14:45:54 2009 +0100
+++ b/common/tools/listdir.pl Fri May 29 14:58:58 2009 +0100
@@ -1,4 +1,18 @@
#!perl -w
+# Copyright (c) 2009 Symbian Foundation Ltd
+# This component and the accompanying materials are made available
+# under the terms of the License "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Symbian Foundation Ltd - initial contribution.
+#
+# Contributors:
+#
+# Description:
+# Recursive listing of a directory, outputting lower-cased relative paths with unix dir separators
+
use strict;
my $dir = shift or die "Usage: $0 <dir> \n"; # provided dir to traverse