From 0b0ccc5b6e00258d9fe7e98f3a2dd1a1081ac457 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Fri, 7 Jun 2019 16:54:52 -0400 Subject: Removed copyright headers from source files and updated LICENSE with current year --- tests/test_completion.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/test_completion.py') diff --git a/tests/test_completion.py b/tests/test_completion.py index 6fd45ff9..0a16bc28 100644 --- a/tests/test_completion.py +++ b/tests/test_completion.py @@ -5,9 +5,6 @@ Unit/functional testing for readline tab-completion functions in the cmd2.py mod These are primarily tests related to readline completer functions which handle tab-completion of cmd2/cmd commands, file system paths, and shell commands. - -Copyright 2017 Todd Leonhardt -Released under MIT license, see LICENSE file """ import argparse import os -- cgit v1.2.1