openenvutils/commandshell/shell/commands/zip/inc/zip.h
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 
       
    18 
     1 /* zip.h -- IO for compress .zip files using zlib
    19 /* zip.h -- IO for compress .zip files using zlib
     2    Version 1.01e, February 12th, 2005
    20    Version 1.01e, February 12th, 2005
     3 
    21 
     4    Portions copyright (c) 2007 Symbian Software Ltd. All rights reserved.
       
     5    
    22    
     6    Copyright (C) 1998-2005 Gilles Vollant
    23    Copyright (C) 1998-2005 Gilles Vollant
     7 
    24 
     8    This unzip package allow creates .ZIP file, compatible with PKZip 2.04g
    25    This unzip package allow creates .ZIP file, compatible with PKZip 2.04g
     9      WinZip, InfoZip tools and compatible.
    26      WinZip, InfoZip tools and compatible.