commit 5a66556f3301f6f5c271f97acca9084c2c48dbb2 Author: Isis Lovecruft isis@torproject.org Date: Wed Jul 23 08:23:34 2014 +0000
Update copyright file header for bridgedb.runner module. --- lib/bridgedb/runner.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/bridgedb/runner.py b/lib/bridgedb/runner.py index 4b4564f..d0eeaa9 100644 --- a/lib/bridgedb/runner.py +++ b/lib/bridgedb/runner.py @@ -1,11 +1,11 @@ -# -*- coding: utf-8 -*- +# -*- coding: utf-8 ; test-case-name: bridgedb.test.test_runner -*- # # This file is part of BridgeDB, a Tor bridge distribution system. # # :authors: Isis Lovecruft 0xA3ADB67A2CDB8B35 isis@torproject.org # please also see AUTHORS file -# :copyright: (c) 2007-2013, The Tor Project, Inc. -# (c) 2007-2013, all entities within the AUTHORS file +# :copyright: (c) 2007-2014, The Tor Project, Inc. +# (c) 2007-2014, all entities within the AUTHORS file # :license: 3-clause BSD, see included LICENSE for information
"""Classes for running components and servers, as well as daemonisation.
tor-commits@lists.torproject.org