|  | @@ -1,12 +1,12 @@
 | 
	
		
			
				|  |  |  #!/usr/bin/python
 | 
	
		
			
				|  |  | -# Copyright 2005 Nick Mathewson
 | 
	
		
			
				|  |  | +# Copyright 2005-2006 Nick Mathewson
 | 
	
		
			
				|  |  |  # See the LICENSE file in the Tor distribution for licensing information.
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  """
 | 
	
		
			
				|  |  |   exitlist -- Given a Tor directory on stdin, lists the Tor servers
 | 
	
		
			
				|  |  |   that accept connections to given addreses.
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | - example usage (Tor 0.1.0.16 and ealier):
 | 
	
		
			
				|  |  | + example usage (Tor 0.1.0.16 and earlier):
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      python2.2 exitlist < ~/.tor/cached-directory
 | 
	
		
			
				|  |  |  
 |