From c19510f2692341c5a4e23638b9e54bd16c8e44a7 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Tue, 30 Jun 2015 10:29:30 +0200 Subject: Add copyright for show_dependencies.py --- src/scripts/show_dependencies.py | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/scripts/show_dependencies.py') 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 -- cgit v1.2.3