# HG changeset patch # User darios@symbian.org # Date 1243519402 -3600 # Node ID 45ed0efeb8a4a0a4f34e7ced878d4114045eab73 # Parent 0c4d71ffa649f8510b9f0cec121a9358f339ff15 Added copyright header to build_package.pl diff -r 0c4d71ffa649 -r 45ed0efeb8a4 build_package.pl --- a/build_package.pl Fri May 22 16:54:57 2009 +0100 +++ b/build_package.pl Thu May 28 15:03:22 2009 +0100 @@ -1,4 +1,17 @@ -#!/usr/bin/perl -w +# 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: +# This is a helper script which allocates unique drive letter and build number +# then starts a package build by running FBF bootstrap and build targets use strict;