commit d2ff6dd8efabc255dbad60253a4a052cd714ec32 Author: Isis Lovecruft isis@torproject.org Date: Mon May 5 19:26:26 2014 +0000
Update copyright/licence file header for lib/bridgedb/HTTPServer.py. --- lib/bridgedb/HTTPServer.py | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/lib/bridgedb/HTTPServer.py b/lib/bridgedb/HTTPServer.py index cf8a83a..cbff653 100644 --- a/lib/bridgedb/HTTPServer.py +++ b/lib/bridgedb/HTTPServer.py @@ -1,6 +1,11 @@ -# BridgeDB by Nick Mathewson. -# Copyright (c) 2007-2013, The Tor Project, Inc. -# See LICENSE for licensing information +# -*- coding: utf-8 ; test-case-name: bridgedb.test.test_HTTPServer -*- +# +# This file is part of BridgeDB, a Tor bridge distribution system. +# +# :authors: please see included AUTHORS file +# :copyright: (c) 2007-2014, The Tor Project, Inc. +# (c) 2013-2014, Isis Lovecruft +# :license: see LICENSE for licensing information
""" This module implements the web (http, https) interfaces to the bridge database.
tor-commits@lists.torproject.org