commit 85116508430a83d6e5ee42ce80d0cde80358fe09 Author: Isis Lovecruft isis@torproject.org Date: Thu Feb 27 21:44:03 2014 +0000
Update copyright info in lib/bridgedb/Raptcha.py and add utf-8 header. --- lib/bridgedb/Raptcha.py | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-)
diff --git a/lib/bridgedb/Raptcha.py b/lib/bridgedb/Raptcha.py index 1af8dd6..9a35b08 100644 --- a/lib/bridgedb/Raptcha.py +++ b/lib/bridgedb/Raptcha.py @@ -1,6 +1,17 @@ -# Raptcha -# Copyright (c) 2010, The Tor Project, Inc. -# See LICENSE for licensing information +# -*- encoding: utf-8 -*- +#_____________________________________________________________________________ +# +# This file is part of BridgeDB, a Tor bridge distribution system. +# +# :authors: Isis Lovecruft 0xA3ADB67A2CDB8B35 isis@torproject.org +# Aaron Gibson 0x2C4B239DD876C9F6 aagbsn@torproject.org +# Nick Mathewson 0x21194EBB165733EA nickm@torproject.org +# please also see AUTHORS file +# :copyright: (c) 2007-2014, The Tor Project, Inc. +# (c) 2007-2014, all entities within the AUTHORS file +# (c) 2014, Isis Lovecruft +# :license: see LICENSE for licensing information +#_____________________________________________________________________________
""" This module wraps the recaptcha api and proxies requests to protect privacy.
tor-commits@lists.torproject.org