From 4ad48848092800ac71d99e73434042f9ca36c7ee Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 9 May 2016 22:17:29 -0700 Subject: [PATCH] Update copyright, etc. --- build.py | 18 +++++++++++++----- setup.py | 2 +- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/build.py b/build.py index ea8fe910..b2c45f5d 100755 --- a/build.py +++ b/build.py @@ -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 diff --git a/setup.py b/setup.py index 39c05ad2..d4b9172d 100644 --- a/setup.py +++ b/setup.py @@ -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 #----------------------------------------------------------------------