aboutsummaryrefslogtreecommitdiffstats
path: root/docs/acknowledgements.html
blob: af19461c7d1ccff88fc05cd169446806ea1bfc9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!doctype html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta http-equiv="content-style-type" content="text/css">
<link rel="stylesheet" type="text/css" href="style.css">
<title>ProGuard Acknowledgements</title>
</head>
<body>

<h2>Acknowledgements</h2>

The first versions of <b>ProGuard</b> grew out of <b>RetroGuard</b>, which its
author Mark Welsh kindly made available under the GNU Lesser General Public
License. <b>RetroGuard</b> is a very nice piece of code, but it only performed
obfuscation. I started from the class file parsing code and wrote my own
shrinker, optimizer, obfuscator, and preverifier. As of version 4.0, all of the
original code has been rewritten, so the most obvious remaining similarity are
the program names.
<p>

Dirk Schnelle has contributed and maintained the first versions of the Ant
task. I have rewritten the implementation for version 3.0, but the XML schema
is still based on his work.
<p>

Since its first public release, many people have expressed their enthusiasm and
have chimed in with interesting ideas, bug reports, and bug fixes: Thorsten
Heit, Oliver Retzl, Jonathan Knudsen, Tarcisio Camara, Bob Drury, Dave Jarvis,
Marc Chapman, Dave Morehouse, Richard Osbaldeston, Peter Hawkins, Mark
Sherington, David Sitsky, James Manning, Ptolemy Oberin, Frank-Michael Moser,
QZ Shines, Thomas Singer, Michele Puccini, Roman Bednarek, Natalia Pujol,
Daniel Sj&ouml;blom, Jan Filipsky, Charles Smith, Gerrit Telkamp, Noel
Grandin, Torbj&ouml;rn S&ouml;derstedt, Clemens Eisserer, Clark Bassett,
Eduard Welch, Dawid Weiss, Andrew Wilson, Sean Owen, Niels Gron, Ishan Mehta,
Steven Adams, Xavier Kral,
and many others. Thanks! Your feedback has been invaluable.
<p>

I am developing ProGuard in my spare time, which is possible thanks to my
day-time job at <a href="http://www.luciad.com/" target="other">Luciad</a>.
<p>

<a href="http://sourceforge.net/projects/proguard/"
target="other">SourceForge</a> is generously providing the resources for
hosting this project and many other projects.
<p>

JetBrains is kindly providing a license for its IntelliJ IDEA development
environment.
<p>

The code and these web pages were written using Sun's JDKs, Linux, IntelliJ
IDEA, GNU emacs, bash, sed, awk, and a whole host of other tools that continue
to make programming interesting.
<p>

And finally, I'm a great fan of the <a
href="http://www.javadocking.com/" target="other">Java Docking Library</a>.

<hr>
<address>
Copyright &copy; 2002-2009
<a href="http://www.graphics.cornell.edu/~eric/">Eric Lafortune</a>.
</address>

</body>
</html>