equal
deleted
inserted
replaced
1 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
1 # |
|
2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 # All rights reserved. |
2 # This component and the accompanying materials are made available |
4 # This component and the accompanying materials are made available |
3 # under the terms of the License "Eclipse Public License v1.0" |
5 # under the terms of "Eclipse Public License v1.0" |
4 # which accompanies this distribution, and is available |
6 # which accompanies this distribution, and is available |
5 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 # |
8 # |
7 # Initial Contributors: |
9 # Initial Contributors: |
8 # Nokia Corporation - initial contribution |
10 # Nokia Corporation - initial contribution. |
9 # |
11 # |
10 # Contributors |
12 # Contributors: |
11 # |
13 # matti.parnanen@nokia.com |
12 # Description: Post processes result CSV file generated by the SFCheckSource.pl |
14 # |
13 # Version: 0.5 $optNoIgnore added |
15 # Description: Post processes result CSV file generated by the SFCheckSource.pl |
14 # Version: 0.52 filenameOf added and applied to normalized file names |
|
15 # |
16 # |
16 |
17 |
17 use strict; |
18 use strict; |
18 use Getopt::Long; |
19 use Getopt::Long; |
19 use File::Basename; |
20 use File::Basename; |