--- a/common/tools/difflist.pl Tue May 26 11:51:53 2009 +0100
+++ b/common/tools/difflist.pl Tue May 26 12:42:51 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:
+# Compares two files
+
use strict;
my $element;
--- a/common/tools/listdir.pl Tue May 26 11:51:53 2009 +0100
+++ b/common/tools/listdir.pl Tue May 26 12:42:51 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
--- a/common/tools/mergeepoc32.pl Tue May 26 11:51:53 2009 +0100
+++ b/common/tools/mergeepoc32.pl Tue May 26 12:42:51 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:
+# Merges binaries from RnD repositories into the epoc32 tree used for the build
+
use strict;
# Assume that all rnd repositories are delivered onto the build machine in \rnd\category\name\epoc32\...
--- a/common/tools/populateziptemplate.pl Tue May 26 11:51:53 2009 +0100
+++ b/common/tools/populateziptemplate.pl Tue May 26 12:42:51 2009 +0100
@@ -1,5 +1,19 @@
+#!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:
+# Populates the template for packaging src and binaries in the build
+
use strict;
-use warnings;
use FindBin;
use lib "$FindBin::Bin/lib";