diff -r b0711afde476 -r fa7c359294fa agendainterface/inc/CleanupResetAndDestroy.h --- a/agendainterface/inc/CleanupResetAndDestroy.h Fri Sep 17 08:29:05 2010 +0300 +++ b/agendainterface/inc/CleanupResetAndDestroy.h Mon Oct 04 00:15:49 2010 +0300 @@ -1,10 +1,10 @@ /* -* Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). +* 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 the License "Symbian Foundation License v1.0" +* under the terms of "Eclipse Public License v1.0" * which accompanies this distribution, and is available -* at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html". +* at the URL "http://www.eclipse.org/legal/epl-v10.html". * * Initial Contributors: * Nokia Corporation - initial contribution. @@ -12,15 +12,14 @@ * Contributors: * * Description: Provides cleanup item to push ResetAndDestroy calls to - * cleanup stack. It is heavily used for RPointerArrays, - * which are used all over Symbian's CalenInterimAPI. - * Implementation is more or less copy-paste of - * cleanup item of Close method and CleanupClosePushL - * +* cleanup stack. It is heavily used for RPointerArrays, +* which are used all over Symbian's CalenInterimAPI. +* Implementation is more or less copy-paste of +* cleanup item of Close method and CleanupClosePushL +* */ - #ifndef __CLEANUPRESETANDDESTROY_H__ #define __CLEANUPRESETANDDESTROY_H__