diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-06-07 16:54:52 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-06-07 16:54:52 -0400 |
commit | 0b0ccc5b6e00258d9fe7e98f3a2dd1a1081ac457 (patch) | |
tree | 923a9ce5c9f1eab31b5c59388a22d600ff94f8c2 /tests/test_transcript.py | |
parent | ab1ae68d2747b82812b03edbbccfbca39cf1c638 (diff) | |
download | cmd2-git-0b0ccc5b6e00258d9fe7e98f3a2dd1a1081ac457.tar.gz |
Removed copyright headers from source files and updated LICENSE with current year
Diffstat (limited to 'tests/test_transcript.py')
-rw-r--r-- | tests/test_transcript.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_transcript.py b/tests/test_transcript.py index d39fe286..9d804a88 100644 --- a/tests/test_transcript.py +++ b/tests/test_transcript.py @@ -2,9 +2,6 @@ # flake8: noqa E302 """ Cmd2 functional testing based on transcript - -Copyright 2016 Federico Ceratto <federico.ceratto@gmail.com> -Released under MIT license, see LICENSE file """ import argparse import os |