From 548d52253c412d6efffc52e926d6aed1f55c8b50 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 18 Nov 2010 08:19:45 +0000 Subject: [PATCH] minor fix in the file header git-svn-id: https://svn.wxwidgets.org/svn/wx/sandbox/trunk/Phoenix@66194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- etgtools/__init__.py | 2 +- etgtools/generators.py | 2 +- etgtools/sphinx_generator.py | 2 +- etgtools/swig_generator.py | 2 +- src/__init__.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/etgtools/__init__.py b/etgtools/__init__.py index cde27bb9..08311610 100644 --- a/etgtools/__init__.py +++ b/etgtools/__init__.py @@ -4,7 +4,7 @@ # # Created: 3-Nov-2010 # Copyright: (c) 2010 by Total Control Software -# Licence: wxWindows license +# License: wxWindows License #--------------------------------------------------------------------------- """ diff --git a/etgtools/generators.py b/etgtools/generators.py index 3e6b79b1..030c51a8 100644 --- a/etgtools/generators.py +++ b/etgtools/generators.py @@ -4,7 +4,7 @@ # # Created: 3-Nov-2010 # Copyright: (c) 2010 by Total Control Software -# Licence: wxWindows license +# License: wxWindows License #--------------------------------------------------------------------------- """ diff --git a/etgtools/sphinx_generator.py b/etgtools/sphinx_generator.py index e92d4113..66aa9fec 100644 --- a/etgtools/sphinx_generator.py +++ b/etgtools/sphinx_generator.py @@ -4,7 +4,7 @@ # # Created: 3-Nov-2010 # Copyright: (c) 2010 by Total Control Software -# Licence: wxWindows license +# License: wxWindows License #--------------------------------------------------------------------------- diff --git a/etgtools/swig_generator.py b/etgtools/swig_generator.py index e4902453..a7052911 100644 --- a/etgtools/swig_generator.py +++ b/etgtools/swig_generator.py @@ -4,7 +4,7 @@ # # Created: 3-Nov-2010 # Copyright: (c) 2010 by Total Control Software -# Licence: wxWindows license +# License: wxWindows License #--------------------------------------------------------------------------- """ diff --git a/src/__init__.py b/src/__init__.py index 6c99956d..a7f418a1 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -4,7 +4,7 @@ # # Created: 3-Nov-2010 # Copyright: (c) 2010 by Total Control Software -# Licence: wxWindows license +# License: wxWindows License #---------------------------------------------------------------------------