3 Copyright (C) 2002 Kris Gybels
5 This program is free software; you can redistribute it and/or
6 modify it under the terms of the GNU General Public License
7 as published by the Free Software Foundation; either version 2
8 of the License, or (at your option) any later version.
10 This program is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
15 You should have received a copy of the GNU General Public License
16 along with this program; if not, write to the Free Software
17 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
19 In addition, as a special exception, Kris Gybels
20 gives permission to link the code of this program with
21 the unRAR library (or with modified versions of unRAR that use the
22 same license as unRAR), and distribute linked combinations including
23 the two. You must obey the GNU General Public License in all
24 respects for all of the code used other than unRAR. If you modify
25 this file, you may extend this exception to your version of the
26 file, but you are not obligated to do so. If you do not wish to
27 do so, delete this exception statement from your version.
35 #import <Cocoa/Cocoa.h>
37 int main(int argc, const char *argv[])
39 return NSApplicationMain(argc, argv);