diff options
author | Jay Freeman <saurik@saurik.com> | 2008-04-23 21:17:57 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-04-23 21:17:57 +0000 |
commit | 87e3eac9717b4171448a8756cf0c7e3f4a5a1493 (patch) | |
tree | b7dbf3cb90ab9f02ef808a517d500e516341af9e /data/class-dump/_metadata/license | |
parent | 5e10ca0d3e3cc8217373cb8ad1ecefc3512afe94 (diff) |
Added class-dump reverse engineering tool.
git-svn-id: http://svn.telesphoreo.org/trunk@231 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/class-dump/_metadata/license')
-rw-r--r-- | data/class-dump/_metadata/license | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/data/class-dump/_metadata/license b/data/class-dump/_metadata/license new file mode 100644 index 000000000..8d02a0210 --- /dev/null +++ b/data/class-dump/_metadata/license @@ -0,0 +1,20 @@ +This file is part of class-dump, a utility for examining the +Objective-C segment of Mach-O files. +Copyright (C) 1997-1998, 2000-2001, 2004-2007 Steve Nygard + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + +You may contact the author by: + e-mail: class-dump at codethecode.com |