commit e96ebb1b02f704a30fe63da863d2ea714d1ad1ec Author: Isis Lovecruft isis@torproject.org Date: Thu Aug 7 09:47:43 2014 +0000
Add file header to lib/bridgedb/test/test_https.py. --- lib/bridgedb/test/test_https.py | 9 +++++++++ 1 file changed, 9 insertions(+)
diff --git a/lib/bridgedb/test/test_https.py b/lib/bridgedb/test/test_https.py index 46da832..8e0fc50 100644 --- a/lib/bridgedb/test/test_https.py +++ b/lib/bridgedb/test/test_https.py @@ -1,3 +1,12 @@ +#_____________________________________________________________________________ +# +# This file is part of BridgeDB, a Tor bridge distribution system. +# +# :authors: trygve tor-dev@lists.torproject.org +# :copyright: (c) trygve +# (c) 2014, The Tor Project, Inc. +# :license: see LICENSE for licensing information +#_____________________________________________________________________________ """integration tests for BridgeDB . http://wwwsearch.sourceforge.net/mechanize/ http://www.crummy.com/software/BeautifulSoup/bs3/documentation.html
tor-commits@lists.torproject.org