securityanddataprivacytools/securitytools/certapp/certapp.cpp
changeset 32 3490edffc34e
parent 8 35751d3474b7
equal deleted inserted replaced
31:5b5ca9f4f7b4 32:3490edffc34e
   459 		std::string arg(aArgv[argIndex]);
   459 		std::string arg(aArgv[argIndex]);
   460 
   460 
   461 		if(arg == "--license")
   461 		if(arg == "--license")
   462 			{
   462 			{
   463 			prog << sVersion << Log::Endl();
   463 			prog << sVersion << Log::Endl();
   464 			prog << "Copyright (c) 2008 Symbian Software Ltd. All rights reserved." << Log::Endl();
   464 			prog << "Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies)." << Log::Endl();
       
   465 			prog << "All rights reserved." << Log::Endl();
       
   466 			prog << "This component and the accompanying materials are made available" << Log::Endl();
       
   467 			prog << "under the terms of the License \"Eclipse Public License v1.0\"" << Log::Endl();
       
   468 			prog << "which accompanies this distribution, and is available" << Log::Endl();
       
   469 			prog << "at the URL \"http://www.eclipse.org/legal/epl-v10.html\"." << Log::Endl();
       
   470 			prog << "Initial Contributors:" << Log::Endl();
       
   471 			prog << "Nokia Corporation - initial contribution." << Log::Endl() << Log::Endl();
       
   472 			
   465 			prog << "Linked against openssl. Credits and license for openssl follow:-" << Log::Endl();
   473 			prog << "Linked against openssl. Credits and license for openssl follow:-" << Log::Endl();
   466 			prog << openssl_license << Log::Endl();
   474 			prog << openssl_license << Log::Endl();
   467 			
   475 			
   468 			continue;
   476 			continue;
   469 			}
   477 			}