commit | fbdd8a0b2aa56e36cca8ec86bf10c4f923a0e6ec | [log] [tgz] |
---|---|---|
author | Chris Liechti <cliechti@gmx.net> | Sun Aug 09 02:37:45 2015 +0200 |
committer | Chris Liechti <cliechti@gmx.net> | Sun Aug 09 02:37:45 2015 +0200 |
tree | 92226d23c031ef645995a76ceffe4c21f2f2dc36 | |
parent | e2c31194a29d7d89d890f619295711e823445d15 [diff] [blame] |
update file headers with license information (SPDX)
diff --git a/examples/wxTerminal.py b/examples/wxTerminal.py index 5ba8ba7..47ee698 100755 --- a/examples/wxTerminal.py +++ b/examples/wxTerminal.py
@@ -1,5 +1,10 @@ #!/usr/bin/env python -# generated by wxGlade 0.3.1 on Fri Oct 03 23:23:45 2003 +# +# A simple terminal application with wxPython. +# +# (C) 2001-2015 Chris Liechti <cliechti@gmx.net> +# +# SPDX-License-Identifier: BSD-3-Clause #from wxPython.wx import * import wx