Adding license boilerplate to perl scripts.
authorMike Kinghan <mikek@symbian.org>
Thu, 28 May 2009 14:55:09 +0100
changeset 113 7f0174848f99
parent 112 3fc223926c4a
child 115 43a42dd33b4c
child 117 483f966c6335
child 134 039d0b7e56f3
Adding license boilerplate to perl scripts.
common/tools/ats/ats3_testdrop.pl
common/tools/ats/make_junction.pl
--- a/common/tools/ats/ats3_testdrop.pl	Wed May 27 14:12:36 2009 +0100
+++ b/common/tools/ats/ats3_testdrop.pl	Thu May 28 14:55:09 2009 +0100
@@ -1,5 +1,20 @@
 #!/usr/bin/perl
 
+# 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.
+#   Mike Kinghan, mikek@symbian.org
+#
+# Contributors:
+#
+# Description:
+#   This is a tool for sending an ATS3 testdrop to an ATS3 server.
+
 use strict;
 use Getopt::Long;
 use File::Copy;
--- a/common/tools/ats/make_junction.pl	Wed May 27 14:12:36 2009 +0100
+++ b/common/tools/ats/make_junction.pl	Thu May 28 14:55:09 2009 +0100
@@ -1,5 +1,20 @@
 #!/usr/bin/perl
 
+# 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.
+#   Mike Kinghan, mikek@symbian.org
+#
+# Contributors:
+#
+# Description:
+#   This is a tool for sending an ATS3 testdrop to an ATS3 server.
+
 use strict;
 use Getopt::Long;
 use File::Spec;
@@ -98,6 +113,7 @@
             "options:\n" .
             "  --help                        Display this help and exit\n" .
             "  --link=LINKDIR                LINKDIR specifies the junction to be created. Last component is the junction. The rest must exist\n" .
+            "                                If LINKDIR is an existing junction it is pre-emptively deleted\n" .
             "  --target=TARGDIR              TARGDIR is directory to which the junction will point.\n" .
             "                                If TARGDIR is in a substed drive, the real path will be used.\n";
     exit $error;