-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsignature.py
More file actions
21 lines (17 loc) · 805 Bytes
/
signature.py
File metadata and controls
21 lines (17 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#-------------------------------------------------------------------------------
# Copyright (c) 2018
# All rights reserved.
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
__author__ = 'Branden A. Ehrenreich'
__email__ = 'branden.a.ehrenreich@gmail.com'
#-------------------------------------------------------------------------------
__author__ = "Rob Knight, Gavin Huttley, and Peter Maxwell"
__copyright__ = "Copyright 2007, The Cogent Project"
__credits__ = ["Rob Knight", "Peter Maxwell", "Gavin Huttley",
"Matthew Wakefield"]
__license__ = "GPL"
__version__ = "1.0.1"
__maintainer__ = "Rob Knight"
__email__ = "rob@spot.colorado.edu"
__status__ = "Production"