diff -r 02cd6b52f378 -r 4a4ca5a019bb synch_hg_p4/synch_hg_p4.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;