diff -r 84c26be382f0 -r bbdce6bffaad usbdrv/peripheral/pdd/pil/src/queue.cpp --- a/usbdrv/peripheral/pdd/pil/src/queue.cpp Tue Oct 19 14:23:03 2010 +0800 +++ b/usbdrv/peripheral/pdd/pil/src/queue.cpp Wed Oct 20 12:04:53 2010 +0800 @@ -1,21 +1,22 @@ -// Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies). -// All rights reserved. -// This component and the accompanying materials are made available -// under the terms of the License "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: -// e32\drivers\usbcc\queue.cpp -// Platform independent layer (PIL) of the USB Device controller driver: -// Simple singly linked list + its iterator. -// -// +/* +* 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: +* e32\drivers\usbcc\queue.cpp +* Platform independent layer (PIL) of the USB Device controller driver: +* Simple singly linked list + its iterator. +* +*/ /** @file queue.cpp