openenvutils/commandshell/shell/commands/zip/src/minizip.c
changeset 21 c4cbaa4fb734
parent 0 2e3d3ce01487
equal deleted inserted replaced
0:2e3d3ce01487 21:c4cbaa4fb734
       
     1 /*
       
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
     1 /*
    18 /*
     2    minizip.c
    19    minizip.c
     3    Version 1.01e, February 12th, 2005
    20    Version 1.01e, February 12th, 2005
     4 
    21 
     5    Portions copyright (c) 2007-2008 Symbian Software Ltd. All rights reserved.
       
     6    
       
     7    Copyright (C) 1998-2005 Gilles Vollant
    22    Copyright (C) 1998-2005 Gilles Vollant
     8 */
    23 */
     9 
    24 
    10 #include "common.h"
    25 #include "common.h"
    11 #include <stdio.h>
    26 #include <stdio.h>