[bridgedb/master] Update licensing header and module docstring for bridgedb.Time.

commit b98f0808c53996c8425a1e1d4822367524f36766 Author: Isis Lovecruft <isis@torproject.org> Date: Mon Apr 21 16:52:13 2014 +0000 Update licensing header and module docstring for bridgedb.Time. --- lib/bridgedb/Time.py | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/lib/bridgedb/Time.py b/lib/bridgedb/Time.py index 794db9d..2b7b02b 100644 --- a/lib/bridgedb/Time.py +++ b/lib/bridgedb/Time.py @@ -1,10 +1,13 @@ -# BridgeDB by Nick Mathewson. -# Copyright (c) 2007-2009, The Tor Project, Inc. -# See LICENSE for licensing information +# -*- coding: utf-8 ; test-case-name: bridgedb.test.test_Time -*- +# +# This file is part of BridgeDB, a Tor bridge distribution system. +# +# :authors: Nick Mathewson +# :copyright: (c) 2007-2014, The Tor Project, Inc. +# :license: see LICENSE for licensing information -""" -This module implements functions for dividing time into chunks. -""" + +"""This module implements functions for dividing time into chunks.""" import calendar import time
participants (1)
-
isis@torproject.org