Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Side by Side Diff: third_party/class-dump/README

Issue 1161813003: Reland "Roll DEPS to class-dump 3.5" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add second OWNER Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/class-dump/OWNERS ('k') | third_party/class-dump/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 class-dump is a command-line utility for examining the Objective-C
2 segment of Mach-O files. It generates declarations for the classes,
3 categories and protocols. This is the same information provided by
4 using 'otool -ov', but presented as normal Objective-C declarations.
5
6 The latest version and information is available at:
7
8 <http://www.codethecode.com/projects/class-dump>
9
10 -----
11
12 This file is part of class-dump, a utility for examining the
13 Objective-C segment of Mach-O files.
14 Copyright (C) 1997-1998, 2000-2001, 2004-2010 Steve Nygard.
15
16 This program is free software; you can redistribute it and/or modify
17 it under the terms of the GNU General Public License as published by
18 the Free Software Foundation; either version 2 of the License, or
19 (at your option) any later version.
20
21 This program is distributed in the hope that it will be useful,
22 but WITHOUT ANY WARRANTY; without even the implied warranty of
23 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 GNU General Public License for more details.
25
26 You should have received a copy of the GNU General Public License
27 along with this program; if not, write to the Free Software
28 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
29
30 You may contact the author by:
31 e-mail: class-dump at codethecode.com
OLDNEW
« no previous file with comments | « third_party/class-dump/OWNERS ('k') | third_party/class-dump/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698