diff -r ddc455616bd6 -r 97b0fb8a2cc2 stdcpp/src/vc_warning_disable.h --- a/stdcpp/src/vc_warning_disable.h Mon May 03 14:06:43 2010 +0300 +++ b/stdcpp/src/vc_warning_disable.h Tue Jul 20 16:35:53 2010 +0530 @@ -1,19 +1,3 @@ -/* -* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* This component and the accompanying materials are made available -* under the terms of "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: -* Nokia Corporation - initial contribution. -* -* Contributors: -* -* Description: -* -*/ // vc_warning_disable.h #pragma warning( disable : 4786 ) // identifier truncated to 255 characters #pragma warning( disable : 4244 ) // implicit conversion: possible loss of data