[tor-commits] [bridgedb/master] Update copyright info in lib/bridgedb/Raptcha.py and add utf-8 header.

isis at torproject.org isis at torproject.org
Sun Mar 16 19:04:57 UTC 2014


commit 85116508430a83d6e5ee42ce80d0cde80358fe09
Author: Isis Lovecruft <isis at 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 at torproject.org>
+#           Aaron Gibson   0x2C4B239DD876C9F6 <aagbsn at torproject.org>
+#           Nick Mathewson 0x21194EBB165733EA <nickm at 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.





More information about the tor-commits mailing list