Update Phoenix copyright statements to 2011

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@68978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2011-09-03 01:52:23 +00:00
parent 66a5fba0cf
commit 04f10c5868
46 changed files with 49 additions and 49 deletions

View File

@@ -3,7 +3,7 @@
# Author: Robin Dunn
#
# Created: 3-Nov-2010
# Copyright: (c) 2010 by Total Control Software
# Copyright: (c) 2011 by Total Control Software
# License: wxWindows License
#---------------------------------------------------------------------------
@@ -45,7 +45,7 @@ class SipWrapperGenerator(generators.WrapperGeneratorBase):
stream.write(divider + """\
// This file is generated by wxPython's SIP generator. Do not edit by hand.
//
// Copyright: (c) 2010 by Total Control Software
// Copyright: (c) 2011 by Total Control Software
// License: wxWindows License
""")
if module.name == module.module:
@@ -59,7 +59,7 @@ class SipWrapperGenerator(generators.WrapperGeneratorBase):
};
%%Copying
Copyright: (c) 2010 by Total Control Software
Copyright: (c) 2011 by Total Control Software
License: wxWindows License
%%End
@@ -73,7 +73,7 @@ class SipWrapperGenerator(generators.WrapperGeneratorBase):
%%Extract(id=pycode, order=5)
# This file is generated by wxPython's SIP generator. Do not edit by hand.
#
# Copyright: (c) 2010 by Total Control Software
# Copyright: (c) 2011 by Total Control Software
# License: wxWindows License
%s
from %s import *