diff -r 5b5ca9f4f7b4 -r 3490edffc34e securityanddataprivacytools/securitytools/certapp/certapp.cpp --- a/securityanddataprivacytools/securitytools/certapp/certapp.cpp Thu Jan 07 13:42:40 2010 +0200 +++ b/securityanddataprivacytools/securitytools/certapp/certapp.cpp Mon Jan 18 21:34:37 2010 +0200 @@ -461,7 +461,15 @@ if(arg == "--license") { prog << sVersion << Log::Endl(); - prog << "Copyright (c) 2008 Symbian Software Ltd. All rights reserved." << Log::Endl(); + prog << "Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies)." << Log::Endl(); + prog << "All rights reserved." << Log::Endl(); + prog << "This component and the accompanying materials are made available" << Log::Endl(); + prog << "under the terms of the License \"Eclipse Public License v1.0\"" << Log::Endl(); + prog << "which accompanies this distribution, and is available" << Log::Endl(); + prog << "at the URL \"http://www.eclipse.org/legal/epl-v10.html\"." << Log::Endl(); + prog << "Initial Contributors:" << Log::Endl(); + prog << "Nokia Corporation - initial contribution." << Log::Endl() << Log::Endl(); + prog << "Linked against openssl. Credits and license for openssl follow:-" << Log::Endl(); prog << openssl_license << Log::Endl();