diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-02-07 07:39:00 +0100 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-02-16 06:41:36 +0100 |
commit | f164a76f72cc8e3447a733dcb129239b4afdf8c5 (patch) | |
tree | 4f8afa71abdd17215057046dba35537bdc8ea806 /AUTHORS | |
parent | 3a7e7f1be48b8c0b384be23398517f7a7d7597ad (diff) | |
download | tor-f164a76f72cc8e3447a733dcb129239b4afdf8c5.tar.gz tor-f164a76f72cc8e3447a733dcb129239b4afdf8c5.zip |
Remove legacy files from main source distribution
The AUTHORS file was pretty outdated. Its contents moved onto the
people page. Design paper and roadmaps moved to the projects
directory in svn.
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index e4e9bf65ef..0000000000 --- a/AUTHORS +++ /dev/null @@ -1,41 +0,0 @@ - This file lists the authors for Tor, - a free software project to provide anonymity on the Internet. - - For more information about Tor, see https://www.torproject.org/. - - If you got this file as a part of a larger bundle, - there are probably other authors that you should be aware of. - -Main authors: -------------- - -Roger Dingledine <arma@freehaven.net> overhauled all of the code, did -a bunch of new design work, etc. - -Nick Mathewson <nickm@freehaven.net> wrote lots of stuff too, in -particular the router and descriptor parsing, and the crypto and tls -wrappers. - -Matej Pfajfar <badbytes@freehaven.net> wrote the first version of the code -(called OR) in 2001-2002. - -Contributors: -------------- - -John Bashinski <jbash@velvet.com> contributed the initial rpm spec file. - -Christian Grothoff <grothoff@cs.purdue.edu> contributed better daemonizing -behavior. - -Steven Hazel <sah@thalassocracy.org> made 'make install' do the right -thing. - -Jason Holt <jason@lunkwill.org> contributed patches to the instructions -and the man page. - -Peter Palfrader <peter@palfrader.org> maintains everything that's -debian-specific, and has written other useful features. - -Aaron Turner <aturner@netscreen.com> contributed the first version of -the tor.sh initscripts shell script. - |