From e2e02194a9474b00da83dada274d60885406f205 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 6 Jul 2002 01:47:31 +0000 Subject: [PATCH] Licence --> License git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16058 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wxPython/setup.py b/wxPython/setup.py index 4704c47588..3f402d577e 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -18,7 +18,7 @@ DESCRIPTION = "Cross platform GUI toolkit for Python" AUTHOR = "Robin Dunn" AUTHOR_EMAIL = "Robin Dunn " URL = "http://wxPython.org/" -LICENCE = "wxWindows (LGPL derivative)" +LICENSE = "wxWindows (LGPL derivative)" LONG_DESCRIPTION = """\ wxPython is a GUI toolkit for Python that is a wrapper around the wxWindows C++ GUI library. wxPython provides a large variety of @@ -384,7 +384,7 @@ if not GL_ONLY: copy_file('src/__version__.py', PKGDIR, update=1, verbose=0) copy_file('src/wxc.pyd.manifest', PKGDIR, update=1, verbose=0) - if IN_CVS_TREE: # update the licence files + if IN_CVS_TREE: # update the license files mkpath('licence') for file in ['preamble.txt', 'licence.txt', 'licendoc.txt', 'lgpl.txt']: copy_file(opj(WXDIR, 'docs', file), opj('licence',file), update=1, verbose=0) @@ -897,7 +897,7 @@ if __name__ == "__main__": author = AUTHOR, author_email = AUTHOR_EMAIL, url = URL, - licence = LICENCE, + license = LICENSE, packages = [PKGDIR, PKGDIR+'.lib', @@ -922,7 +922,7 @@ if __name__ == "__main__": author = AUTHOR, author_email = AUTHOR_EMAIL, url = URL, - licence = LICENCE, + license = LICENSE, py_modules = [ "wxPython.glcanvas" ], -- 2.47.2