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 --- cmd2/pyscript_bridge.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'cmd2/pyscript_bridge.py') diff --git a/cmd2/pyscript_bridge.py b/cmd2/pyscript_bridge.py index a8e17555..944c7eae 100644 --- a/cmd2/pyscript_bridge.py +++ b/cmd2/pyscript_bridge.py @@ -2,9 +2,6 @@ """ Bridges calls made inside of pyscript with the Cmd2 host app while maintaining a reasonable degree of isolation between the two - -Copyright 2018 Eric Lin -Released under MIT license, see LICENSE file """ import sys -- cgit v1.2.1