# HG changeset patch # User Faisal Memon # Date 1282825442 -3600 # Node ID e6f11c873cdf5d453e9f1316ebad8aa27a558836 # Parent ccf5191a9db1d55f2f2dc34818bd5d09889f889b Fix copyright notices and license text. diff -r ccf5191a9db1 -r e6f11c873cdf guestrendering/guestvideodriver/ldd/src/devicereqhandler.cpp --- a/guestrendering/guestvideodriver/ldd/src/devicereqhandler.cpp Wed Aug 25 19:17:09 2010 +0100 +++ b/guestrendering/guestvideodriver/ldd/src/devicereqhandler.cpp Thu Aug 26 13:24:02 2010 +0100 @@ -1,24 +1,19 @@ -/* - * ============================================================================= - * Name : devicereqhandler.cpp - * Part of : - * Description : Implementation of the class DDeviceReqHandler. - * Version : %version:6 % - * - * Copyright © 2008-2010 Nokia. All rights reserved. - * This material, including documentation and any related - * computer programs, is protected by copyright controlled by - * Nokia. All rights are reserved. Copying, including - * reproducing, storing, adapting or translating, any - * or all of this material requires the prior written consent of - * Nokia. This material also contains confidential - * information which may not be disclosed to others without the - * prior written consent of Nokia. - * ============================================================================= - */ +// Copyright (c) 2010 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: +// Device Request Handler Implementation -// INCLUDE FILES #include #include #include diff -r ccf5191a9db1 -r e6f11c873cdf guestrendering/guestvideodriver/ldd/src/virtualvideohwchannel.cpp --- a/guestrendering/guestvideodriver/ldd/src/virtualvideohwchannel.cpp Wed Aug 25 19:17:09 2010 +0100 +++ b/guestrendering/guestvideodriver/ldd/src/virtualvideohwchannel.cpp Thu Aug 26 13:24:02 2010 +0100 @@ -1,21 +1,17 @@ -/* - * ============================================================================= - * Name : virtualvideohwchannel.cpp - * Part of : - * Description : Implementation of the class DVirtualVideoHwChannel. - * Version : %version:2 % - * - * Copyright © 2002-2010 Nokia. All rights reserved. - * This material, including documentation and any related - * computer programs, is protected by copyright controlled by - * Nokia. All rights are reserved. Copying, including - * reproducing, storing, adapting or translating, any - * or all of this material requires the prior written consent of - * Nokia. This material also contains confidential - * information which may not be disclosed to others without the - * prior written consent of Nokia. - * ============================================================================= - */ +// Copyright (c) 2010 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: +// Virtual Video Hardware Channel implementation #include #include diff -r ccf5191a9db1 -r e6f11c873cdf guestrendering/guestvideodriver/ldd/src/virtualvideohwdevice.cpp --- a/guestrendering/guestvideodriver/ldd/src/virtualvideohwdevice.cpp Wed Aug 25 19:17:09 2010 +0100 +++ b/guestrendering/guestvideodriver/ldd/src/virtualvideohwdevice.cpp Thu Aug 26 13:24:02 2010 +0100 @@ -1,21 +1,17 @@ -/* - * ============================================================================= - * Name : virtualvideohwdevice.cpp - * Part of : - * Description : Implementation of the class DVirtualVideoHwDevice. - * Version : %version:3 % - * - * Copyright © 2002-2008 Nokia. All rights reserved. - * This material, including documentation and any related - * computer programs, is protected by copyright controlled by - * Nokia. All rights are reserved. Copying, including - * reproducing, storing, adapting or translating, any - * or all of this material requires the prior written consent of - * Nokia. This material also contains confidential - * information which may not be disclosed to others without the - * prior written consent of Nokia. - * ============================================================================= - */ +// Copyright (c) 2010 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: +// Virtual Video Hardware Device Implementation #include #include diff -r ccf5191a9db1 -r e6f11c873cdf guestrendering/guestvideodriver/ldd/src/virtualvideohwinterface.cpp --- a/guestrendering/guestvideodriver/ldd/src/virtualvideohwinterface.cpp Wed Aug 25 19:17:09 2010 +0100 +++ b/guestrendering/guestvideodriver/ldd/src/virtualvideohwinterface.cpp Thu Aug 26 13:24:02 2010 +0100 @@ -1,21 +1,17 @@ -/* - * ============================================================================= - * Name : virtualvideohwinterface.cpp - * Part of : - * Description : Implementation file for the class DVirtualVideoHwInterface. - * Version : %version:3 % - * - * Copyright © 2002-2009 Nokia. All rights reserved. - * This material, including documentation and any related - * computer programs, is protected by copyright controlled by - * Nokia. All rights are reserved. Copying, including - * reproducing, storing, adapting or translating, any - * or all of this material requires the prior written consent of - * Nokia. This material also contains confidential - * information which may not be disclosed to others without the - * prior written consent of Nokia. - * ============================================================================= - */ +// Copyright (c) 2010 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: +// Implementation of Virtual Video Hardware Interface // INCLUDE FILES @@ -279,6 +275,3 @@ return 0; #endif } - - -// End of file