--- a/agendainterface/inc/CleanupResetAndDestroy.h Mon Sep 06 15:58:44 2010 +0530
+++ b/agendainterface/inc/CleanupResetAndDestroy.h Mon Sep 20 12:44:39 2010 +0530
@@ -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__