commit 52d2b6537d686172e95bf75e6641c7bc137bd01e Author: Isis Lovecruft isis@torproject.org Date: Thu Aug 21 05:05:17 2014 +0000
Update file header for bridgedb.Main module. --- lib/bridgedb/Main.py | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-)
diff --git a/lib/bridgedb/Main.py b/lib/bridgedb/Main.py index 4f138f0..df46ac5 100644 --- a/lib/bridgedb/Main.py +++ b/lib/bridgedb/Main.py @@ -1,12 +1,15 @@ -# -*- coding: utf-8 -*- +# -*- coding: utf-8 ; test-case-name: bridgedb.test.test_Main -*- # -# BridgeDB by Nick Mathewson. -# Copyright (c) 2007-2009, The Tor Project, Inc. -# See LICENSE for licensing information - -""" -This module sets up a bridgedb and starts the servers running. -""" +# This file is part of BridgeDB, a Tor bridge distribution system. +# +# :authors: please see the AUTHORS file for attributions +# :copyright: (c) 2013-2014, Isis Lovecruft +# (c) 2013-2014, Matthew Finkel +# (c) 2007-2014, Nick Mathewson +# (c) 2007-2014, The Tor Project, Inc. +# :license: see LICENSE for licensing information + +"""This module sets up BridgeDB and starts the servers running."""
import os import signal
tor-commits@lists.torproject.org