Add EPL license text to the synch_hg* scripts
authorWilliam Roberts <williamr@symbian.org>
Fri, 29 May 2009 14:13:23 +0100
changeset 1 4a4ca5a019bb
parent 0 02cd6b52f378
child 2 a600c1a596f7
Add EPL license text to the synch_hg* scripts
synch_hg_p4/synch_hg_p4.pl
synch_hg_p4/synch_hg_xxx.pl
--- a/synch_hg_p4/synch_hg_p4.pl	Thu May 28 10:10:03 2009 +0100
+++ b/synch_hg_p4/synch_hg_p4.pl	Fri May 29 14:13:23 2009 +0100
@@ -1,6 +1,18 @@
 #! perl
 
-# sync_hg_p4.pl
+# 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:
+# Perl script to synchronise a Perforce branch with a Mercurial repository
 
 use strict;
 use Getopt::Long;
--- a/synch_hg_p4/synch_hg_xxx.pl	Thu May 28 10:10:03 2009 +0100
+++ b/synch_hg_p4/synch_hg_xxx.pl	Fri May 29 14:13:23 2009 +0100
@@ -1,6 +1,19 @@
 #! perl
 
-# sync_hg_xxx.pl
+# 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:
+# Skeleton Perl script to synchronise a branch in an SCM system with a Mercurial repository
+# It's synch_hg_p4.pl with the Perforce-specific details removed.
 
 use strict;
 use Getopt::Long;