mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 11:00:07 +01:00
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:
@@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user