Update copyright, etc.

This commit is contained in:
Robin Dunn
2016-05-09 22:17:29 -07:00
parent 1594acad6a
commit 4ad4884809
2 changed files with 14 additions and 6 deletions

View File

@@ -1,9 +1,17 @@
#!/usr/bin/python
#---------------------------------------------------------------------------
# This script is used to run through the commands used for the various stages
# of building Phoenix, and can also be a front-end for building wxWidgets and
# the wxPython distribution files.
#---------------------------------------------------------------------------
#----------------------------------------------------------------------
# Name: build.py
# Purpose: Master build controller script.
# This script is used to run through the commands used for the
# various stages of building Phoenix, and can also be a front-end
# for building wxWidgets and the wxPython distribution files.
#
# Author: Robin Dunn
#
# Created: 3-Dec-2010
# Copyright: (c) 2010-2016 by Total Control Software
# License: wxWindows License
#----------------------------------------------------------------------
from __future__ import absolute_import

View File

@@ -5,7 +5,7 @@
# Author: Robin Dunn
#
# Created: 3-Nov-2010
# Copyright: (c) 2013 by Total Control Software
# Copyright: (c) 2010-2016 by Total Control Software
# License: wxWindows License
#----------------------------------------------------------------------