summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-06-07 16:54:52 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-06-07 16:54:52 -0400
commit0b0ccc5b6e00258d9fe7e98f3a2dd1a1081ac457 (patch)
tree923a9ce5c9f1eab31b5c59388a22d600ff94f8c2 /examples
parentab1ae68d2747b82812b03edbbccfbca39cf1c638 (diff)
downloadcmd2-git-0b0ccc5b6e00258d9fe7e98f3a2dd1a1081ac457.tar.gz
Removed copyright headers from source files and updated LICENSE with current year
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/tab_autocomp_dynamic.py3
-rwxr-xr-xexamples/tab_autocompletion.py3
2 files changed, 0 insertions, 6 deletions
diff --git a/examples/tab_autocomp_dynamic.py b/examples/tab_autocomp_dynamic.py
index 03e46f8a..b518c013 100755
--- a/examples/tab_autocomp_dynamic.py
+++ b/examples/tab_autocomp_dynamic.py
@@ -2,9 +2,6 @@
# coding=utf-8
"""
A example usage of AutoCompleter with delayed initialization of the argparse object
-
-Copyright 2018 Eric Lin <anselor@gmail.com>
-Released under MIT license, see LICENSE file
"""
from typing import List
diff --git a/examples/tab_autocompletion.py b/examples/tab_autocompletion.py
index 6883c423..8f27cb90 100755
--- a/examples/tab_autocompletion.py
+++ b/examples/tab_autocompletion.py
@@ -2,9 +2,6 @@
# coding=utf-8
"""
A example usage of the AutoCompleter
-
-Copyright 2018 Eric Lin <anselor@gmail.com>
-Released under MIT license, see LICENSE file
"""
import argparse
import itertools