# HG changeset patch # User William Roberts # Date 1243602803 -3600 # Node ID 4a4ca5a019bb4838833261bd7682d05675f6aa15 # Parent 02cd6b52f378c4d1f882dc05a75eede55030855a Add EPL license text to the synch_hg* scripts 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; diff -r 02cd6b52f378 -r 4a4ca5a019bb synch_hg_p4/synch_hg_xxx.pl --- 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;