# HG changeset patch # User Simon Howkins # Date 1288192934 -3600 # Node ID 0b4a09013bafbc55cfd58a73c9aa5f7c55712636 # Parent 8d797b367538b25935b9a316b8c42f943ace195d Added copyright messages diff -r 8d797b367538 -r 0b4a09013baf common/tools/csvToSysDef.pl --- a/common/tools/csvToSysDef.pl Wed Oct 27 15:01:28 2010 +0100 +++ b/common/tools/csvToSysDef.pl Wed Oct 27 16:22:14 2010 +0100 @@ -1,4 +1,17 @@ #!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: +# Generate a system definition from a list of packages in a sources.csv use strict; diff -r 8d797b367538 -r 0b4a09013baf common/tools/sortUnique.pl --- a/common/tools/sortUnique.pl Wed Oct 27 15:01:28 2010 +0100 +++ b/common/tools/sortUnique.pl Wed Oct 27 16:22:14 2010 +0100 @@ -1,6 +1,19 @@ #!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: +# Sorts the input, removes duplicates, and outputs it + use strict; -# Sorts the input, removes duplicates, and outputs it # Read it my @content = <>; diff -r 8d797b367538 -r 0b4a09013baf common/tools/sysModelFilter.pl --- a/common/tools/sysModelFilter.pl Wed Oct 27 15:01:28 2010 +0100 +++ b/common/tools/sysModelFilter.pl Wed Oct 27 16:22:14 2010 +0100 @@ -1,4 +1,17 @@ #!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: +# Removes items from an XML document according to filter attributes, and specified filters use strict;