diff options
author | Simon Warta <[email protected]> | 2015-06-30 10:29:30 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2015-06-30 10:29:30 +0200 |
commit | c19510f2692341c5a4e23638b9e54bd16c8e44a7 (patch) | |
tree | 42159f5a05999d9c3d43ce14671565e57a467ba7 | |
parent | 48172a4b0d2a38f612d89f137d43668959188bf7 (diff) |
Add copyright for show_dependencies.py
-rwxr-xr-x | src/scripts/install.py | 1 | ||||
-rwxr-xr-x | src/scripts/show_dependencies.py | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/src/scripts/install.py b/src/scripts/install.py index 84d97ea53..b25ec42de 100755 --- a/src/scripts/install.py +++ b/src/scripts/install.py @@ -2,6 +2,7 @@ """ Botan install script + (C) 2014,2015 Jack Lloyd Botan is released under the Simplified BSD License (see license.txt) diff --git a/src/scripts/show_dependencies.py b/src/scripts/show_dependencies.py index cee46a277..37cb817d0 100755 --- a/src/scripts/show_dependencies.py +++ b/src/scripts/show_dependencies.py @@ -1,5 +1,16 @@ #!/usr/bin/env python +""" +Show Botan module dependencies as a list or graph. + +Requires graphviz from pip when graphical output is selected: +https://pypi.python.org/pypi/graphviz + +(C) 2015 Simon Warta (Kullo GmbH) + +Botan is released under the Simplified BSD License (see license.txt) +""" + # global import argparse import sys |