--- 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;