[tor-commits] [bridgedb/master] Add a real fileheader and full version string to bridgedb/__init__.py.

isis at torproject.org isis at torproject.org
Sun Jan 12 06:06:30 UTC 2014


commit a63422cfff9b707fb2f9227f35be5cdd85a75d17
Author: Isis Lovecruft <isis at torproject.org>
Date:   Tue Oct 15 03:35:34 2013 +0000

    Add a real fileheader and full version string to bridgedb/__init__.py.
    
    Might as well, while we're at it.
---
 lib/bridgedb/__init__.py |   11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/lib/bridgedb/__init__.py b/lib/bridgedb/__init__.py
index e3c3764..98f8805 100644
--- a/lib/bridgedb/__init__.py
+++ b/lib/bridgedb/__init__.py
@@ -1,10 +1,17 @@
-
-# This file tells Python that this is an honest to goodness package.
+#
+# This file is part of BridgeDB, a Tor bridge distribution system.
+#
+# :authors: Isis Lovecruft 0xA3ADB67A2CDB8B35 <isis at torproject.org>
+#           please also see AUTHORS file
+# :copyright: (c) 2007-2013, The Tor Project, Inc.
+#             (c) 2007-2013, all entities within the AUTHORS file
+# :license: 3-clause BSD, see included LICENSE for information
 
 from ._version import get_versions
 from ._langs import get_langs
 
 __version__ = get_versions()['version']
+__version_full__ = get_versions()['full']
 __langs__ = get_langs()
 
 del get_versions





More information about the tor-commits mailing list