Update copyright year

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2013-01-21 02:13:03 +00:00
parent dcf382ac31
commit 35fd2e16bf
256 changed files with 260 additions and 260 deletions

View File

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