ObjFW  Check-in [4504d34415]

Overview
Comment:OFZIP: Add missing copyright.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 4504d344159e7c134bb9c9e40cbc8d2b79d778f7b70fc5c43a8dc6307ef06103
User & Date: js on 2013-11-18 14:10:59
Other Links: manifest | tags
Context
2013-11-18
14:31
OFZIP: Add -f and -n option. check-in: d72f7f23e2 user: js tags: trunk
14:10
OFZIP: Add missing copyright. check-in: 4504d34415 user: js tags: trunk
14:09
OFZIP: Allow extracting single files. check-in: 2bd117c218 user: js tags: trunk
Changes

Modified utils/OFZIP.m from [36d354e8fb] to [08db745c66].

















1
2
3
4
5
6
7
















#import "OFApplication.h"
#import "OFArray.h"
#import "OFDictionary.h"
#import "OFFile.h"
#import "OFOptionsParser.h"
#import "OFSet.h"
#import "OFStdIOStream.h"
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013
 *   Jonathan Schleifer <js@webkeks.org>
 *
 * All rights reserved.
 *
 * This file is part of ObjFW. It may be distributed under the terms of the
 * Q Public License 1.0, which can be found in the file LICENSE.QPL included in
 * the packaging of this file.
 *
 * Alternatively, it may be distributed under the terms of the GNU General
 * Public License, either version 2 or 3, which can be found in the file
 * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this
 * file.
 */

#import "OFApplication.h"
#import "OFArray.h"
#import "OFDictionary.h"
#import "OFFile.h"
#import "OFOptionsParser.h"
#import "OFSet.h"
#import "OFStdIOStream.h"