diff --git a/build/update-setup-h b/build/update-setup-h index 924cde642c..d43db13cd5 100755 --- a/build/update-setup-h +++ b/build/update-setup-h @@ -5,7 +5,7 @@ # having special comment markers in them will be update using # include/wx/setup_inc.h contents # Created: 2005-01-15 -# Copyright: (c) 2005 Vadim Zeitlin +# Copyright: (c) 2005 Vadim Zeitlin # Licence: wxWindows licence ############################################################################## diff --git a/include/msvc/wx/setup.h b/include/msvc/wx/setup.h index 375c70e04b..61a62d39fc 100644 --- a/include/msvc/wx/setup.h +++ b/include/msvc/wx/setup.h @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 2004-12-12 -// Copyright: (c) 2004 Vadim Zeitlin +// Copyright: (c) 2004 Vadim Zeitlin // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/aboutdlg.h b/include/wx/aboutdlg.h index 975b5def27..0143154bc4 100644 --- a/include/wx/aboutdlg.h +++ b/include/wx/aboutdlg.h @@ -3,7 +3,7 @@ // Purpose: declaration of wxAboutDialog class // Author: Vadim Zeitlin // Created: 2006-10-07 -// Copyright: (c) 2006 Vadim Zeitlin +// Copyright: (c) 2006 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/cmdargs.h b/include/wx/cmdargs.h index 6091730947..9df612fb63 100644 --- a/include/wx/cmdargs.h +++ b/include/wx/cmdargs.h @@ -3,7 +3,7 @@ // Purpose: declaration of wxCmdLineArgsArray helper class // Author: Vadim Zeitlin // Created: 2007-11-12 -// Copyright: (c) 2007 Vadim Zeitlin +// Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/cpp.h b/include/wx/cpp.h index a261ad0de8..c25c91fe1c 100644 --- a/include/wx/cpp.h +++ b/include/wx/cpp.h @@ -3,7 +3,7 @@ * Purpose: Various preprocessor helpers * Author: Vadim Zeitlin * Created: 2006-09-30 - * Copyright: (c) 2006 Vadim Zeitlin + * Copyright: (c) 2006 Vadim Zeitlin * Licence: wxWindows licence */ diff --git a/include/wx/datectrl.h b/include/wx/datectrl.h index a3c236781a..630f72b16c 100644 --- a/include/wx/datectrl.h +++ b/include/wx/datectrl.h @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 2005-01-09 -// Copyright: (c) 2005 Vadim Zeitlin +// Copyright: (c) 2005 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/dateevt.h b/include/wx/dateevt.h index 2032d89a71..8b1d424dfe 100644 --- a/include/wx/dateevt.h +++ b/include/wx/dateevt.h @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 2005-01-10 -// Copyright: (c) 2005 Vadim Zeitlin +// Copyright: (c) 2005 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/debugrpt.h b/include/wx/debugrpt.h index a1d808bf70..96150af48e 100644 --- a/include/wx/debugrpt.h +++ b/include/wx/debugrpt.h @@ -3,7 +3,7 @@ // Purpose: declaration of wxDebugReport class // Author: Vadim Zeitlin // Created: 2005-01-17 -// Copyright: (c) 2005 Vadim Zeitlin +// Copyright: (c) 2005 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/generic/aboutdlgg.h b/include/wx/generic/aboutdlgg.h index f6e8fe4bf9..6b363e26a3 100644 --- a/include/wx/generic/aboutdlgg.h +++ b/include/wx/generic/aboutdlgg.h @@ -3,7 +3,7 @@ // Purpose: generic wxAboutBox() implementation // Author: Vadim Zeitlin // Created: 2006-10-07 -// Copyright: (c) 2006 Vadim Zeitlin +// Copyright: (c) 2006 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/generic/ctrlsub.h b/include/wx/generic/ctrlsub.h index 0dd113dcf9..86c47f15d2 100644 --- a/include/wx/generic/ctrlsub.h +++ b/include/wx/generic/ctrlsub.h @@ -3,7 +3,7 @@ // Purpose: common functionality of wxItemContainer-derived controls // Author: Vadim Zeitlin // Created: 2007-07-25 -// Copyright: (c) 2007 Vadim Zeitlin +// Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/generic/mask.h b/include/wx/generic/mask.h index 454ba11cda..99307b3a27 100644 --- a/include/wx/generic/mask.h +++ b/include/wx/generic/mask.h @@ -3,7 +3,7 @@ // Purpose: generic implementation of wxMask // Author: Vadim Zeitlin // Created: 2006-09-28 -// Copyright: (c) 2006 Vadim Zeitlin +// Copyright: (c) 2006 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/generic/notifmsg.h b/include/wx/generic/notifmsg.h index ccc55108c5..ee178c2f9d 100644 --- a/include/wx/generic/notifmsg.h +++ b/include/wx/generic/notifmsg.h @@ -3,7 +3,7 @@ // Purpose: generic implementation of wxGenericNotificationMessage // Author: Vadim Zeitlin // Created: 2007-11-24 -// Copyright: (c) 2007 Vadim Zeitlin +// Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/gtk/private/mnemonics.h b/include/wx/gtk/private/mnemonics.h index 0b6e4ba45a..1a4bde3bb7 100644 --- a/include/wx/gtk/private/mnemonics.h +++ b/include/wx/gtk/private/mnemonics.h @@ -3,7 +3,7 @@ // Purpose: helper functions for dealing with GTK+ mnemonics // Author: Vadim Zeitlin // Created: 2007-11-12 -// Copyright: (c) 2007 Vadim Zeitlin +// Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/gtk/private/object.h b/include/wx/gtk/private/object.h index ca09ed0d38..05fb367de4 100644 --- a/include/wx/gtk/private/object.h +++ b/include/wx/gtk/private/object.h @@ -3,7 +3,7 @@ // Purpose: wxGtkObject class declaration // Author: Vadim Zeitlin // Created: 2008-08-27 -// Copyright: (c) 2008 Vadim Zeitlin +// Copyright: (c) 2008 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/gtk/private/string.h b/include/wx/gtk/private/string.h index 051c94132c..981bf00a81 100644 --- a/include/wx/gtk/private/string.h +++ b/include/wx/gtk/private/string.h @@ -3,7 +3,7 @@ // Purpose: wxGtkString class declaration // Author: Vadim Zeitlin // Created: 2006-10-19 -// Copyright: (c) 2006 Vadim Zeitlin +// Copyright: (c) 2006 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/gtk/textentry.h b/include/wx/gtk/textentry.h index 757917e5a8..aaf777a515 100644 --- a/include/wx/gtk/textentry.h +++ b/include/wx/gtk/textentry.h @@ -3,7 +3,7 @@ // Purpose: wxGTK-specific wxTextEntry implementation // Author: Vadim Zeitlin // Created: 2007-09-24 -// Copyright: (c) 2007 Vadim Zeitlin +// Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/gtk1/private/mnemonics.h b/include/wx/gtk1/private/mnemonics.h index 98907cd779..8caa81eacc 100644 --- a/include/wx/gtk1/private/mnemonics.h +++ b/include/wx/gtk1/private/mnemonics.h @@ -3,7 +3,7 @@ // Purpose: helper functions for dealing with GTK+ mnemonics // Author: Vadim Zeitlin // Created: 2007-11-12 -// Copyright: (c) 2007 Vadim Zeitlin +// Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/motif/ctrlsub.h b/include/wx/motif/ctrlsub.h index 73eef28ff4..f6104ccffa 100644 --- a/include/wx/motif/ctrlsub.h +++ b/include/wx/motif/ctrlsub.h @@ -3,7 +3,7 @@ // Purpose: common functionality of wxItemContainer-derived controls // Author: Vadim Zeitlin // Created: 2007-07-25 -// Copyright: (c) 2007 Vadim Zeitlin +// Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/motif/textentry.h b/include/wx/motif/textentry.h index 5cb18a715d..bbea3349c2 100644 --- a/include/wx/motif/textentry.h +++ b/include/wx/motif/textentry.h @@ -3,7 +3,7 @@ // Purpose: wxMotif-specific wxTextEntry implementation // Author: Vadim Zeitlin // Created: 2007-11-05 -// Copyright: (c) 2007 Vadim Zeitlin +// Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/msw/ctrlsub.h b/include/wx/msw/ctrlsub.h index e3d9d6e63a..3c658bc4d5 100644 --- a/include/wx/msw/ctrlsub.h +++ b/include/wx/msw/ctrlsub.h @@ -3,7 +3,7 @@ // Purpose: common functionality of wxItemContainer-derived controls // Author: Vadim Zeitlin // Created: 2007-07-25 -// Copyright: (c) 2007 Vadim Zeitlin +// Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/msw/datectrl.h b/include/wx/msw/datectrl.h index 08e4536a64..b78b28f7a0 100644 --- a/include/wx/msw/datectrl.h +++ b/include/wx/msw/datectrl.h @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 2005-01-09 -// Copyright: (c) 2005 Vadim Zeitlin +// Copyright: (c) 2005 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/msw/datetimectrl.h b/include/wx/msw/datetimectrl.h index ef7e37069e..97afc1f40c 100644 --- a/include/wx/msw/datetimectrl.h +++ b/include/wx/msw/datetimectrl.h @@ -3,7 +3,7 @@ // Purpose: wxDateTimePickerCtrl for Windows. // Author: Vadim Zeitlin // Created: 2011-09-22 (extracted from wx/msw/datectrl.h). -// Copyright: (c) 2005-2011 Vadim Zeitlin +// Copyright: (c) 2005-2011 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/msw/debughlp.h b/include/wx/msw/debughlp.h index 175abbc1d5..94a399cbdf 100644 --- a/include/wx/msw/debughlp.h +++ b/include/wx/msw/debughlp.h @@ -3,7 +3,7 @@ // Purpose: wraps dbghelp.h standard file // Author: Vadim Zeitlin, Suzumizaki-kimitaka // Created: 2005-01-08 (extracted from msw/crashrpt.cpp) -// Copyright: (c) 2003-2005 Vadim Zeitlin +// Copyright: (c) 2003-2005 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/msw/evtloop.h b/include/wx/msw/evtloop.h index 911d77d385..5616631f94 100644 --- a/include/wx/msw/evtloop.h +++ b/include/wx/msw/evtloop.h @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 2004-07-31 -// Copyright: (c) 2003-2004 Vadim Zeitlin +// Copyright: (c) 2003-2004 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/msw/evtloopconsole.h b/include/wx/msw/evtloopconsole.h index 87217bc64b..a552225e15 100644 --- a/include/wx/msw/evtloopconsole.h +++ b/include/wx/msw/evtloopconsole.h @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 2004-07-31 -// Copyright: (c) 2003-2004 Vadim Zeitlin +// Copyright: (c) 2003-2004 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/msw/seh.h b/include/wx/msw/seh.h index eddb0cdd5e..15cdb98f40 100644 --- a/include/wx/msw/seh.h +++ b/include/wx/msw/seh.h @@ -3,7 +3,7 @@ // Purpose: declarations for SEH (structured exceptions handling) support // Author: Vadim Zeitlin // Created: 2006-04-26 -// Copyright: (c) 2006 Vadim Zeitlin +// Copyright: (c) 2006 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/msw/setup_inc.h b/include/wx/msw/setup_inc.h index 6a1ea9dbec..c764432c9d 100644 --- a/include/wx/msw/setup_inc.h +++ b/include/wx/msw/setup_inc.h @@ -3,7 +3,7 @@ // Purpose: MSW-specific setup.h options // Author: Vadim Zeitlin // Created: 2007-07-21 (extracted from wx/msw/setup0.h) -// Copyright: (c) 2007 Vadim Zeitlin +// Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/msw/stackwalk.h b/include/wx/msw/stackwalk.h index e068ea2d95..072a49b464 100644 --- a/include/wx/msw/stackwalk.h +++ b/include/wx/msw/stackwalk.h @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 2005-01-08 -// Copyright: (c) 2005 Vadim Zeitlin +// Copyright: (c) 2005 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/msw/stdpaths.h b/include/wx/msw/stdpaths.h index 154ab40e97..bfddf168c4 100644 --- a/include/wx/msw/stdpaths.h +++ b/include/wx/msw/stdpaths.h @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 2004-10-19 -// Copyright: (c) 2004 Vadim Zeitlin +// Copyright: (c) 2004 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/msw/subwin.h b/include/wx/msw/subwin.h index b38d2037ad..a0178147e7 100644 --- a/include/wx/msw/subwin.h +++ b/include/wx/msw/subwin.h @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 2004-12-11 -// Copyright: (c) 2004 Vadim Zeitlin +// Copyright: (c) 2004 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/msw/textentry.h b/include/wx/msw/textentry.h index 5d3a0d9e8a..0b11a2ffa1 100644 --- a/include/wx/msw/textentry.h +++ b/include/wx/msw/textentry.h @@ -3,7 +3,7 @@ // Purpose: wxMSW-specific wxTextEntry implementation // Author: Vadim Zeitlin // Created: 2007-09-26 -// Copyright: (c) 2007 Vadim Zeitlin +// Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/msw/timectrl.h b/include/wx/msw/timectrl.h index 354379467d..3608e640fc 100644 --- a/include/wx/msw/timectrl.h +++ b/include/wx/msw/timectrl.h @@ -3,7 +3,7 @@ // Purpose: wxTimePickerCtrl for Windows. // Author: Vadim Zeitlin // Created: 2011-09-22 -// Copyright: (c) 2011 Vadim Zeitlin +// Copyright: (c) 2011 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/msw/wrapgdip.h b/include/wx/msw/wrapgdip.h index 06f1401912..b5cd72178b 100644 --- a/include/wx/msw/wrapgdip.h +++ b/include/wx/msw/wrapgdip.h @@ -3,7 +3,7 @@ // Purpose: wrapper around header // Author: Vadim Zeitlin // Created: 2007-03-15 -// Copyright: (c) 2007 Vadim Zeitlin +// Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/msw/wrapshl.h b/include/wx/msw/wrapshl.h index e0470242ae..06ae96e146 100644 --- a/include/wx/msw/wrapshl.h +++ b/include/wx/msw/wrapshl.h @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 2004-10-19 -// Copyright: (c) 2004 Vadim Zeitlin +// Copyright: (c) 2004 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/nativewin.h b/include/wx/nativewin.h index ebde3ded93..fc10767e2e 100644 --- a/include/wx/nativewin.h +++ b/include/wx/nativewin.h @@ -3,7 +3,7 @@ // Purpose: classes allowing to wrap a native window handle // Author: Vadim Zeitlin // Created: 2008-03-05 -// Copyright: (c) 2008 Vadim Zeitlin +// Copyright: (c) 2008 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/notifmsg.h b/include/wx/notifmsg.h index 888c93118e..36b59e8c87 100644 --- a/include/wx/notifmsg.h +++ b/include/wx/notifmsg.h @@ -3,7 +3,7 @@ // Purpose: class allowing to show notification messages to the user // Author: Vadim Zeitlin // Created: 2007-11-19 -// Copyright: (c) 2007 Vadim Zeitlin +// Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/osx/cocoa/evtloop.h b/include/wx/osx/cocoa/evtloop.h index b46a86d0d1..72998e5e7a 100644 --- a/include/wx/osx/cocoa/evtloop.h +++ b/include/wx/osx/cocoa/evtloop.h @@ -3,7 +3,7 @@ // Purpose: declaration of wxGUIEventLoop for wxOSX/Cocoa // Author: Vadim Zeitlin // Created: 2008-12-28 -// Copyright: (c) 2006 Vadim Zeitlin +// Copyright: (c) 2006 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/osx/core/evtloop.h b/include/wx/osx/core/evtloop.h index f571d45756..01e1155205 100644 --- a/include/wx/osx/core/evtloop.h +++ b/include/wx/osx/core/evtloop.h @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 2006-01-12 -// Copyright: (c) 2006 Vadim Zeitlin +// Copyright: (c) 2006 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/osx/evtloop.h b/include/wx/osx/evtloop.h index 570be745ce..af53115391 100644 --- a/include/wx/osx/evtloop.h +++ b/include/wx/osx/evtloop.h @@ -6,7 +6,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 2006-01-12 -// Copyright: (c) 2006 Vadim Zeitlin +// Copyright: (c) 2006 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/power.h b/include/wx/power.h index 7de0b207f7..ccddf1bba5 100644 --- a/include/wx/power.h +++ b/include/wx/power.h @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 2006-05-27 -// Copyright: (c) 2006 Vadim Zeitlin +// Copyright: (c) 2006 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/private/display.h b/include/wx/private/display.h index 81712747c3..e7358f6e18 100644 --- a/include/wx/private/display.h +++ b/include/wx/private/display.h @@ -3,7 +3,7 @@ // Purpose: wxDisplayImpl class declaration // Author: Vadim Zeitlin // Created: 2006-03-15 -// Copyright: (c) 2002-2006 Vadim Zeitlin +// Copyright: (c) 2002-2006 Vadim Zeitlin // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/private/streamtempinput.h b/include/wx/private/streamtempinput.h index df937cf574..8a0401cd8b 100644 --- a/include/wx/private/streamtempinput.h +++ b/include/wx/private/streamtempinput.h @@ -6,7 +6,7 @@ // Author: Vadim Zeitlin // Modified by: Rob Bresalier // Created: 2013-05-04 -// Copyright: (c) 2002 Vadim Zeitlin +// Copyright: (c) 2002 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/sstream.h b/include/wx/sstream.h index 47d17565a4..865acd3dea 100644 --- a/include/wx/sstream.h +++ b/include/wx/sstream.h @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 2004-09-19 -// Copyright: (c) 2004 Vadim Zeitlin +// Copyright: (c) 2004 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/stackwalk.h b/include/wx/stackwalk.h index c0ba151d75..4bf4385f95 100644 --- a/include/wx/stackwalk.h +++ b/include/wx/stackwalk.h @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 2005-01-07 -// Copyright: (c) 2004 Vadim Zeitlin +// Copyright: (c) 2004 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/stdpaths.h b/include/wx/stdpaths.h index e7ce24bec4..effa94c313 100644 --- a/include/wx/stdpaths.h +++ b/include/wx/stdpaths.h @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 2004-10-17 -// Copyright: (c) 2004 Vadim Zeitlin +// Copyright: (c) 2004 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/textentry.h b/include/wx/textentry.h index e44f3f0124..0f8a6bcbd9 100644 --- a/include/wx/textentry.h +++ b/include/wx/textentry.h @@ -3,7 +3,7 @@ // Purpose: declares wxTextEntry interface defining a simple text entry // Author: Vadim Zeitlin // Created: 2007-09-24 -// Copyright: (c) 2007 Vadim Zeitlin +// Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/univ/chkconf.h b/include/wx/univ/chkconf.h index 45667dc31e..eda435341c 100644 --- a/include/wx/univ/chkconf.h +++ b/include/wx/univ/chkconf.h @@ -3,7 +3,7 @@ // Purpose: wxUniversal-specific configuration options checks // Author: Vadim Zeitlin // Created: 2006-09-28 (extracted from wx/chkconf.h) -// Copyright: (c) 2006 Vadim Zeitlin +// Copyright: (c) 2006 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/univ/stdrend.h b/include/wx/univ/stdrend.h index e781981a8b..c402ad0366 100644 --- a/include/wx/univ/stdrend.h +++ b/include/wx/univ/stdrend.h @@ -3,7 +3,7 @@ // Purpose: wxStdRenderer class declaration // Author: Vadim Zeitlin // Created: 2006-09-18 -// Copyright: (c) 2006 Vadim Zeitlin +// Copyright: (c) 2006 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/unix/glx11.h b/include/wx/unix/glx11.h index e6c20c6202..bfc5ac0e46 100644 --- a/include/wx/unix/glx11.h +++ b/include/wx/unix/glx11.h @@ -3,7 +3,7 @@ // Purpose: class common for all X11-based wxGLCanvas implementations // Author: Vadim Zeitlin // Created: 2007-04-15 -// Copyright: (c) 2007 Vadim Zeitlin +// Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/unix/private.h b/include/wx/unix/private.h index fafc5435db..0227de8762 100644 --- a/include/wx/unix/private.h +++ b/include/wx/unix/private.h @@ -3,7 +3,7 @@ // Purpose: miscellaneous private things for Unix wx ports // Author: Vadim Zeitlin // Created: 2005-09-25 -// Copyright: (c) 2005 Vadim Zeitlin +// Copyright: (c) 2005 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/unix/stackwalk.h b/include/wx/unix/stackwalk.h index f7e3a7de41..00c2e085de 100644 --- a/include/wx/unix/stackwalk.h +++ b/include/wx/unix/stackwalk.h @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 2005-01-19 -// Copyright: (c) 2005 Vadim Zeitlin +// Copyright: (c) 2005 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/unix/stdpaths.h b/include/wx/unix/stdpaths.h index c6400326d4..45401cff38 100644 --- a/include/wx/unix/stdpaths.h +++ b/include/wx/unix/stdpaths.h @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 2004-10-19 -// Copyright: (c) 2004 Vadim Zeitlin +// Copyright: (c) 2004 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/wupdlock.h b/include/wx/wupdlock.h index eb799a82e9..8654ef355b 100644 --- a/include/wx/wupdlock.h +++ b/include/wx/wupdlock.h @@ -3,7 +3,7 @@ // Purpose: wxWindowUpdateLocker prevents window redrawing // Author: Vadim Zeitlin // Created: 2006-03-06 -// Copyright: (c) 2006 Vadim Zeitlin +// Copyright: (c) 2006 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/interface/wx/textcompleter.h b/interface/wx/textcompleter.h index 8657b11f5d..5f792e24f8 100644 --- a/interface/wx/textcompleter.h +++ b/interface/wx/textcompleter.h @@ -3,7 +3,7 @@ // Purpose: interface of wxTextCompleter // Author: Vadim Zeitlin // Created: 2011-04-13 -// Copyright: (c) 2011 Vadim Zeitlin +// Copyright: (c) 2011 Vadim Zeitlin // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/interface/wx/textentry.h b/interface/wx/textentry.h index 70f7017526..c47f4a713b 100644 --- a/interface/wx/textentry.h +++ b/interface/wx/textentry.h @@ -3,7 +3,7 @@ // Purpose: interface of wxTextEntry // Author: Vadim Zeitlin // Created: 2009-03-01 (extracted from wx/textctrl.h) -// Copyright: (c) 2009 Vadim Zeitlin +// Copyright: (c) 2009 Vadim Zeitlin // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/misc/scripts/inc_release b/misc/scripts/inc_release index 0b4434c93a..9f9280c6d1 100755 --- a/misc/scripts/inc_release +++ b/misc/scripts/inc_release @@ -4,7 +4,7 @@ # Purpose: increments the release version number in all files mentioned in # docs/contributing/about-version-numbers.md # Created: 2007-01-07 -# Copyright: (c) 2007 Vadim Zeitlin +# Copyright: (c) 2007 Vadim Zeitlin # Licence: wxWindows licence ############################################################################## diff --git a/misc/scripts/inc_year b/misc/scripts/inc_year index 9b4dadb5e3..28e2e53a2f 100755 --- a/misc/scripts/inc_year +++ b/misc/scripts/inc_year @@ -3,7 +3,7 @@ # Name: misc/scripts/inc_year # Purpose: increments the year in various copyright notices # Created: 2019-04-21 -# Copyright: (c) 2019 Vadim Zeitlin +# Copyright: (c) 2019 Vadim Zeitlin # Licence: wxWindows licence ############################################################################## diff --git a/misc/scripts/makeunixtags.sh b/misc/scripts/makeunixtags.sh index 730902b808..d03d331e3d 100755 --- a/misc/scripts/makeunixtags.sh +++ b/misc/scripts/makeunixtags.sh @@ -2,7 +2,7 @@ # Name: misc/scripts/makeunixtags.sh # Purpose: create tags file for a wxWidgets port under a Unix system # Created: 2007-05-05 -# Copyright: (c) 2007 Vadim Zeitlin +# Copyright: (c) 2007 Vadim Zeitlin # Licence: wxWindows licence ############################################################################## diff --git a/misc/scripts/run_sed_common.sh b/misc/scripts/run_sed_common.sh index 419028c63f..e3599732fe 100644 --- a/misc/scripts/run_sed_common.sh +++ b/misc/scripts/run_sed_common.sh @@ -2,7 +2,7 @@ # Name: misc/scripts/run_sed_common.sh # Purpose: Common helpers for scripts using sed for automatic updates # Created: 2019-04-21 (extracted from misc/scripts/inc_release) -# Copyright: (c) 2007,2019 Vadim Zeitlin +# Copyright: (c) 2007,2019 Vadim Zeitlin # Licence: wxWindows licence ############################################################################## diff --git a/misc/scripts/set_install_name b/misc/scripts/set_install_name index 87b1aa13a0..25dfd6ed46 100755 --- a/misc/scripts/set_install_name +++ b/misc/scripts/set_install_name @@ -3,7 +3,7 @@ # Name: set_install_name # Purpose: set install_name for wx shared libraries under Mac OS X # Usage: run with --help option to see the instructions -# Copyright: (c) 2005 Vadim Zeitlin +# Copyright: (c) 2005 Vadim Zeitlin # Licence: wxWindows licence ################################################################################ diff --git a/samples/debugrpt/debugrpt.cpp b/samples/debugrpt/debugrpt.cpp index 730504cab6..1a945bcc33 100644 --- a/samples/debugrpt/debugrpt.cpp +++ b/samples/debugrpt/debugrpt.cpp @@ -100,7 +100,7 @@ public: if ( !wxDebugReportCompress::DoProcess() ) return false; wxMailMessage msg(GetReportName() + " crash report", - "vadim@wxwindows.org", + "vadim@wxwidgets.org", wxEmptyString, // mail body wxEmptyString, // from address GetCompressedFileName(), @@ -371,7 +371,7 @@ void MyFrame::OnAbout(wxCommandEvent& WXUNUSED(event)) { wxMessageBox ( - "wxDebugReport sample\n(c) 2005 Vadim Zeitlin ", + "wxDebugReport sample\n(c) 2005 Vadim Zeitlin ", "wxWidgets Debug Report Sample", wxOK | wxICON_INFORMATION, this diff --git a/samples/power/power.cpp b/samples/power/power.cpp index 59fdfc96ba..b12afea3cd 100644 --- a/samples/power/power.cpp +++ b/samples/power/power.cpp @@ -3,7 +3,7 @@ // Purpose: wxWidgets power management sample // Author: Vadim Zeitlin // Created: 2006-05-27 -// Copyright: (C) 2006 Vadim Zeitlin +// Copyright: (C) 2006 Vadim Zeitlin // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/common/accelcmn.cpp b/src/common/accelcmn.cpp index f15681541e..f391501751 100644 --- a/src/common/accelcmn.cpp +++ b/src/common/accelcmn.cpp @@ -3,7 +3,7 @@ // Purpose: implementation of platform-independent wxAcceleratorEntry parts // Author: Vadim Zeitlin // Created: 2007-05-05 -// Copyright: (c) 2007 Vadim Zeitlin +// Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/common/appbase.cpp b/src/common/appbase.cpp index d40861f7dd..186d845ad5 100644 --- a/src/common/appbase.cpp +++ b/src/common/appbase.cpp @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 19.06.2003 (extracted from common/appcmn.cpp) -// Copyright: (c) 2003 Vadim Zeitlin +// Copyright: (c) 2003 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/common/bookctrl.cpp b/src/common/bookctrl.cpp index 64adcab544..5f9d100858 100644 --- a/src/common/bookctrl.cpp +++ b/src/common/bookctrl.cpp @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 19.08.03 -// Copyright: (c) 2003 Vadim Zeitlin +// Copyright: (c) 2003 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/common/btncmn.cpp b/src/common/btncmn.cpp index 912605ba5c..3e93f8d47f 100644 --- a/src/common/btncmn.cpp +++ b/src/common/btncmn.cpp @@ -3,7 +3,7 @@ // Purpose: implementation of wxButtonBase // Author: Vadim Zeitlin // Created: 2007-04-08 -// Copyright: (c) 2007 Vadim Zeitlin +// Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/common/convauto.cpp b/src/common/convauto.cpp index 6a5fba4ecb..a2e831e47b 100644 --- a/src/common/convauto.cpp +++ b/src/common/convauto.cpp @@ -3,7 +3,7 @@ // Purpose: implementation of wxConvAuto // Author: Vadim Zeitlin // Created: 2006-04-04 -// Copyright: (c) 2006 Vadim Zeitlin +// Copyright: (c) 2006 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/common/dpycmn.cpp b/src/common/dpycmn.cpp index 85262ae042..a73a8f423a 100644 --- a/src/common/dpycmn.cpp +++ b/src/common/dpycmn.cpp @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 01.03.03 -// Copyright: (c) 2003-2006 Vadim Zeitlin +// Copyright: (c) 2003-2006 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/common/evtloopcmn.cpp b/src/common/evtloopcmn.cpp index 94a6f93d61..bc713b84e1 100644 --- a/src/common/evtloopcmn.cpp +++ b/src/common/evtloopcmn.cpp @@ -3,7 +3,7 @@ // Purpose: common wxEventLoop-related stuff // Author: Vadim Zeitlin // Created: 2006-01-12 -// Copyright: (c) 2006, 2013 Vadim Zeitlin +// Copyright: (c) 2006, 2013 Vadim Zeitlin // (c) 2013 Rob Bresalier // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/common/fdiodispatcher.cpp b/src/common/fdiodispatcher.cpp index 760899e234..c14b9082f3 100644 --- a/src/common/fdiodispatcher.cpp +++ b/src/common/fdiodispatcher.cpp @@ -3,7 +3,7 @@ // Purpose: Implementation of common wxFDIODispatcher methods // Author: Vadim Zeitlin // Created: 2007-05-13 -// Copyright: (c) 2007 Vadim Zeitlin +// Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/common/fmapbase.cpp b/src/common/fmapbase.cpp index 9bef0110dc..0c434aef67 100644 --- a/src/common/fmapbase.cpp +++ b/src/common/fmapbase.cpp @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 21.06.2003 (extracted from common/fontmap.cpp) -// Copyright: (c) 1999-2003 Vadim Zeitlin +// Copyright: (c) 1999-2003 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/common/fontenumcmn.cpp b/src/common/fontenumcmn.cpp index 183e241287..eac3a7e003 100644 --- a/src/common/fontenumcmn.cpp +++ b/src/common/fontenumcmn.cpp @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 7/5/2006 -// Copyright: (c) 1999-2003 Vadim Zeitlin +// Copyright: (c) 1999-2003 Vadim Zeitlin // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/common/fontmap.cpp b/src/common/fontmap.cpp index ffac05c213..18e26c763e 100644 --- a/src/common/fontmap.cpp +++ b/src/common/fontmap.cpp @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 04.11.99 -// Copyright: (c) 1999-2003 Vadim Zeitlin +// Copyright: (c) 1999-2003 Vadim Zeitlin // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/common/glcmn.cpp b/src/common/glcmn.cpp index 5512f93407..e0c056aa9a 100644 --- a/src/common/glcmn.cpp +++ b/src/common/glcmn.cpp @@ -3,7 +3,7 @@ // Purpose: wxGLCanvasBase implementation // Author: Vadim Zeitlin // Created: 2007-04-09 -// Copyright: (c) 2007 Vadim Zeitlin +// Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/common/powercmn.cpp b/src/common/powercmn.cpp index a546a4d00a..65d0b6c288 100644 --- a/src/common/powercmn.cpp +++ b/src/common/powercmn.cpp @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 2006-05-27 -// Copyright: (c) 2006 Vadim Zeitlin +// Copyright: (c) 2006 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/common/regex.cpp b/src/common/regex.cpp index 17f7cfccc3..d9151a67ed 100644 --- a/src/common/regex.cpp +++ b/src/common/regex.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 13.07.01 // Copyright: (c) 2000 Karsten Ballueder -// 2001 Vadim Zeitlin +// 2001 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/common/rendcmn.cpp b/src/common/rendcmn.cpp index 455d2d5ac8..2fa54d1d54 100644 --- a/src/common/rendcmn.cpp +++ b/src/common/rendcmn.cpp @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 28.07.03 -// Copyright: (c) 2003 Vadim Zeitlin +// Copyright: (c) 2003 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/common/sstream.cpp b/src/common/sstream.cpp index 2ab8557bbc..6407e82aa6 100644 --- a/src/common/sstream.cpp +++ b/src/common/sstream.cpp @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: Ryan Norton (UTF8 UNICODE) // Created: 2004-09-19 -// Copyright: (c) 2004 Vadim Zeitlin +// Copyright: (c) 2004 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/common/stdpbase.cpp b/src/common/stdpbase.cpp index 6f776c30d4..8a8e112b14 100644 --- a/src/common/stdpbase.cpp +++ b/src/common/stdpbase.cpp @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 2004-10-19 -// Copyright: (c) 2004 Vadim Zeitlin +// Copyright: (c) 2004 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/common/textentrycmn.cpp b/src/common/textentrycmn.cpp index 1979b8ca61..ad9a516ebb 100644 --- a/src/common/textentrycmn.cpp +++ b/src/common/textentrycmn.cpp @@ -3,7 +3,7 @@ // Purpose: wxTextEntryBase implementation // Author: Vadim Zeitlin // Created: 2007-09-26 -// Copyright: (c) 2007 Vadim Zeitlin +// Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/generic/aboutdlgg.cpp b/src/generic/aboutdlgg.cpp index 60bcdcffda..a4d1a74372 100644 --- a/src/generic/aboutdlgg.cpp +++ b/src/generic/aboutdlgg.cpp @@ -3,7 +3,7 @@ // Purpose: implements wxGenericAboutBox() function // Author: Vadim Zeitlin // Created: 2006-10-08 -// Copyright: (c) 2006 Vadim Zeitlin +// Copyright: (c) 2006 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/generic/htmllbox.cpp b/src/generic/htmllbox.cpp index cc7ef82ac1..011f6cc557 100644 --- a/src/generic/htmllbox.cpp +++ b/src/generic/htmllbox.cpp @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 31.05.03 -// Copyright: (c) 2003 Vadim Zeitlin +// Copyright: (c) 2003 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/generic/listbkg.cpp b/src/generic/listbkg.cpp index 93084375a1..9d383497ec 100644 --- a/src/generic/listbkg.cpp +++ b/src/generic/listbkg.cpp @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 19.08.03 -// Copyright: (c) 2003 Vadim Zeitlin +// Copyright: (c) 2003 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/generic/mask.cpp b/src/generic/mask.cpp index 27fbbc6e96..173e18a5af 100644 --- a/src/generic/mask.cpp +++ b/src/generic/mask.cpp @@ -3,7 +3,7 @@ // Purpose: generic wxMask implementation // Author: Vadim Zeitlin // Created: 2006-09-28 -// Copyright: (c) 2006 Vadim Zeitlin +// Copyright: (c) 2006 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/generic/notifmsgg.cpp b/src/generic/notifmsgg.cpp index 34ed4828ba..4b1d27db4f 100644 --- a/src/generic/notifmsgg.cpp +++ b/src/generic/notifmsgg.cpp @@ -3,7 +3,7 @@ // Purpose: generic implementation of wxGenericNotificationMessage // Author: Vadim Zeitlin // Created: 2007-11-24 -// Copyright: (c) 2007 Vadim Zeitlin +// Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/generic/renderg.cpp b/src/generic/renderg.cpp index 90ee529cdb..9d135700e1 100644 --- a/src/generic/renderg.cpp +++ b/src/generic/renderg.cpp @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 20.07.2003 -// Copyright: (c) 2003 Vadim Zeitlin +// Copyright: (c) 2003 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/generic/selstore.cpp b/src/generic/selstore.cpp index af2dd12a41..72a5169ef2 100644 --- a/src/generic/selstore.cpp +++ b/src/generic/selstore.cpp @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 08.06.03 (extracted from src/generic/listctrl.cpp) -// Copyright: (c) 2000-2003 Vadim Zeitlin +// Copyright: (c) 2000-2003 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/generic/vlbox.cpp b/src/generic/vlbox.cpp index 79f03a9bc0..a02517e649 100644 --- a/src/generic/vlbox.cpp +++ b/src/generic/vlbox.cpp @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 31.05.03 -// Copyright: (c) 2003 Vadim Zeitlin +// Copyright: (c) 2003 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/generic/vscroll.cpp b/src/generic/vscroll.cpp index 995f4d2c7a..af2b11d236 100644 --- a/src/generic/vscroll.cpp +++ b/src/generic/vscroll.cpp @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: Brad Anderson, David Warkentin // Created: 30.05.03 -// Copyright: (c) 2003 Vadim Zeitlin +// Copyright: (c) 2003 Vadim Zeitlin // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/gtk/aboutdlg.cpp b/src/gtk/aboutdlg.cpp index 8f00bead0e..6bc9a010bc 100644 --- a/src/gtk/aboutdlg.cpp +++ b/src/gtk/aboutdlg.cpp @@ -3,7 +3,7 @@ // Purpose: native GTK+ wxAboutBox() implementation // Author: Vadim Zeitlin // Created: 2006-10-08 -// Copyright: (c) 2006 Vadim Zeitlin +// Copyright: (c) 2006 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/gtk/mnemonics.cpp b/src/gtk/mnemonics.cpp index 3f99009b61..6e69a52ec0 100644 --- a/src/gtk/mnemonics.cpp +++ b/src/gtk/mnemonics.cpp @@ -3,7 +3,7 @@ // Purpose: implementation of GTK mnemonics conversion functions // Author: Vadim Zeitlin // Created: 2007-11-12 -// Copyright: (c) 2007 Vadim Zeitlin +// Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/gtk/nativewin.cpp b/src/gtk/nativewin.cpp index 8bba19c685..2710e4317f 100644 --- a/src/gtk/nativewin.cpp +++ b/src/gtk/nativewin.cpp @@ -3,7 +3,7 @@ // Purpose: wxNativeWindow implementation // Author: Vadim Zeitlin // Created: 2008-03-05 -// Copyright: (c) 2008 Vadim Zeitlin +// Copyright: (c) 2008 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/gtk/renderer.cpp b/src/gtk/renderer.cpp index cac350e8cb..73e3272058 100644 --- a/src/gtk/renderer.cpp +++ b/src/gtk/renderer.cpp @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 20.07.2003 -// Copyright: (c) 2003 Vadim Zeitlin +// Copyright: (c) 2003 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/gtk/textentry.cpp b/src/gtk/textentry.cpp index 8518483530..598d7593a0 100644 --- a/src/gtk/textentry.cpp +++ b/src/gtk/textentry.cpp @@ -3,7 +3,7 @@ // Purpose: wxTextEntry implementation for wxGTK // Author: Vadim Zeitlin // Created: 2007-09-24 -// Copyright: (c) 2007 Vadim Zeitlin +// Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/gtk1/mnemonics.cpp b/src/gtk1/mnemonics.cpp index d3baad174a..2140ae767a 100644 --- a/src/gtk1/mnemonics.cpp +++ b/src/gtk1/mnemonics.cpp @@ -3,7 +3,7 @@ // Purpose: implementation of GTK mnemonics conversion functions // Author: Vadim Zeitlin // Created: 2007-11-12 -// Copyright: (c) 2007 Vadim Zeitlin +// Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/gtk1/renderer.cpp b/src/gtk1/renderer.cpp index 3c1f8aac68..657c627596 100644 --- a/src/gtk1/renderer.cpp +++ b/src/gtk1/renderer.cpp @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 20.07.2003 -// Copyright: (c) 2003 Vadim Zeitlin +// Copyright: (c) 2003 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/motif/textentry.cpp b/src/motif/textentry.cpp index 3d79807d6c..8b62f7184b 100644 --- a/src/motif/textentry.cpp +++ b/src/motif/textentry.cpp @@ -3,7 +3,7 @@ // Purpose: implementation of wxTextEntry for wxMotif // Author: Vadim Zeitlin // Created: 2007-11-05 -// Copyright: (c) 2007 Vadim Zeitlin +// Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/msw/aboutdlg.cpp b/src/msw/aboutdlg.cpp index 5b100b81ae..6eaef62439 100644 --- a/src/msw/aboutdlg.cpp +++ b/src/msw/aboutdlg.cpp @@ -3,7 +3,7 @@ // Purpose: implementation of wxAboutBox() for wxMSW // Author: Vadim Zeitlin // Created: 2006-10-07 -// Copyright: (c) 2006 Vadim Zeitlin +// Copyright: (c) 2006 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/msw/basemsw.cpp b/src/msw/basemsw.cpp index 5cf06c48b6..640c76265c 100644 --- a/src/msw/basemsw.cpp +++ b/src/msw/basemsw.cpp @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 22.06.2003 -// Copyright: (c) 2003 Vadim Zeitlin +// Copyright: (c) 2003 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/msw/crashrpt.cpp b/src/msw/crashrpt.cpp index 42a2437d9d..9854f59fc3 100644 --- a/src/msw/crashrpt.cpp +++ b/src/msw/crashrpt.cpp @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 13.07.03 -// Copyright: (c) 2003 Vadim Zeitlin +// Copyright: (c) 2003 Vadim Zeitlin // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/msw/datectrl.cpp b/src/msw/datectrl.cpp index a7d20ac984..c9d4e5279c 100644 --- a/src/msw/datectrl.cpp +++ b/src/msw/datectrl.cpp @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 2005-01-09 -// Copyright: (c) 2005 Vadim Zeitlin +// Copyright: (c) 2005 Vadim Zeitlin // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/msw/debughlp.cpp b/src/msw/debughlp.cpp index 7aecd7f032..479919c397 100644 --- a/src/msw/debughlp.cpp +++ b/src/msw/debughlp.cpp @@ -3,7 +3,7 @@ // Purpose: various Win32 debug helpers // Author: Vadim Zeitlin, Suzumizaki-kimitaka // Created: 2005-01-08 (extracted from crashrpt.cpp) -// Copyright: (c) 2003-2005 Vadim Zeitlin +// Copyright: (c) 2003-2005 Vadim Zeitlin // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/msw/dib.cpp b/src/msw/dib.cpp index eb0833f562..0850c7eca6 100644 --- a/src/msw/dib.cpp +++ b/src/msw/dib.cpp @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 03.03.03 (replaces the old file with the same name) -// Copyright: (c) 2003 Vadim Zeitlin +// Copyright: (c) 2003 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/msw/dlmsw.cpp b/src/msw/dlmsw.cpp index ff0bb127aa..849eb691e7 100644 --- a/src/msw/dlmsw.cpp +++ b/src/msw/dlmsw.cpp @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 2005-01-10 (partly extracted from common/dynlib.cpp) -// Copyright: (c) 1998-2005 Vadim Zeitlin +// Copyright: (c) 1998-2005 Vadim Zeitlin // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/msw/gdiplus.cpp b/src/msw/gdiplus.cpp index c4a773be0c..7f378c9a81 100644 --- a/src/msw/gdiplus.cpp +++ b/src/msw/gdiplus.cpp @@ -3,7 +3,7 @@ // Purpose: implements wrappers for GDI+ flat API // Author: Vadim Zeitlin // Created: 2007-03-14 -// Copyright: (c) 2007 Vadim Zeitlin +// Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/msw/nativewin.cpp b/src/msw/nativewin.cpp index eb799345f6..8811064c4e 100644 --- a/src/msw/nativewin.cpp +++ b/src/msw/nativewin.cpp @@ -3,7 +3,7 @@ // Purpose: wxNativeWindow implementation // Author: Vadim Zeitlin // Created: 2008-03-05 -// Copyright: (c) 2008 Vadim Zeitlin +// Copyright: (c) 2008 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/msw/notifmsg.cpp b/src/msw/notifmsg.cpp index 9bced2bbf5..d40d13e96f 100644 --- a/src/msw/notifmsg.cpp +++ b/src/msw/notifmsg.cpp @@ -3,7 +3,7 @@ // Purpose: implementation of wxNotificationMessage for Windows // Author: Vadim Zeitlin // Created: 2007-12-01 -// Copyright: (c) 2007 Vadim Zeitlin +// Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/msw/power.cpp b/src/msw/power.cpp index 92ff808675..e17122e224 100644 --- a/src/msw/power.cpp +++ b/src/msw/power.cpp @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 2006-05-27 -// Copyright: (c) 2006 Vadim Zeitlin +// Copyright: (c) 2006 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/msw/renderer.cpp b/src/msw/renderer.cpp index 9322045a72..b7bd070f5e 100644 --- a/src/msw/renderer.cpp +++ b/src/msw/renderer.cpp @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 20.07.2003 -// Copyright: (c) 2003 Vadim Zeitlin +// Copyright: (c) 2003 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/msw/stackwalk.cpp b/src/msw/stackwalk.cpp index 61f3e1f77b..61f7aa4a60 100644 --- a/src/msw/stackwalk.cpp +++ b/src/msw/stackwalk.cpp @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: Artur Bac 2010-10-01 AMD64 Port // Created: 2005-01-08 -// Copyright: (c) 2003-2005 Vadim Zeitlin +// Copyright: (c) 2003-2005 Vadim Zeitlin // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/msw/stdpaths.cpp b/src/msw/stdpaths.cpp index 019744d574..52f7fadb5d 100644 --- a/src/msw/stdpaths.cpp +++ b/src/msw/stdpaths.cpp @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 2004-10-19 -// Copyright: (c) 2004 Vadim Zeitlin +// Copyright: (c) 2004 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/msw/textentry.cpp b/src/msw/textentry.cpp index ba2c901848..49c7601ddd 100644 --- a/src/msw/textentry.cpp +++ b/src/msw/textentry.cpp @@ -3,7 +3,7 @@ // Purpose: wxTextEntry implementation for wxMSW // Author: Vadim Zeitlin // Created: 2007-09-26 -// Copyright: (c) 2007 Vadim Zeitlin +// Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/msw/timectrl.cpp b/src/msw/timectrl.cpp index e02af0d273..9e31da91cc 100644 --- a/src/msw/timectrl.cpp +++ b/src/msw/timectrl.cpp @@ -3,7 +3,7 @@ // Purpose: wxTimePickerCtrl implementation // Author: Vadim Zeitlin // Created: 2005-01-09 -// Copyright: (c) 2005 Vadim Zeitlin +// Copyright: (c) 2005 Vadim Zeitlin // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/carbon/renderer.cpp b/src/osx/carbon/renderer.cpp index 1bfe9ac733..a7bc8dcc06 100644 --- a/src/osx/carbon/renderer.cpp +++ b/src/osx/carbon/renderer.cpp @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 20.07.2003 -// Copyright: (c) 2003 Vadim Zeitlin +// Copyright: (c) 2003 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/cocoa/aboutdlg.mm b/src/osx/cocoa/aboutdlg.mm index 45b5456c76..23061c98fc 100644 --- a/src/osx/cocoa/aboutdlg.mm +++ b/src/osx/cocoa/aboutdlg.mm @@ -3,7 +3,7 @@ // Purpose: native wxAboutBox() implementation for wxMac // Author: Vadim Zeitlin // Created: 2006-10-08 -// Copyright: (c) 2006 Vadim Zeitlin +// Copyright: (c) 2006 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/cocoa/evtloop.mm b/src/osx/cocoa/evtloop.mm index 26169f86ab..f0a0425e07 100644 --- a/src/osx/cocoa/evtloop.mm +++ b/src/osx/cocoa/evtloop.mm @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin, Stefan Csomor // Modified by: // Created: 2006-01-12 -// Copyright: (c) 2006 Vadim Zeitlin +// Copyright: (c) 2006 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/iphone/evtloop.mm b/src/osx/iphone/evtloop.mm index cc8a3a8f95..f051fd49b5 100644 --- a/src/osx/iphone/evtloop.mm +++ b/src/osx/iphone/evtloop.mm @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin, Stefan Csomor // Modified by: // Created: 2006-01-12 -// Copyright: (c) 2006 Vadim Zeitlin +// Copyright: (c) 2006 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/univ/stdrend.cpp b/src/univ/stdrend.cpp index 33db222a99..1d984d256e 100644 --- a/src/univ/stdrend.cpp +++ b/src/univ/stdrend.cpp @@ -3,7 +3,7 @@ // Purpose: implementation of wxStdRenderer // Author: Vadim Zeitlin // Created: 2006-09-16 -// Copyright: (c) 2006 Vadim Zeitlin +// Copyright: (c) 2006 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/unix/apptraits.cpp b/src/unix/apptraits.cpp index 633000e6b0..3cd391f094 100644 --- a/src/unix/apptraits.cpp +++ b/src/unix/apptraits.cpp @@ -3,7 +3,7 @@ // Purpose: implementation of wxGUIAppTraits for Unix systems // Author: Vadim Zeitlin // Created: 2008-03-22 -// Copyright: (c) 2008 Vadim Zeitlin +// Copyright: (c) 2008 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/unix/dlunix.cpp b/src/unix/dlunix.cpp index 79fd2a6cbd..ab057419e5 100644 --- a/src/unix/dlunix.cpp +++ b/src/unix/dlunix.cpp @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 2005-01-16 (extracted from common/dynlib.cpp) -// Copyright: (c) 2000-2005 Vadim Zeitlin +// Copyright: (c) 2000-2005 Vadim Zeitlin // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/unix/glx11.cpp b/src/unix/glx11.cpp index e7c2eeef72..61c0a55f85 100644 --- a/src/unix/glx11.cpp +++ b/src/unix/glx11.cpp @@ -3,7 +3,7 @@ // Purpose: code common to all X11-based wxGLCanvas implementations // Author: Vadim Zeitlin // Created: 2007-04-15 -// Copyright: (c) 2007 Vadim Zeitlin +// Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/unix/stackwalk.cpp b/src/unix/stackwalk.cpp index eccb910e11..c30c44d762 100644 --- a/src/unix/stackwalk.cpp +++ b/src/unix/stackwalk.cpp @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 2005-01-18 -// Copyright: (c) 2005 Vadim Zeitlin +// Copyright: (c) 2005 Vadim Zeitlin // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/unix/stdpaths.cpp b/src/unix/stdpaths.cpp index 4b6140e2f6..a7432d6b21 100644 --- a/src/unix/stdpaths.cpp +++ b/src/unix/stdpaths.cpp @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin // Modified by: // Created: 2004-10-19 -// Copyright: (c) 2004 Vadim Zeitlin +// Copyright: (c) 2004 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/tests/datetime/datetimetest.cpp b/tests/datetime/datetimetest.cpp index f4755e7c3f..14df03153a 100644 --- a/tests/datetime/datetimetest.cpp +++ b/tests/datetime/datetimetest.cpp @@ -3,7 +3,7 @@ // Purpose: wxDateTime unit test // Author: Vadim Zeitlin // Created: 2004-06-23 (extracted from samples/console/console.cpp) -// Copyright: (c) 2004 Vadim Zeitlin +// Copyright: (c) 2004 Vadim Zeitlin /////////////////////////////////////////////////////////////////////////////// // ----------------------------------------------------------------------------