From 1356efc2ebb84599fa71b648d983f745485909e6 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 19 Mar 2003 23:07:26 +0000 Subject: [PATCH] copyright year git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19629 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/distrib/make_installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/distrib/make_installer.py b/wxPython/distrib/make_installer.py index 7fd6de78c6..6aa2b83421 100644 --- a/wxPython/distrib/make_installer.py +++ b/wxPython/distrib/make_installer.py @@ -21,7 +21,7 @@ ISS_Template = r''' AppName = wxPython AppVerName = wxPython %(VERSION)s for Python %(PYTHONVER)s OutputBaseFilename = wxPythonWIN32-%(VERSION)s-%(PYVER)s -AppCopyright = Copyright © 2002 Total Control Software +AppCopyright = Copyright © 2003 Total Control Software DefaultDirName = {code:GetInstallDir|c:\DoNotInstallHere} DefaultGroupName = wxPython %(SHORTVER)s for Python %(PYTHONVER)s AlwaysCreateUninstallIcon = yes