openenvutils/commandshell/shell/commands/zip/src/zip.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 /* zip.c -- IO on .zip files using zlib
    18 /* zip.c -- IO on .zip files using zlib
     2    Version 1.01e, February 12th, 2005
    19    Version 1.01e, February 12th, 2005
     3 
    20 
     4    27 Dec 2004 Rolf Kalbermatter
    21    27 Dec 2004 Rolf Kalbermatter
     5    Modification to zipOpen2 to support globalComment retrieval.
    22    Modification to zipOpen2 to support globalComment retrieval.
     6 
    23 
     7    Portions copyright (c) 2007 Symbian Software Ltd. All rights reserved.
       
     8    
    24    
     9    Copyright (C) 1998-2005 Gilles Vollant
    25    Copyright (C) 1998-2005 Gilles Vollant
    10 
    26 
    11    Read zip.h for more info
    27    Read zip.h for more info
    12 
    28